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