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

#include <sticker.h>

Collaboration diagram for discord_sticker:
[legend]

Data Fields

u64snowflake id
 
u64snowflake pack_id
 
char * name
 
char * description
 
char * tags
 
enum discord_sticker_types type
 
enum discord_sticker_format_types format_type
 
bool available
 
u64snowflake guild_id
 
struct discord_useruser
 
int sort_value
 

Detailed Description

Field Documentation

◆ id

u64snowflake discord_sticker::id

ID of the sticker

◆ pack_id

u64snowflake discord_sticker::pack_id

for standard stickers, ID of the pack the sticker is from

◆ name

char* discord_sticker::name

name of the sticker

◆ description

char* discord_sticker::description

description of the sticker

◆ tags

char* discord_sticker::tags

autocomplete/suggestion tags for the sticker (max 200 characters)

◆ type

enum discord_sticker_types discord_sticker::type

type of sticker

◆ format_type

enum discord_sticker_format_types discord_sticker::format_type

type of sticker format

◆ available

bool discord_sticker::available

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

◆ guild_id

u64snowflake discord_sticker::guild_id

ID of the guild that owns this sticker

◆ user

struct discord_user* discord_sticker::user

the user that uploaded the guild sticker

◆ sort_value

int discord_sticker::sort_value

the standard sticker's sort order within its pack


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