Interface CalendarReactionTypes

Hierarchy

  • CalendarReactionTypes

Properties

Properties

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