Concord - C Discord API library
A Discord API wrapper library written in C
sticker.h File Reference

Sticker public functions and datatypes. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

CCORDcode discord_get_sticker (struct discord *client, u64snowflake sticker_id, struct discord_ret_sticker *ret)
 Get a sticker from a given ID. More...
 
CCORDcode discord_list_nitro_sticker_packs (struct discord *client, struct discord_ret_list_nitro_sticker_packs *ret)
 Get a list of sticker packs available to Nitro subscribers. More...
 
CCORDcode discord_list_guild_stickers (struct discord *client, u64snowflake guild_id, struct discord_ret_stickers *ret)
 Get stickers for the given guild. More...
 
CCORDcode discord_get_guild_sticker (struct discord *client, u64snowflake guild_id, u64snowflake sticker_id, struct discord_ret_sticker *ret)
 Get a sticker for the given guild and sticker ID. More...
 
CCORDcode discord_modify_guild_sticker (struct discord *client, u64snowflake guild_id, u64snowflake sticker_id, struct discord_modify_guild_sticker *params, struct discord_ret_sticker *ret)
 Modify the given sticker. More...
 
CCORDcode discord_delete_guild_sticker (struct discord *client, u64snowflake guild_id, u64snowflake sticker_id, struct discord_ret *ret)
 Delete the given sticker. More...
 

Detailed Description

Sticker public functions and datatypes.

Author
Cogmasters