UNPKG

tb-tiktok-dl

Version:

Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users

4 lines (3 loc) 303 B
import { TiktokUserSearchResponse } from "../../types/search/userSearch"; export declare const generateURLXbogus: (username: string, page: number) => string; export declare const SearchUser: (username: string, cookie: string | any[], page?: number, proxy?: string) => Promise<TiktokUserSearchResponse>;