Followers page data (regular or verified)
| Field | Setter Type | Getter Type | Required | Description | Example |
|---|---|---|---|---|---|
users |
List<UserInfo> | List<UserInfo> | ✔️ | Follower users on this page | |
hasNextPage |
boolean | boolean | ✔️ | Whether another page is available | |
nextCursor |
@Nullable String | JsonNullable<String> | ➖ | Pass as cursor to fetch the next page when has_next_page is true Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null. |
1870681402093130182|2076960004551737340 |