pub type CreateEmojiParams = CreateEmoji;
pub struct CreateEmojiParams { pub name: String, pub image: String, pub roles: Vec<Snowflake>, }
name: String
image: String
roles: Vec<Snowflake>