Interface ForumThreadReactionTypes

interface ForumThreadReactionTypes {
    emoji: APIEmote;
    reactor: Member | {
        id: string;
    };
    thread: any;
}

Properties

Properties

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

Type declaration

  • id: string
thread: any