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

Button response data. More...

#include <InteractionEntities.hpp>

Public Data Members

jsonifier::string buttonId {}
 The id of the button, for identification.
 
snowflake channelId {}
 The channel_data id where it took place.
 
jsonifier::string emojiName {}
 The emoji name, if applicable.
 
unique_ptr< interaction_datainteractionData { makeUnique<interaction_data>() }
 Interaction data.
 
snowflake messageId {}
 The message id where it took place.
 
snowflake userId {}
 The user_data id who selected the menu options.
 

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