TwurpleAuthenticationGetting dataExamplesFAQMigration

Main classes

HelixPaginatedEventSubSubscriptionsResult

The result of an EventSub subscription list request.

{
A cursor for traversing more results.
cursor: string
The returned data.
data: T[]
The maximum cost that is allowed for your application.
maxTotalCost: number
The total number of items.
total: number
The total cost of all subscriptions.
totalCost: number
}

Properties

cursor

Type: string

A cursor for traversing more results.

data

Type: T[]

The returned data.

maxTotalCost

Type: number

The maximum cost that is allowed for your application.

total

Type: number

The total number of items.

totalCost

Type: number

The total cost of all subscriptions.