Type alias CalendarEventSeriesPayload

CalendarEventSeriesPayload: {
    channelId: string;
    id: string;
    serverId: string;
}

Type declaration

  • channelId: string

    The ID of the channel

  • id: string

    The ID of the calendar event series

  • serverId: string

    The ID of the server

Generated using TypeDoc