![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Interaction ApplicationCommand callback data. More...
#include <FoundationEntities.hpp>
Public Data Members | |
AllowedMentionsData | allowedMentions {} |
Allowed mentions data. | |
std::vector< AttachmentData > | attachments {} |
Array of partial attachment objects attachment objects with filename and description. | |
std::vector< ApplicationCommandOptionChoiceData > | choices {} |
Autocomplete choices(max of 25 choices). | |
std::vector< ActionRowData > | components {} |
Message components. | |
std::string | content {} |
Message content. | |
std::string | customId {} |
A developer-defined identifier for the component, max 100 characters. | |
std::vector< EmbedData > | embeds {} |
Message embeds. | |
std::vector< File > | files {} |
Files for uploading. | |
int32_t | flags {} |
Flags. | |
std::string | title {} |
The title of the popup modal. | |
bool | tts {} |
Is it TTS? | |