FoxoChat.js Packages
    Preparing search index...

    Interface GatewayDestroyOptions

    interface GatewayDestroyOptions {
        code?: number;
        reconnect?: boolean;
    }
    Index

    Properties

    Properties

    code?: number

    The code used when closing the connection.

    reconnect?: boolean

    Indicates whether the client should try to reconnect after destroy.