Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 3.43 KB

File metadata and controls

15 lines (12 loc) · 3.43 KB

UserTimelinePageResponse

Fields

Field Type Required Description Example
code Optional[int] HTTP status code
msg Optional[str] Response message
data List[models.UserTweetItem] ✔️ Current page tweet items.
has_next_page bool ✔️ Whether another page is available.
next_cursor OptionalNullable[str] Use this cursor to fetch the next page when has_next_page is true. DAAHCgABHFeD5h9__-cLAAIAAAATMjAzODIzMzA5NTM4ODY4MDU5NAgAAwAAAAIAAA
requested_count int ✔️ Original count requested by the client.
effective_count int ✔️ Count after credit throttling was applied.
parsed_count int ✔️ Number of tweets actually parsed from the response.