Struct discord::model::Reaction [] [src]

pub struct Reaction {
    pub channel_id: ChannelId,
    pub message_id: MessageId,
    pub user_id: UserId,
    pub emoji: ReactionEmoji,
}

Fields

Methods

impl Reaction
[src]

Trait Implementations

impl Debug for Reaction
[src]

Formats the value using the given formatter.

impl Clone for Reaction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more