From 27d69c28e7b7a394d1b0fc50fd801ba0e983856e Mon Sep 17 00:00:00 2001 From: Tobi Saputra Date: Sat, 7 Dec 2024 23:57:19 +0700 Subject: [PATCH] docs: add page & totalResults object to documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 229eb26..1861e0a 100644 --- a/README.md +++ b/README.md @@ -347,6 +347,8 @@ Tiktok.GetComments(url, { secUid: string url: string }] + page: number + totalResults: number } ``` @@ -389,6 +391,8 @@ Tiktok.GetComments(url, { isVerified: boolean } }] + page: number + totalResults: number } ```