![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Button response data. More...
#include <InteractionEntities.hpp>
Public Data Members | |
std::string | buttonId {} |
The id of the button, for identification. | |
Snowflake | channelId {} |
The Channel id where it took place. | |
std::string | emojiName {} |
The emoji name, if applicable. | |
std::unique_ptr< InteractionData > | interactionData { std::make_unique<InteractionData>() } |
Interaction data. | |
Snowflake | messageId {} |
The Message id where it took place. | |
Snowflake | userId {} |
The User id who selected the menu options. | |