twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks
Welcome

HelixEventSubSubscription

An EventSub subscription.

Overview

Properties

condition

Type: Record<string, unknown>

The condition of the subscription.

creationDate

Type: Date

The date and time of creation of the subscription.

id

Type: string

The ID of the subscription.

status

Type:
HelixEventSubSubscriptionStatus

Aliased type: "enabled" | "webhook_callback_verification_pending" | "webhook_callback_verification_failed" | "notification_failures_exceeded" | "authorization_revoked" | "user_removed"

The status of the subscription.

type

Type: string

The event type that the subscription is listening to.

Methods

unsubscribe()

async

End the EventSub subscription.

Return type: void