Represents the Tweets, which are the basic atomic building block of all things Twitter.
More...
|
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] |
|
Represents the Tweets, which are the basic atomic building block of all things Twitter.
◆ ToString()
override string CoreTweet.Status.ToString |
( |
| ) |
|
|
inline |
Returns the ID of this instance.
- Returns
- The ID of this instance.
◆ Contributors
Gets or sets the collection of brief user objects (usually only one) indicating users who contributed to the authorship of the tweet, on behalf of the official tweet author.
Nullable.
◆ Coordinates
Gets or sets the value represents the geographic location of the Tweet as reported by the user or client application.
Nullable.
◆ CreatedAt
DateTimeOffset CoreTweet.Status.CreatedAt |
|
getset |
Gets or sets the time when the Tweet was created.
◆ CurrentUserRetweet
long??? CoreTweet.Status.CurrentUserRetweet |
|
getset |
Gets or sets the Tweet ID of the user's own retweet of this Tweet, if exists.
Only surfaces on methods supporting the include_my_retweet parameter, when set to true.
◆ DisplayTextRange
int [] CoreTweet.Status.DisplayTextRange |
|
getset |
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.
◆ Entities
Gets or sets the entities which have been parsed out of the text of the Tweet.
◆ ExtendedEntities
Entities CoreTweet.Status.ExtendedEntities |
|
getset |
Gets or sets the extended entities which may have multiple entities data.
◆ ExtendedTweet
Gets or sets the information about Extended Tweet. This property will be set in compatibility mode for streaming APIs.
◆ FavoriteCount
int? CoreTweet.Status.FavoriteCount |
|
getset |
Gets or sets a number of approximately how many times the Tweet has been favorited by Twitter users.
Nullable.
◆ FilterLevel
Gets or sets a value that indicates the maximum value of the filter_level parameter which may be used and still stream this Tweet.
Streaming only.
◆ FullText
string CoreTweet.Status.FullText |
|
getset |
Gets or sets the entire untruncated Tweet text.
◆ Id
◆ InReplyToScreenName
string CoreTweet.Status.InReplyToScreenName |
|
getset |
Gets or sets the screen name of the original Tweet's author if the represented Tweet is a reply.
Nullable.
◆ InReplyToStatusId
long? CoreTweet.Status.InReplyToStatusId |
|
getset |
Gets or sets the integer representation of the original Tweet's ID if the represented Tweet is a reply.
Nullable.
◆ InReplyToUserId
long? CoreTweet.Status.InReplyToUserId |
|
getset |
Gets or sets the integer representation of the original Tweet's author ID if the represented Tweet is a reply.
Nullable.
◆ IsFavorited
bool? CoreTweet.Status.IsFavorited |
|
getset |
Gets or sets a value that determines if the Tweet has been favorited by the authenticating user.
Nullable.
◆ IsQuotedStatus
bool? CoreTweet.Status.IsQuotedStatus |
|
getset |
Gets or sets a value that determines if the Tweet is a quoted status.
Nullable.
◆ IsRetweeted
bool? CoreTweet.Status.IsRetweeted |
|
getset |
Gets or sets a value that determines if the Tweet has been retweeted by the authenticating user.
Nullable.
◆ IsTruncated
bool? CoreTweet.Status.IsTruncated |
|
getset |
Gets or sets a value that determines if the value of the text parameter was truncated, for example, as a result of a retweet exceeding the 140 character Tweet length.
Truncated text will end in ellipsis, like this ...
◆ Language
string CoreTweet.Status.Language |
|
getset |
Gets or sets the BCP 47 language identifier.
Nullable.
A BCP 47 language identifier corresponding to the machine-detected language of the Tweet text, or "und"
if no language could be detected.
◆ Place
Place CoreTweet.Status.Place |
|
getset |
◆ PossiblySensitive
bool? CoreTweet.Status.PossiblySensitive |
|
getset |
Gets or sets a value that determines if the URL contained in the tweet may contain content or media identified as sensitive content.
This field only surfaces when a tweet contains a link and the meaning of the filed doesn't pertain to the Tweet content itself.
Nullable.
◆ PossiblySensitiveAppealable
bool? CoreTweet.Status.PossiblySensitiveAppealable |
|
getset |
◆ QuotedStatus
Status CoreTweet.Status.QuotedStatus |
|
getset |
Gets or sets the quoted Tweet in the Tweet.
Nullable.
◆ QuotedStatusId
long? CoreTweet.Status.QuotedStatusId |
|
getset |
Gets or sets the integer representation of the unique identifier for the quoted Tweet in the Tweet.
Nullable.
◆ RetweetCount
int? CoreTweet.Status.RetweetCount |
|
getset |
Gets or sets a number of approximately how many times the Tweet has been retweeted by Twitter users.
◆ RetweetedStatus
Status CoreTweet.Status.RetweetedStatus |
|
getset |
Gets or sets the original Tweet if the status is a retweet.
Users can amplify the broadcast of tweets authored by other users by retweeting.
Retweets can be distinguished from typical Tweets by the existence of a retweeted_status attribute.
This attribute contains a representation of the original Tweet that was retweeted.
Note that retweets of retweets do not show representations of the intermediary retweet, but only the original tweet.
(Users can also unretweet a retweet they created by deleting their retweet.)
◆ Scopes
Dictionary<string,object> CoreTweet.Status.Scopes |
|
getset |
Gets or sets a set of key-value pairs indicatse the intended contextual delivery of the containing Tweet.
Currently used by Twitter's Promoted Products.
◆ Source
string CoreTweet.Status.Source |
|
getset |
Gets or sets the utility used to post the Tweet, as an HTML-formatted string.
A tweet from the Twitter website has a value of "web" (case-insensitive).
◆ Text
string CoreTweet.Status.Text |
|
getset |
Gets or sets the actual text of the status update.
◆ User
User CoreTweet.Status.User |
|
getset |
◆ WithheldCopyright
bool? CoreTweet.Status.WithheldCopyright |
|
getset |
◆ WithheldInCountries
string [] CoreTweet.Status.WithheldInCountries |
|
getset |
◆ WithheldScope
string CoreTweet.Status.WithheldScope |
|
getset |
The documentation for this class was generated from the following file: