kient / WebhookEvents
Type Alias: WebhookEvents
ts
type WebhookEvents = object;Type declaration
| Name | Type | Defined in |
|---|---|---|
KIENT_CHANNEL_FOLLOW | (channelFollow) => void | src/webhook.handler.ts:34 |
KIENT_CHANNEL_GIFT_SUBSCRIPTIONS | (channelSubscriptionsGift) => void | src/webhook.handler.ts:37 |
KIENT_CHANNEL_RESUBSCRIPTION | (channelSubscription) => void | src/webhook.handler.ts:36 |
KIENT_CHANNEL_SUBSCRIPTION | (channelSubscription) => void | src/webhook.handler.ts:35 |
KIENT_CHAT_MESSAGE_SENT | (chatMessage) => void | src/webhook.handler.ts:33 |
KIENT_LIVESTREAM_STATUS_UPDATED | (livestreamStatus) => void | src/webhook.handler.ts:40 |