1type ChannelEvents: keyof Pick<typeof SubscriptionTypes,2 | "ChannelChatClear"3 | "ChannelFollow"4 | "ChannelUpdate"5 | "StreamOnline"6| "ChannelChatMessage">;
The EventSub events which the chatbot could listen.
twitchfy/packages/chatbot/src/types/ChannelEvents.ts:6