UNPKG

@adamjessop/tiktok-live-connector

Version:

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

10 lines 415 B
import { Route } from '../../../types/route'; import { RoomInfo } from '../../../types/client'; export declare type RoomInfoRouteParams = { roomId?: string; } | void; export declare type RoomInfoResponse = any; export declare class FetchRoomInfoRoute extends Route<RoomInfoRouteParams, RoomInfoResponse> { call(params: RoomInfoRouteParams): Promise<RoomInfo>; } //# sourceMappingURL=fetch-room-info.d.ts.map