D++ (DPP)
C++ Discord API Bot Library
|
The data for a file attached to a message. More...
#include <message.h>
Public Attributes | |
std::string | name {} |
Name of file to upload (for use server-side in discord's url). More... | |
std::string | content {} |
File content to upload (raw binary) More... | |
std::string | mimetype {} |
Mime type of files to upload. More... | |
The data for a file attached to a message.
std::string dpp::message_file_data::content {} |
File content to upload (raw binary)
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).