UNPKG

@adamjessop/tiktok-live-connector

Version:

Node.js module to receive live stream chat events like comments and gifts from TikTok LIVE

13 lines 609 B
import { WebcastResponse } from '../../types/tiktok-schema'; import { EventEmitter } from 'node:events'; import { TikTokLiveConnection } from '../../lib'; declare const WebcastPushConnection_base: new (...args: any[]) => EventEmitter & TikTokLiveConnection; /** * The legacy WebcastPushConnection class for backwards compatibility. * @deprecated Use TikTokLiveConnection instead. */ export declare class WebcastPushConnection extends WebcastPushConnection_base { protected processWebcastResponse(webcastResponse: WebcastResponse): Promise<void>; } export {}; //# sourceMappingURL=legacy-client.d.ts.map