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

For editing a follow up MessageData. More...

#include <InteractionEntities.hpp>

Inheritance diagram for DiscordCoreAPI::EditFollowUpMessageData:
[legend]

Additional Inherited Members

- Public Member Functions inherited from DiscordCoreAPI::ExecuteWebHookData
ExecuteWebHookDataaddAllowedMentions (AllowedMentionsData dataPackage)
 For setting the allowable mentions in a response. More...
 
ExecuteWebHookDataaddButton (bool disabled, const std::string &customIdNew, const std::string &buttonLabel, ButtonStyle buttonStyle, const std::string &emojiName="", Snowflake emojiId=Snowflake{}, const std::string &url="")
 Adds a button to the response MessageData. More...
 
ExecuteWebHookDataaddComponentRow (ActionRowData dataPackage)
 For setting the components in a response. More...
 
ExecuteWebHookDataaddContent (const std::string &dataPackage)
 For setting the content in a response. More...
 
ExecuteWebHookDataaddFile (File theFile)
 Adds a file to the current collection of files for this message response. More...
 
ExecuteWebHookDataaddMessageEmbed (EmbedData dataPackage)
 For setting the embeds in a response. More...
 
ExecuteWebHookDataaddModal (const std::string &topTitleNew, const std::string &topCustomIdNew, const std::string &titleNew, const std::string &customIdNew, bool required, int32_t minLength, int32_t maxLength, TextInputStyle inputStyle, const std::string &label="", const std::string &placeholder="")
 Adds a modal to the response MessageData. More...
 
ExecuteWebHookDataaddSelectMenu (bool disabled, const std::string &customIdNew, jsonifier::vector< SelectOptionData > options, const std::string &placeholder, int32_t maxValues, int32_t minValues, SelectMenuType type, jsonifier::vector< ChannelType > channelTypes=jsonifier::vector< ChannelType >{})
 Adds a select-menu to the response MessageData. More...
 
ExecuteWebHookDatasetTTSStatus (bool enabledTTs)
 For setting the tts status of a response. More...
 
- Public Data Members inherited from DiscordCoreAPI::EditWebHookData
Snowflake messageId {}
 The Message Snowflake to collect.
 
Snowflake threadId {}
 Send a message to the specified thread within a webhook's ChannelData. The thread will automatically be unarchived.
 
bool wait {}
 Waits for server confirmation of message send before response, and returns the created message body.
 
- Public Data Members inherited from DiscordCoreAPI::ExecuteWebHookData
Snowflake threadId {}
 Send a message to the specified thread within a webhook's ChannelData. The thread will automatically be unarchived.
 
bool wait {}
 Waits for server confirmation of message send before response, and returns the created message body.
 

The documentation for this class was generated from the following files: