Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 2.34 KB

File metadata and controls

12 lines (9 loc) · 2.34 KB

UserTimelineResponse

Fields

Field Setter Type Getter Type Required Description
code @Nullable long Optional<long> HTTP status code
msg @Nullable String Optional<String> Response message
data List<UserTweetItem> List<UserTweetItem> ✔️ All fetched tweets.
totalFetchedCount long long ✔️ Total number of tweets fetched across pages.
pageCount long long ✔️ Number of pages fetched.