Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.97 KB

File metadata and controls

25 lines (20 loc) · 1.97 KB

GetCommunityMembersCursorResponse

Example Usage

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

let value: GetCommunityMembersCursorResponse = {
  code: 681865,
  msg: "<value>",
  data: [],
  hasNextPage: false,
  nextCursor: "1234567890",
};

Fields

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