TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixEventSubConduit

Represents an EventSub conduit.

Overview

Properties

id

Type: string

The ID of the conduit.

shardCount

Type: number

The shard count of the conduit.

Methods

delete()

async

Delete the conduit.

Return type: void

getShards()

async

Get the conduit shards.

Return type: HelixPaginatedResponse<HelixEventSubConduitShard>

update(shardCount)

async

Update the conduit.

ParameterTypeRequiredDefaultDescription
shardCountnumbernone

The new shard count.