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

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< ApplicationCommandInteractionDataOptionoptions {}
 ApplicationCommand Interaction data options.
 
ApplicationCommandOptionType type {}
 The type of ApplicationCommand options.
 
Jsonifier::RawJsonData value {}
 The value.
 

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