Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.77 KB

File metadata and controls

19 lines (14 loc) · 1.77 KB

GetCommunityMembersCursorQuery

Example Usage

import { GetCommunityMembersCursorQuery } from "@twexapi-dev/x-api-scraper/models";

let value: GetCommunityMembersCursorQuery = {
  nextCursor: "1234567890",
  communityId: "<id>",
};

Fields

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.