GetCommunityMembersCursorResponse
import { GetCommunityMembersCursorResponse } from "@twexapi-dev/x-api-scraper/models";
let value: GetCommunityMembersCursorResponse = {
code: 681865,
msg: "<value>",
data: [],
hasNextPage: false,
nextCursor: "1234567890",
};
| Field |
Type |
Required |
Description |
Example |
code |
number |
✔️ |
The status code of the response. |
|
msg |
string |
✔️ |
The message of the response. |
|
data |
models.UserModel[] |
✔️ |
A list of user objects. |
|
hasNextPage |
boolean |
✔️ |
Whether another page is available. |
|
nextCursor |
string |
➖ |
The next cursor of the members to get. |
1234567890 |