Type alias EventMessageReactionRemoveAllEmoji

EventMessageReactionRemoveAllEmoji: {
    channelId: string;
    emoji: ReactionType;
    messageId: string;
}

Type declaration

Generated using TypeDoc