CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.UserResponse Class Reference

Represents a user response with rate limit. More...

Inheritance diagram for CoreTweet.UserResponse:
CoreTweet.User CoreTweet.Core.ITwitterResponse CoreTweet.Core.CoreBase

Properties

RateLimit RateLimit [get, set]
 Gets or sets the rate limit of the response. More...
 
string Json [get, set]
 Gets or sets the JSON of the response. More...
 
- Properties inherited from CoreTweet.User
bool IsContributorsEnabled [get, set]
 Gets or sets a value that determines if the user has an account with "contributor mode" enabled, allowing for Tweets issued by the user to be co-authored by another account. Rarely true. More...
 
DateTimeOffset CreatedAt [get, set]
 Gets or sets the UTC datetime that the user account was created on Twitter. More...
 
DateTimeOffset Timestamp [get, set]
 Gets or sets the UTC datetime that the user account was created on Twitter. More...
 
bool IsDefaultProfile [get, set]
 Gets or sets a value that determines if the user has not altered the theme or background of its user profile. More...
 
bool IsDefaultProfileImage [get, set]
 Gets or sets a value that determines if the user has not uploaded their own avatar and a default egg avatar is used instead. More...
 
string Description [get, set]
 
string Email [get, set]
 Gets or sets the email address. More...
 
UserEntities Entities [get, set]
 Gets or sets the entities which have been parsed out of the URL or description fields defined by the user. More...
 
int FavouritesCount [get, set]
 
bool? IsFollowRequestSent [get, set]
 
int FollowersCount [get, set]
 
int FriendsCount [get, set]
 
bool? HasExtendedProfile [get, set]
 
bool IsGeoEnabled [get, set]
 
long? Id [get, set]
 Gets or sets the integer representation of the unique identifier for this User. More...
 
bool IsTranslator [get, set]
 Gets or sets a value that determines if the user is a participant in Twitter's translator community. More...
 
bool IsTranslationEnabled [get, set]
 Gets or sets a value that determines if the user is a participant in Twitter's translator community. More...
 
string Language [get, set]
 
int? ListedCount [get, set]
 Gets or sets the number of public lists that the user is a member of. More...
 
string Location [get, set]
 
bool? IsMuting [get, set]
 Gets or sets a value that determines if the user is muted by authenticating user. More...
 
string Name [get, set]
 
bool? NeedsPhoneVerification [get, set]
 
string ProfileBackgroundColor [get, set]
 Gets or sets the hexadecimal color chosen by the user for their background. More...
 
string ProfileBackgroundImageUrl [get, set]
 Gets or sets a HTTP-based URL pointing to the background image the user has uploaded for their profile. More...
 
string ProfileBackgroundImageUrlHttps [get, set]
 Gets or sets a HTTPS-based URL pointing to the background image the user has uploaded for their profile. More...
 
bool IsProfileBackgroundTile [get, set]
 Gets or sets a value that determines if the user's CoreTweet.User.ProfileBackgroundImageUrl should be tiled when displayed. More...
 
string ProfileBannerUrl [get, set]
 Gets or sets a HTTPS-based URL pointing to the standard web representation of the user's uploaded profile banner. By adding a final path element of the URL, you can obtain different image sizes optimized for specific displays. In the future, an API method will be provided to serve these URLs so that you need not modify the original URL. For size variations, please see User Profile Images and Banners. More...
 
string ProfileImageUrl [get, set]
 Gets or sets a HTTP-based URL pointing to the user's avatar image. See User Profile Images and Banners. More...
 
string ProfileImageUrlHttps [get, set]
 Gets or sets a HTTPS-based URL pointing to the user's avatar image. More...
 
string ProfileLinkColor [get, set]
 Gets or sets the hexadecimal color the user has chosen to display links with in their Twitter UI. More...
 
Place ProfileLocation [get, set]
 Gets or sets the user-defined location for this account's profile. More...
 
string ProfileSidebarBorderColor [get, set]
 Gets or sets the hexadecimal color the user has chosen to display sidebar borders with in their Twitter UI. More...
 
string ProfileSidebarFillColor [get, set]
 Gets or sets the hexadecimal color the user has chosen to display sidebar backgrounds with in their Twitter UI. More...
 
string ProfileTextColor [get, set]
 Gets or sets the hexadecimal color the user has chosen to display text with in their Twitter UI. More...
 
bool IsProfileUseBackgroundImage [get, set]
 Gets or sets a value that determines if the user wants their uploaded background image to be used. More...
 
bool IsProtected [get, set]
 Gets or sets a value that determines if the user has chosen to protect their Tweets. More...
 
string ScreenName [get, set]
 
bool? IsShowAllInlineMedia [get, set]
 Gets or sets a value that determines if the user would like to see media inline. Somewhat disused. More...
 
Status Status [get, set]
 
int StatusesCount [get, set]
 Gets or sets the number of tweets (including retweets) issued by the user. More...
 
bool? IsSuspended [get, set]
 Gets or sets a value that determines if the user has been suspended by Twitter. More...
 
string TimeZone [get, set]
 
string TranslatorType [get, set]
 Gets or sets the user's translator type. More...
 
string Url [get, set]
 
int? UtcOffset [get, set]
 
bool IsVerified [get, set]
 Gets or sets a value that determines if the user has a verified account. More...
 
string[] WithheldInCountries [get, set]
 Gets or sets a textual representation of the two-letter country codes this user is withheld from. More...
 
string WithheldScope [get, set]
 Gets or sets the content being withheld is the "status" or a "user." More...
 
- Properties inherited from CoreTweet.Core.ITwitterResponse
RateLimit RateLimit [get, set]
 Gets or sets the rate limit of the response. More...
 
string Json [get, set]
 Gets or sets the JSON of the response. More...
 

Additional Inherited Members

- Public Member Functions inherited from CoreTweet.User
override string ToString ()
 Returns the ID of this instance. More...
 
- 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)
 

Detailed Description

Represents a user response with rate limit.

Property Documentation

◆ Json

string CoreTweet.UserResponse.Json
getset

Gets or sets the JSON of the response.

◆ RateLimit

RateLimit CoreTweet.UserResponse.RateLimit
getset

Gets or sets the rate limit of the response.

This property will always be null when obtained from (most of) the POST endpoints, unless the rate is explicitly stated in the Twitter official documentation.


The documentation for this class was generated from the following file: