MessageReactionAddEvent constructor
MessageReactionAddEvent({})
Implementation
MessageReactionAddEvent({
required this.userId,
required this.channelId,
required this.messageId,
this.guildId,
this.member,
required this.emoji,
});