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

Represents a single selection from a select-menu. More...

#include <FoundationEntities.hpp>

Public Data Members

bool _default {}
 Is it the default option?
 
jsonifier::string description {}
 Description of the select-menu-option.
 
partial_emoji_data emoji {}
 An optional emoji to put on it.
 
jsonifier::string label {}
 A visible label for the select-menu-option.
 
jsonifier::string value {}
 A value for identifying the option.
 

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