Concord - C Discord API library
A Discord API wrapper library written in C
|
#include <channel.h>
Data Fields | |
u64snowflake | id |
u64snowflake | guild_id |
enum discord_channel_types | type |
char * | name |
u64snowflake discord_channel_mention::id |
ID of the channel
u64snowflake discord_channel_mention::guild_id |
ID of the guild containing the channel
enum discord_channel_types discord_channel_mention::type |
the type of the channel
char* discord_channel_mention::name |
the name of the channel