Enum discord::model::ReactionEmoji [] [src]

pub enum ReactionEmoji {
    Unicode(String),
    Custom {
        name: String,
        id: EmojiId,
    },
}

Emoji information sent only from reaction events

Variants

Fields of Custom

Trait Implementations

impl Debug for ReactionEmoji
[src]

Formats the value using the given formatter.

impl Clone for ReactionEmoji
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for ReactionEmoji
[src]

Serialize this value into the given Serde serializer. Read more

impl<'d> Deserialize<'d> for ReactionEmoji
[src]

Deserialize this value from the given Serde deserializer. Read more