kient / WebhookEvents
Variable: WebhookEvents
ts
const WebhookEvents: object;
Type declaration
Name | Type | Default value | Defined in |
---|---|---|---|
Channel | object | - | src/webhook.handler.ts:28 |
Channel.Follow | "KIENT_CHANNEL_FOLLOW" | 'KIENT_CHANNEL_FOLLOW' | src/webhook.handler.ts:29 |
Channel.GiftSubscriptions | "KIENT_CHANNEL_GIFT_SUBSCRIPTIONS" | 'KIENT_CHANNEL_GIFT_SUBSCRIPTIONS' | src/webhook.handler.ts:32 |
Channel.Resubscription | "KIENT_CHANNEL_RESUBSCRIPTION" | 'KIENT_CHANNEL_RESUBSCRIPTION' | src/webhook.handler.ts:31 |
Channel.Subscription | "KIENT_CHANNEL_SUBSCRIPTION" | 'KIENT_CHANNEL_SUBSCRIPTION' | src/webhook.handler.ts:30 |
Chat | object | - | src/webhook.handler.ts:25 |
Chat.MessageSent | "KIENT_CHAT_MESSAGE_SENT" | 'KIENT_CHAT_MESSAGE_SENT' | src/webhook.handler.ts:26 |