UNPKG

tiktermux

Version:

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

3 lines (2 loc) 253 B
import { TiktokUserFavoriteVideosResponse } from "../../types/get/getUserLikedVideos"; export declare const getUserLikedVideos: (username: string, cookie: string | any[], proxy?: string, postLimit?: number) => Promise<TiktokUserFavoriteVideosResponse>;