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
count: u64
me: bool
emoji: ReactionEmoji
Trait Implementations
impl Debug for MessageReaction[src]
impl Clone for MessageReaction[src]
fn clone(&self) -> MessageReaction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more