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

#include <sticker.h>

Collaboration diagram for discord_create_guild_sticker:
[legend]

Data Fields

char * reason
 
char * name
 
char * description
 
char * tags
 
struct discord_attachmentfile
 

Field Documentation

◆ reason

char* discord_create_guild_sticker::reason
Parameters
reasona reason to indicate why the action was taken

◆ name

char* discord_create_guild_sticker::name

name of the sticker (2-30 characters)

◆ description

char* discord_create_guild_sticker::description

description of the sticker (empty or 2-100 characters)

◆ tags

char* discord_create_guild_sticker::tags

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

◆ file

struct discord_attachment* discord_create_guild_sticker::file

the sticker file to upload, must be a PNG, APNG, or Lottie JSON file max 500 KB


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