Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <message_components.h>
Data Fields | |
char * | label |
char * | value |
char * | description |
struct discord_emoji * | emoji |
bool | Default |
char* discord_select_option::label |
the user-facing name of the option, max 100 characters
char* discord_select_option::value |
the dev-define value of the option, max 100 characters
char* discord_select_option::description |
an additional description of the option, max 100 characters
struct discord_emoji* discord_select_option::emoji |
id
, name
, and animated
bool discord_select_option::Default |
will render this option as selected by default