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