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

Data structure representing an application_command_data's option choice. More...

#include <FoundationEntities.hpp>

Public Data Members

jsonifier::string name {}
 The name of the current choice.
 
unordered_map< jsonifier::string, jsonifier::string > nameLocalizations {}
 Dictionary with keys in available locales localization dictionary for the name.
 
jsonifier::raw_json_data value {}
 The value of the option.
 

The documentation for this class was generated from the following files: