Interface GatewayEvent_CalendarEventCommentDeleted

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

Properties

calendarEventComment: APICalendarEventComment
serverId: string

The ID of the server.