Interface MessageReactionTypes

interface MessageReactionTypes {
    emoji: APIEmote;
    message: any;
    reactor: Member | {
        id: string;
    };
}

Properties

Properties

emoji: APIEmote
message: any
reactor: Member | {
    id: string;
}

Type declaration

  • id: string