Interface GatewayEvent_CalendarEventCommentUpdated

interface GatewayEvent_CalendarEventCommentUpdated {
    calendarEventComment: APICalendarEventComment;
    serverId: string;
}

Properties

calendarEventComment: APICalendarEventComment
serverId: string

The ID of the server.