The data for a file attached to a message. More...
#include "message.h"
Public Attributes | |
std::string | content {} |
File content to upload (raw binary) More... | |
std::string | mimetype {} |
Mime type of files to upload. More... | |
std::string | name {} |
Name of file to upload (for use server-side in discord's url). More... | |
The data for a file attached to a message.
std::string dpp::message_file_data::content {} |
File content to upload (raw binary)
Referenced by dpp::interaction_create_t::edit_response(), and dpp::message::set_type().
std::string dpp::message_file_data::mimetype {} |
Mime type of files to upload.
std::string dpp::message_file_data::name {} |
Name of file to upload (for use server-side in discord's url).
Referenced by dpp::message::add_sticker(), and dpp::interaction_create_t::edit_response().