Function serenity::http::create_emoji [] [src]

pub fn create_emoji(guild_id: u64, map: &Value) -> Result<Emoji>

Creates an emoji in the given Guild with the given data.

View the source code for Context::create_emoji to see what fields this requires.

Note: Requires the Manage Emojis permission.