User
The user object contains Twitter user account metadata describing the referenced user. The user object is the primary object returned in the users lookup endpoint. When requesting additional user fields on this endpoint, simply use the fields parameter user.fields. The user object can also be found as a child object and expanded in the Tweet object. The object is available for expansion with ?expansions=author_id or ?expansions=in_reply_to_user_id to get the condensed object with only default fields. Use the expansion with the field parameter: user.fields when requesting additional fields to complete the object.
Constructors
Types
Link copied to clipboard
data class Entities(url: User.Entities.Url?, description: User.Entities.Description?)
Content copied to clipboard
Link copied to clipboard
data class PublicMetrics(followersCount: Long, followingCount: Long, tweetCount: Long, listedCount: Long)
Content copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "pinned_tweet_id" )
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "profile_image_url" )
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "public_metrics" )
Content copied to clipboard
Link copied to clipboard
Contains withholding details for withheld content , if applicable.