Interface AnnouncementReactionTypes

Hierarchy

  • AnnouncementReactionTypes

Properties

announcement: Announcement | {
    channelID: string;
    guild: Guild | {
        id?: string;
    };
    id: string;
}

Type declaration

  • channelID: string
  • guild: Guild | {
        id?: string;
    }
  • id: string
emoji: APIEmote
reactor: Member | {
    id: string;
}

Type declaration

  • id: string