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

#include <emoji.h>

Collaboration diagram for discord_emoji:
[legend]

Data Fields

u64snowflake id
 
char * name
 
struct discord_rolesroles
 
struct discord_useruser
 
bool require_colons
 
bool managed
 
bool animated
 
bool available
 

Detailed Description

Field Documentation

◆ id

u64snowflake discord_emoji::id

emoji ID

Examples
emoji.c.

◆ name

char* discord_emoji::name

emoji name

Examples
emoji.c.

◆ roles

struct discord_roles* discord_emoji::roles

roles allowed to use this emoji

◆ user

struct discord_user* discord_emoji::user

user that created this emoji

◆ require_colons

bool discord_emoji::require_colons

whether this emoji must be wrapped in colons

◆ managed

bool discord_emoji::managed

whether this emoji is managed

◆ animated

bool discord_emoji::animated

whether this emoji is animated

Examples
emoji.c.

◆ available

bool discord_emoji::available

whether this emoji can be used, may be false due to loss of Server Boosts


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