Interface EventMessageReactionRemove

interface EventMessageReactionRemove {
    channelId: string;
    emoji: ReactionType;
    messageId: string;
    userId: string;
}

Properties

channelId: string
messageId: string
userId: string

Generated using TypeDoc