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 Reactionimpl UnwindSafe for ReactionBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more