Skip to content

kient / WebhookEvents

Type Alias: WebhookEvents

ts
type WebhookEvents = object;

src/webhook.handler.ts:17

Type declaration

NameTypeDefined in
KIENT_CHANNEL_FOLLOW(channelFollow) => voidsrc/webhook.handler.ts:34
KIENT_CHANNEL_GIFT_SUBSCRIPTIONS(channelSubscriptionsGift) => voidsrc/webhook.handler.ts:37
KIENT_CHANNEL_RESUBSCRIPTION(channelSubscription) => voidsrc/webhook.handler.ts:36
KIENT_CHANNEL_SUBSCRIPTION(channelSubscription) => voidsrc/webhook.handler.ts:35
KIENT_CHAT_MESSAGE_SENT(chatMessage) => voidsrc/webhook.handler.ts:33
KIENT_LIVESTREAM_STATUS_UPDATED(livestreamStatus) => voidsrc/webhook.handler.ts:40