Interface GatewayEvent_CalendarEventCommentReactionCreated

interface GatewayEvent_CalendarEventCommentReactionCreated {
    reaction: APICalendarEventCommentReaction;
    serverId?: string;
}

Properties

Properties

reaction: APICalendarEventCommentReaction
serverId?: string