docs: add page & totalResults object to documentation

This commit is contained in:
Tobi Saputra 2024-12-07 23:57:19 +07:00
parent 1bae63d2e8
commit 27d69c28e7

View File

@ -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
}
```