Interface forumThreadReactionInfo

Hierarchy

  • forumThreadReactionInfo

Properties

Properties

emoji: APIEmote
reactor: Member | {
    id: string;
}
thread: ForumThread | {
    channelID: string;
    guild: Guild | {
        id?: string;
    };
    id: number;
}