CreateEmojiParams

Type Alias CreateEmojiParams 

Source
pub type CreateEmojiParams = CreateEmoji;

Aliased Type§

pub struct CreateEmojiParams {
    pub name: String,
    pub image: String,
    pub roles: Vec<Snowflake>,
}

Fields§

§name: String§image: String§roles: Vec<Snowflake>