Struct twilight_model::channel::Reaction [−][src]
pub struct Reaction {
pub channel_id: ChannelId,
pub emoji: ReactionType,
pub guild_id: Option<GuildId>,
pub member: Option<Member>,
pub message_id: MessageId,
pub user_id: UserId,
}Fields
channel_id: ChannelIdemoji: ReactionTypeguild_id: Option<GuildId>member: Option<Member>message_id: MessageIduser_id: UserIdTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Reaction
impl UnwindSafe for Reaction
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more