Concord - C Discord API library
A Discord API wrapper library written in C
discord_select_option Struct Reference

#include <message_components.h>

Collaboration diagram for discord_select_option:
[legend]

Data Fields

char * label
 
char * value
 
char * description
 
struct discord_emojiemoji
 
bool Default
 

Detailed Description

Examples
components.c.

Field Documentation

◆ label

char* discord_select_option::label

the user-facing name of the option, max 100 characters

Examples
components.c.

◆ value

char* discord_select_option::value

the dev-define value of the option, max 100 characters

◆ description

char* discord_select_option::description

an additional description of the option, max 100 characters

◆ emoji

struct discord_emoji* discord_select_option::emoji

id, name, and animated

◆ Default

bool discord_select_option::Default

will render this option as selected by default


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