Interface EventMessageReactionRemoveAllEmoji

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

Properties

channelId: string
messageId: string

Generated using TypeDoc