|
long | Id [get, set] |
| Unique identifier of this user. More...
|
|
DateTimeOffset? | CreatedAt [get, set] |
| Creation time of this account. More...
|
|
string | Name [get, set] |
| The friendly name of this user, as shown on their profile. More...
|
|
string | Username [get, set] |
| The Twitter handle (screen name) of this user. More...
|
|
bool? | Protected [get, set] |
| Indicates if this user has chosen to protect their Tweets (in other words, if this user's Tweets are private). More...
|
|
Withheld | Withheld [get, set] |
| Contains withholding details for withheld content. More...
|
|
string | Location [get, set] |
| The location specified in the user's profile, if the user provided one. As this is a freeform value, it may not indicate a valid location, but it may be fuzzily evaluated when performing searches with location queries. More...
|
|
string | Url [get, set] |
| The URL specified in the user's profile, if present. More...
|
|
string | Description [get, set] |
| The text of this user's profile description (also known as bio), if the user provided one. More...
|
|
bool? | Verified [get, set] |
| Indicate if this user is a verified Twitter User. More...
|
|
UserEntities | Entities [get, set] |
| This object and its children fields contain details about text that has a special meaning in the user's description. More...
|
|
string | ProfileImageUrl [get, set] |
| The URL to the profile image for this user, as shown on the user's profile. More...
|
|
UserPublicMetrics | PublicMetrics [get, set] |
| Contains details about activity for this user. More...
|
|
long? | PinnedTweetId [get, set] |
| Unique identifier of this user's pinned Tweet. More...
|
|
◆ CreatedAt
DateTimeOffset? CoreTweet.V2.User.CreatedAt |
|
getset |
Creation time of this account.
To return this field, add UserFields.CreatedAt in the request's query parameter.
◆ Description
string CoreTweet.V2.User.Description |
|
getset |
The text of this user's profile description (also known as bio), if the user provided one.
To return this field, add UserFields.Description in the request's query parameter.
◆ Entities
This object and its children fields contain details about text that has a special meaning in the user's description.
To return this field, add UserFields.Entities in the request's query parameter.
◆ Id
long CoreTweet.V2.User.Id |
|
getset |
Unique identifier of this user.
◆ Location
string CoreTweet.V2.User.Location |
|
getset |
The location specified in the user's profile, if the user provided one. As this is a freeform value, it may not indicate a valid location, but it may be fuzzily evaluated when performing searches with location queries.
To return this field, add UserFields.Location in the request's query parameter.
◆ Name
string CoreTweet.V2.User.Name |
|
getset |
The friendly name of this user, as shown on their profile.
◆ PinnedTweetId
long? CoreTweet.V2.User.PinnedTweetId |
|
getset |
◆ ProfileImageUrl
string CoreTweet.V2.User.ProfileImageUrl |
|
getset |
The URL to the profile image for this user, as shown on the user's profile.
To return this field, add UserFields.ProfileImageUrl in the request's query parameter.
◆ Protected
bool? CoreTweet.V2.User.Protected |
|
getset |
Indicates if this user has chosen to protect their Tweets (in other words, if this user's Tweets are private).
To return this field, add UserFields.Protected in the request's query parameter.
◆ PublicMetrics
Contains details about activity for this user.
To return this field, add UserFields.PublicMetrics in the request's query parameter.
◆ Url
string CoreTweet.V2.User.Url |
|
getset |
The URL specified in the user's profile, if present.
To return this field, add UserFields.Url in the request's query parameter.
◆ Username
string CoreTweet.V2.User.Username |
|
getset |
The Twitter handle (screen name) of this user.
◆ Verified
bool? CoreTweet.V2.User.Verified |
|
getset |
Indicate if this user is a verified Twitter User.
To return this field, add UserFields.Verified in the request's query parameter.
◆ Withheld
Contains withholding details for withheld content.
To return this field, add UserFields.Withheld in the request's query parameter.
The documentation for this class was generated from the following file: