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

Button response data. More...

#include <InteractionEntities.hpp>

Public Data Members

snowflake channelId {}
 The channel_data id where it took place.
 
jsonifier::string customId {}
 The customId of the modal component.
 
jsonifier::string customIdSmall {}
 the input values of the modal component. More...
 
unique_ptr< interaction_datainteractionData { makeUnique<interaction_data>() }
 Interaction data.
 
snowflake userId {}
 The user_data id who selected the menu options.
 

Member Data Documentation

◆ customIdSmall

jsonifier::string discord_core_api::modal_response_data::customIdSmall {}

The customId of the particular input.

Definition at line 583 of file InteractionEntities.hpp.


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