Type alias CalendarEventReactionPayload

CalendarEventReactionPayload: {
    calendarEventId: number;
    channelId: string;
    createdBy: string;
    emote: EmotePayload;
}

Type declaration

  • calendarEventId: number

    The ID of the calendar event

  • channelId: string

    The ID of the channel

  • createdBy: string

    The ID of the user who added the reaction

  • emote: EmotePayload

Generated using TypeDoc