Struct discord::model::MessageReaction [] [src]

pub struct MessageReaction {
    pub count: u64,
    pub me: bool,
    pub emoji: ReactionEmoji,
}

Information on a reaction as available at a glance on a message.

Fields

Trait Implementations

impl Debug for MessageReaction
[src]

Formats the value using the given formatter.

impl Clone for MessageReaction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more