D++ (DPP)  10.0.30
C++ Discord API Bot Library
dpp::message_file_data Struct Reference

The data for a file attached to a message. More...

#include "message.h"

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...
 

Detailed Description

The data for a file attached to a message.

Todo:
Change the naming of this and make stickers (and potentially anything else that has data like this) use this.

Member Data Documentation

◆ content

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().

◆ mimetype

std::string dpp::message_file_data::mimetype {}

Mime type of files to upload.

Todo:
Look at turning this into an enum? This would allow people to easily compare mimetypes if they happen to change.

◆ name

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().


The documentation for this struct was generated from the following file: