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

#include <gateway.h>

Collaboration diagram for discord_guild_stickers_update:
[legend]

Data Fields

u64snowflake guild_id
 
struct discord_stickersstickers
 

Detailed Description

Public methods

  • Initializer:
    • discord_stickers_update_init(struct discord_stickers_update *this)
  • Cleanup:
    • discord_stickers_update_cleanup(struct discord_stickers_update *this)
  • JSON Decoder:
    • discord_stickers_update_from_json(const char json[], size_t len, struct discord_stickers_update *this)
    • discord_stickers_update_from_jsmnf(jsmnf *root, const char json[], struct discord_stickers_update *this)
  • JSON Encoder:
    • discord_stickers_update_to_json(char buf[], size_t size, const struct discord_stickers_update *this)
    • discord_stickers_update_to_jsonb(jsonb *b, char buf[], size_t size, const struct discord_stickers_update *this)

Field Documentation

◆ guild_id

u64snowflake discord_guild_stickers_update::guild_id

id of the guild

◆ stickers

struct discord_stickers* discord_guild_stickers_update::stickers

array of stickers


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