UNPKG

@twitchfy/chatbot

Version:

A powerful node module to make your own Twitch ChatBot

9 lines (8 loc) 171 B
/** * The diffrent types of connections for the Twitch EventSub. */ export declare enum EventSubConnection { 'WebSocket' = 0, 'Webhook' = 1, 'Conduit' = 2 }