Skip to content

kient / WebhookEvents

Type Alias: WebhookEvents

ts
type WebhookEvents = object;

src/webhook.handler.ts:24

Type declaration

NameTypeDefined in
KIENT_CHANNEL_FOLLOW(channelFollow) => voidsrc/webhook.handler.ts:38
KIENT_CHANNEL_GIFT_SUBSCRIPTIONS(channelSubscriptionsGift) => voidsrc/webhook.handler.ts:41
KIENT_CHANNEL_RESUBSCRIPTION(channelSubscription) => voidsrc/webhook.handler.ts:40
KIENT_CHANNEL_SUBSCRIPTION(channelSubscription) => voidsrc/webhook.handler.ts:39
KIENT_CHAT_MESSAGE_SENT(chatMessage) => voidsrc/webhook.handler.ts:37