GroupData: {
    groups: ChunkGroupAndFileId[];
    next_cursor?: string | null;
    total_pages: number;
}

Type declaration

  • groups: ChunkGroupAndFileId[]

    The list of all the groups.

  • Optionalnext_cursor?: string | null

    Parameter for the next cursor offset.

  • total_pages: number

    Total number of pages. Pages is groups_count / 10

MMNEPVFCICPMFPCPTTAAATR