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

#include <sticker.h>

Collaboration diagram for discord_sticker_pack:
[legend]

Data Fields

u64snowflake id
 
struct discord_stickersstickers
 
char * name
 
u64snowflake sku_id
 
u64snowflake cover_sticker_id
 
char * description
 
u64snowflake banner_asset_id
 

Field Documentation

◆ id

u64snowflake discord_sticker_pack::id

ID of the sticker

◆ stickers

struct discord_stickers* discord_sticker_pack::stickers

the stickers in the pack

◆ name

char* discord_sticker_pack::name

name of the sticker pack

◆ sku_id

u64snowflake discord_sticker_pack::sku_id

ID of the pack's SKU

◆ cover_sticker_id

u64snowflake discord_sticker_pack::cover_sticker_id

ID of a sticker in the pack which is shown as the pack's icon

◆ description

char* discord_sticker_pack::description

description of the sticker pack

◆ banner_asset_id

u64snowflake discord_sticker_pack::banner_asset_id

ID of the sticker pack's banner image


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