CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.V2.User Class Reference
Inheritance diagram for CoreTweet.V2.User:
CoreTweet.Core.CoreBase

Properties

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...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Property Documentation

◆ 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

UserEntities CoreTweet.V2.User.Entities
getset

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

Unique identifier of this user's pinned Tweet.

You can obtain the expanded object in UserResponseIncludes.Tweets by adding UserExpansions.PinnedTweetId in the request's query parameter.

◆ 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

UserPublicMetrics CoreTweet.V2.User.PublicMetrics
getset

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

Withheld CoreTweet.V2.User.Withheld
getset

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: