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

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 Guild's create_emoji method to see what fields this requires.

Note: Requires the Manage Emojis permission.