pinnedTweetId

@SerializedName(value = "pinned_tweet_id")
var pinnedTweetId: String? = null

Unique identifier of this user's pinned Tweet.

e.g.

"pinned_tweet_id": "1255542774432063488"

Determine the Tweet pinned to the top of the user’s profile. Can potentially be used to determine the user’s language.