|  | D++ (DPP)
    C++ Discord API Bot Library | 
The data for a file attached to a message. More...
#include <message.h>
 Collaboration diagram for dpp::message_file_data:
 Collaboration diagram for dpp::message_file_data:| 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)
| 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).