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

Select menu response data. More...

#include <InteractionEntities.hpp>

Public Data Members

snowflake channelId {}
 The channel_data id where it took place.
 
unique_ptr< interaction_datainteractionData { makeUnique<interaction_data>() }
 Interaction data.
 
snowflake messageId {}
 The message id where it took place.
 
jsonifier::string selectionId {}
 Selection id.
 
snowflake userId {}
 The user_data id who selected the menu options.
 
jsonifier::vector< jsonifier::string > values {}
 A vector of the chosen values.
 

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