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

#include <channel.h>

Data Fields

u64snowflake id
 
u64snowflake guild_id
 
enum discord_channel_types type
 
char * name
 

Field Documentation

◆ id

u64snowflake discord_channel_mention::id

ID of the channel

◆ guild_id

u64snowflake discord_channel_mention::guild_id

ID of the guild containing the channel

◆ type

enum discord_channel_types discord_channel_mention::type

the type of the channel

◆ name

char* discord_channel_mention::name

the name of the channel


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