Interface GatewayEvent_CalendarEventCommentCreated

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

Properties

calendarEventComment: APICalendarEventComment
serverId: string

The ID of the server.