Skip to content

conduitMessageHandler

1
function conduitMessageHandler(this: object, message: Message): Promise<void>

Handles the messages received from the conduit.

Parameters

ParameterTypeDescription
thisobject-
this.connectorWebSocketShardConnector-
this.resolve() => any-
messageMessageThe message received from the conduit.

Returns

Promise<void>

Source

twitchfy/packages/eventsub/src/util/conduitMessageHandler.ts:14