@ycryptx/tiktok-live-connector
Version:
Node.js module to receive live stream chat events like comments and gifts from TikTok LIVE
15 lines • 775 B
TypeScript
export = TikTokHttpClient;
declare class TikTokHttpClient {
constructor(customHeaders: any, axiosOptions: any, sessionId: any);
axiosInstance: any;
cookieJar: TikTokCookieJar;
setSessionId(sessionId: any): void;
getMainPage(path: any): Promise<any>;
getDeserializedObjectFromWebcastApi(path: any, params: any, schemaName: any, shouldSign: any): Promise<protobuf.Message<{}>>;
getJsonObjectFromWebcastApi(path: any, params: any, shouldSign: any): Promise<any>;
postFormDataToWebcastApi(path: any, params: any, formData: any): Promise<any>;
getJsonObjectFromTiktokApi(path: any, params: any, shouldSign: any): Promise<any>;
#private;
}
import TikTokCookieJar = require("./tiktokCookieJar");
//# sourceMappingURL=tiktokHttpClient.d.ts.map