Modify Guild Emoji¶
-
ORCAcode discord_modify_guild_emoji(struct discord *client, u64_snowflake_t guild_id, u64_snowflake_t emoji_id, struct discord_modify_guild_emoji_params *params, struct discord_emoji *ret)¶
Modify 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 modified
params – request parameters
ret – if successful, a discord_emoji that should be free’d with
discord_emoji_cleanup()
- Returns
ORCAcode for how the operation went, ORCA_OK means nothing out of the ordinary
Warning
doxygenstruct: Cannot find class “discord_modify_guild_emoji_params” in doxygen xml output for project “Orca” from directory: ../xml