CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
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.Status | |
long | Id [get, set] |
Contributors[] | Contributors [get, set] |
Coordinates | Coordinates [get, set] |
DateTimeOffset | CreatedAt [get, set] |
Gets or sets the time when the Tweet was created. More... | |
long??? | CurrentUserRetweet [get, set] |
int[] | DisplayTextRange [get, set] |
Gets or sets the array of two unicode code point indices, identifying the inclusive start and exclusive end of the displayable content of the tweet. More... | |
Entities | Entities [get, set] |
Gets or sets the entities which have been parsed out of the text of the Tweet. More... | |
Entities | ExtendedEntities [get, set] |
Gets or sets the extended entities which may have multiple entities data. More... | |
CompatExtendedTweet | ExtendedTweet [get, set] |
Gets or sets the information about Extended Tweet. This property will be set in compatibility mode for streaming APIs. More... | |
int? | FavoriteCount [get, set] |
bool? | IsFavorited [get, set] |
FilterLevel? | FilterLevel [get, set] |
string | FullText [get, set] |
Gets or sets the entire untruncated Tweet text. More... | |
string | InReplyToScreenName [get, set] |
long? | InReplyToStatusId [get, set] |
long? | InReplyToUserId [get, set] |
bool? | IsQuotedStatus [get, set] |
string | Language [get, set] |
Place | Place [get, set] |
bool? | PossiblySensitive [get, set] |
bool? | PossiblySensitiveAppealable [get, set] |
long? | QuotedStatusId [get, set] |
Status | QuotedStatus [get, set] |
Dictionary< string, object > | Scopes [get, set] |
int? | RetweetCount [get, set] |
Gets or sets a number of approximately how many times the Tweet has been retweeted by Twitter users. More... | |
bool? | IsRetweeted [get, set] |
Status | RetweetedStatus [get, set] |
string | Source [get, set] |
string | Text [get, set] |
Gets or sets the actual text of the status update. More... | |
bool? | IsTruncated [get, set] |
User | User [get, set] |
bool? | WithheldCopyright [get, set] |
string[] | WithheldInCountries [get, set] |
string | WithheldScope [get, set] |
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.Status | |
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) |
Represents the Tweet with rate limit.
Tweets are the basic atomic building block of all things Twitter.
Users tweet Tweets, also known more generically as "status updates."
Tweets can be embedded, replied to, favorited, unfavorited and deleted.
|
getset |
Gets or sets the JSON of the response.
|
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.