class WebSocketShard

declare class WebSocketShard extends AsyncEventEmitter<WebSocketShardEventsMap>

Constructors

constructor()

Constructs a new instance of the WebSocketShard class

readonly
strategy : IContextFetchingStrategy

connect() : Promise<void>

destroy() : Promise<void>

send() : Promise<void>