Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 13.3 KB

File metadata and controls

26 lines (23 loc) · 13.3 KB

UserTweetItem

Fields

Field Setter Type Getter Type Required Description
tweetId String String ✔️ Tweet ID
isPaidPromotion @Nullable boolean Optional<boolean> Whether the tweet is associated with a paid promotion
fullText @Nullable String JsonNullable<String> Tweet text
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
createdAt @Nullable String JsonNullable<String> Tweet creation time
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
lang @Nullable String JsonNullable<String> Tweet language
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
conversationId @Nullable String JsonNullable<String> Conversation ID
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
bookmarkCount @Nullable long Optional<long> Bookmark count
favoriteCount @Nullable long Optional<long> Like count
replyCount @Nullable long Optional<long> Reply count
retweetCount @Nullable long Optional<long> Retweet count
quoteCount @Nullable long Optional<long> Quote count
viewCount @Nullable String JsonNullable<String> View count
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
viewCountState @Nullable String JsonNullable<String> View count state
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorUserId @Nullable String JsonNullable<String> Author user ID
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorScreenName @Nullable String JsonNullable<String> Author screen name
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorName @Nullable String JsonNullable<String> Author display name
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorIsBlueVerified @Nullable boolean JsonNullable<boolean> Blue verification flag
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorVerified @Nullable boolean JsonNullable<boolean> Legacy verification flag
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
authorIsVerifiedOrganizationAffiliate @Nullable boolean JsonNullable<boolean> Verified organization affiliate flag
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.