Interface WebsocketInfoInternal

The Websocket information returned from the API

Param: token

The token to use when authenticating with the auth command in the Websocket

Param: url

The actual URL of the Websocket

interface WebsocketInfo {
    token: string;
    url: string;
}

Properties

Properties

token: string
url: string

Generated using TypeDoc