DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
Loading...
Searching...
No Matches
discord_core_api::forum_thread_message_data Struct Reference

Represents a forum thread message. More...

#include <FoundationEntities.hpp>

Public Data Members

allowed_mentions_data allowedMentions {}
 Allowed mention object allowed mentions for the message.
 
jsonifier::vector< attachment_dataattachments {}
 Array of partial attachment objects attachment objects with filename.
 
jsonifier::vector< action_row_datacomponents {}
 Array of message component objects the components to include with the message.
 
jsonifier::string content {}
 The message contents (up to 2000 characters).
 
jsonifier::vector< embed_dataembeds {}
 Array of embed objects embedded rich content (up to 6000 characters).
 
jsonifier::vector< filefiles {}
 File contents the contents of the file being sent one of content, file, embed(s), sticker_ids.
 
uint64_t flags {}
 Flags to be set for the message.
 
jsonifier::vector< jsonifier::string > stickerIds {}
 Array of snowflakes ids of up to 3 stickers in the server to send in the message.
 

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