docs: update docs
This commit is contained in:
parent
f417c29d7b
commit
c68cafdc9c
16
README.md
16
README.md
@ -278,10 +278,10 @@ Tiktok.StalkUser(username, {
|
||||
<br>
|
||||
|
||||
```ts
|
||||
[{
|
||||
{
|
||||
status: "success" | "error"
|
||||
message?: string
|
||||
result?: {
|
||||
result?: [{
|
||||
uid: string
|
||||
username: string
|
||||
nickname: string
|
||||
@ -291,8 +291,8 @@ Tiktok.StalkUser(username, {
|
||||
isVerified: boolean
|
||||
secUid: string
|
||||
url: string
|
||||
}
|
||||
}]
|
||||
}]
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
@ -301,10 +301,10 @@ Tiktok.StalkUser(username, {
|
||||
<br>
|
||||
|
||||
```ts
|
||||
[{
|
||||
{
|
||||
status: "success" | "error"
|
||||
message?: string
|
||||
result?: {
|
||||
result?: [{
|
||||
id: string
|
||||
title: string
|
||||
cover: string
|
||||
@ -333,8 +333,8 @@ Tiktok.StalkUser(username, {
|
||||
}
|
||||
isVerified: boolean
|
||||
}
|
||||
}
|
||||
}]
|
||||
}]
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user