![]() |
DiscordCoreAPI
A Discord bot library written in C++, with custom asynchronous coroutines.
|
ApplicationCommand Interaction data option. More...
#include <FoundationEntities.hpp>
Public Data Members | |
bool | focused {} |
True if this option is the currently focused option for autocomplete. | |
std::string | name {} |
The name of the current option. | |
std::vector< ApplicationCommandInteractionDataOption > | options {} |
ApplicationCommand Interaction data options. | |
ApplicationCommandOptionType | type {} |
The type of ApplicationCommand options. | |
Jsonifier::RawJsonData | value {} |
The value. | |