Skip to content

WebSocketConnectionOptions

1
type WebSocketConnectionOptions: BaseConnectionOptions<WebSocketConnection> & object;

The options used to create a new WebSocketConnection.

Type declaration

MemberTypeDescription
proxystringThe proxy url used for the connection.
userTokenUserTokenAdapter<boolean>The user token used for the connection.

Source

twitchfy/packages/eventsub/src/ws/types/WebSocketConnectionOptions.ts:8