@qixils/tiktok-live-connector
Version:
Node.js module to receive live stream chat events like comments and gifts from TikTok LIVE
15 lines • 568 B
TypeScript
export = WebcastWebsocket;
declare class WebcastWebsocket extends EventEmitter {
constructor(wsUrl: any, cookieJar: any, clientParams: any, wsParams: any, customHeaders: any, websocketOptions: any);
client: WebSocketClient;
pingInterval: NodeJS.Timer;
connection: any;
wsParams: any;
wsUrlWithParams: string;
wsHeaders: any;
#private;
}
import { EventEmitter } from "events";
import WebSocketClient_1 = require("websocket");
import WebSocketClient = WebSocketClient_1.client;
//# sourceMappingURL=webcastWebsocket.d.ts.map