Interface GatewayEvent_CalendarEventReactionCreated

interface GatewayEvent_CalendarEventReactionCreated {
    reaction: APICalendarEventReaction;
    serverId?: string;
}

Properties

Properties

reaction: APICalendarEventReaction
serverId?: string