![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
Select menu response data. More...
#include <InteractionEntities.hpp>
Public Data Members | |
Snowflake | channelId {} |
The Channel id where it took place. | |
std::unique_ptr< InteractionData > | interactionData { std::make_unique<InteractionData>() } |
Interaction data. | |
Snowflake | messageId {} |
The Message id where it took place. | |
std::string | selectionId {} |
Selection id. | |
Snowflake | userId {} |
The User id who selected the menu options. | |
std::vector< std::string > | values {} |
A vector of the chosen values. | |