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

#include <channel.h>

Data Fields

u64snowflake id
 
char * name
 
bool moderated
 
u64snowflake emoji_id
 
char * emoji_name
 

Field Documentation

◆ id

u64snowflake discord_thread_tag::id

the id of the tag

◆ name

char* discord_thread_tag::name

the name of the tag

◆ moderated

bool discord_thread_tag::moderated

whether this tag can only be added to or removed from threads by a member with the MANAGE_THREADS permission

◆ emoji_id

u64snowflake discord_thread_tag::emoji_id

the id of a guild's custom emoji

◆ emoji_name

char* discord_thread_tag::emoji_name

the unicode character of the emoji


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