Data structure representing an ApplicationCommand's option choice.
More...
#include <FoundationEntities.hpp>
|
std::string | name {} |
| The name of the current choice.
|
|
std::unordered_map< std::string, std::string > | nameLocalizations {} |
| Dictionary with keys in available locales Localization dictionary for the name field.
|
|
JsonType | type {} |
| The type of the option.
|
|
std::string | value {} |
| The value of the option.
|
|
The documentation for this class was generated from the following files: