| 
| void  | discord_sticker_init (struct discord_sticker *self) | 
|   | 
| void  | discord_sticker_cleanup (struct discord_sticker *self) | 
|   | 
| void  | discord_stickers_cleanup (struct discord_stickers *self) | 
|   | 
| void  | discord_sticker_packs_cleanup (struct discord_sticker_packs *self) | 
|   | 
| void  | discord_list_nitro_sticker_packs_init (struct discord_list_nitro_sticker_packs *self) | 
|   | 
| void  | discord_list_nitro_sticker_packs_cleanup (struct discord_list_nitro_sticker_packs *self) | 
|   | 
| void  | discord_modify_guild_sticker_init (struct discord_modify_guild_sticker *self) | 
|   | 
| void  | discord_modify_guild_sticker_cleanup (struct discord_modify_guild_sticker *self) | 
|   | 
| long  | discord_sticker_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_sticker *self) | 
|   | 
| size_t  | discord_sticker_from_json (const char buf[], size_t size, struct discord_sticker *self) | 
|   | 
| long  | discord_stickers_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_stickers *self) | 
|   | 
| size_t  | discord_stickers_from_json (const char buf[], size_t size, struct discord_stickers *self) | 
|   | 
| long  | discord_sticker_packs_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_sticker_packs *self) | 
|   | 
| size_t  | discord_sticker_packs_from_json (const char buf[], size_t size, struct discord_sticker_packs *self) | 
|   | 
| long  | discord_list_nitro_sticker_packs_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_list_nitro_sticker_packs *self) | 
|   | 
| size_t  | discord_list_nitro_sticker_packs_from_json (const char buf[], size_t size, struct discord_list_nitro_sticker_packs *self) | 
|   | 
| long  | discord_modify_guild_sticker_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_modify_guild_sticker *self) | 
|   | 
| size_t  | discord_modify_guild_sticker_from_json (const char buf[], size_t size, struct discord_modify_guild_sticker *self) | 
|   | 
| jsonbcode  | discord_sticker_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_sticker *self) | 
|   | 
| size_t  | discord_sticker_to_json (char buf[], size_t size, const struct discord_sticker *self) | 
|   | 
| jsonbcode  | discord_stickers_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_stickers *self) | 
|   | 
| size_t  | discord_stickers_to_json (char buf[], size_t size, const struct discord_stickers *self) | 
|   | 
| jsonbcode  | discord_sticker_packs_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_sticker_packs *self) | 
|   | 
| size_t  | discord_sticker_packs_to_json (char buf[], size_t size, const struct discord_sticker_packs *self) | 
|   | 
| jsonbcode  | discord_modify_guild_sticker_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_modify_guild_sticker *self) | 
|   | 
| size_t  | discord_modify_guild_sticker_to_json (char buf[], size_t size, const struct discord_modify_guild_sticker *self) | 
|   |