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

#include <guild.h>

Data Fields

u64snowflake channel_id
 
char * description
 
u64snowflake emoji_id
 
char * emoji_name
 

Field Documentation

◆ channel_id

u64snowflake discord_welcome_screen_channel::channel_id

the channel's id

◆ description

char* discord_welcome_screen_channel::description

the description shown for the channel

◆ emoji_id

u64snowflake discord_welcome_screen_channel::emoji_id

the emoji id, if the emoji is custom

◆ emoji_name

char* discord_welcome_screen_channel::emoji_name

the emoji name if custom, the unicode character if standard, or NULL if no emoji is set


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