Shoukaku
    Preparing search index...

    Interface WebSocketClosedEvent

    interface WebSocketClosedEvent {
        byRemote: boolean;
        code: number;
        guildId: string;
        op: Event;
        reason: string;
        type: WebsocketClosedEvent;
    }

    Hierarchy (View Summary)

    Index

    Properties

    byRemote: boolean
    code: number
    guildId: string
    op: Event
    reason: string