Delete Guild Emoji¶
-
ORCAcode discord_delete_guild_emoji(struct discord *client, u64_snowflake_t guild_id, u64_snowflake_t emoji_id)¶
Deletes the given emoji.
Note
Fires a
Guild Emojis Update
event- Parameters
client – the client created with discord_init()
guild_id – guild the emoji belongs to
emoji_id – the emoji to be deleted
- Returns
ORCAcode for how the operation went, ORCA_OK means nothing out of the ordinary