conduitMessageHandler
Handles the messages received from the conduit.
Parameters
Parameter | Type | Description |
---|---|---|
this | object | - |
this.connector | WebSocketShardConnector | - |
this.resolve | () => any | - |
message | Message | The message received from the conduit. |
Returns
Promise
<void
>
Source
twitchfy/packages/eventsub/src/util/conduitMessageHandler.ts:14