import { GetCommunityMembersCursorQuery } from "@twexapi-dev/x-api-scraper/models";
let value: GetCommunityMembersCursorQuery = {
nextCursor: "1234567890",
communityId: "<id>",
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
nextCursor |
string | ➖ | Cursor returned by the previous page. Leave empty to fetch the first page. | 1234567890 |
communityId |
string | ✔️ | The ID of the community to get members from. |