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