The TwitterStatus class represents a twitter status (also refered to as a tweet) and provides methods for interacting with status-centric API methods.
| C# | Visual Basic |
[SerializableAttribute] [JsonObjectAttribute(MemberSerialization.OptIn)] [DataContractAttribute] public class TwitterStatus : TwitterObject
<SerializableAttribute> _ <JsonObjectAttribute(MemberSerialization.OptIn)> _ <DataContractAttribute> _ Public Class TwitterStatus _ Inherits TwitterObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TwitterStatus()()()() | Initializes a new instance of the TwitterStatus class | |
| CreatedDate |
Gets or sets the created date.
| |
| Delete(OAuthTokens, Decimal, OptionalProperties) |
Deletes the specified status.
| |
| Delete(OAuthTokens, Decimal) |
Deletes the specified status.
| |
| Delete(OAuthTokens, OptionalProperties) |
Deletes the status.
| |
| Delete(OAuthTokens) |
Deletes the status.
| |
| Entities |
Gets or sets the entities.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| Geo |
Gets or sets the geo location data.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Id |
Gets or sets the status id.
| |
| InReplyToScreenName |
Gets or sets the screenName the status is in reply to.
| |
| InReplyToStatusId |
Gets or sets the status id the status is in reply to.
| |
| InReplyToUserId |
Gets or sets the user id the status is in reply to.
| |
| IsFavorited |
Gets or sets a value indicating whether the authenticated user has favorited this status.
| |
| IsTruncated |
Gets or sets a value indicating whether this status message is truncated.
| |
| LinkifiedText()()()() |
Returns the status text with HTML links to users, urls, and hashtags.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Place |
Gets or sets the place.
| |
| RelatedResultsShow(OAuthTokens, Decimal) |
Shows Related Results of a tweet. Requires the id parameter of the tweet you are getting results for.
| |
| RelatedResultsShow(OAuthTokens, Decimal, OptionalProperties) |
Shows Related Results of a tweet. Requires the id parameter of the tweet you are getting results for.
| |
| Retweet(OAuthTokens, Decimal, OptionalProperties) |
Retweets a tweet. Requires the id parameter of the tweet you are retweeting. (say that 5 times fast)
| |
| Retweet(OAuthTokens, Decimal) |
Retweets a tweet. Requires the id parameter of the tweet you are retweeting. (say that 5 times fast)
| |
| Retweet(OAuthTokens, OptionalProperties) |
Retweets a tweet. Requires the id parameter of the tweet you are retweeting. (say that 5 times fast)
| |
| Retweet(OAuthTokens) |
Retweets a tweet. Requires the id parameter of the tweet you are retweeting. (say that 5 times fast)
| |
| RetweetCount |
Gets the retweet count.
| |
| RetweetCountPlus |
Gets a value indicating that the number of retweets exceeds the reported value in RetweetCount. For example, "more than 100"
| |
| RetweetCountString |
Gets or sets the retweet count string.
| |
| Retweeted |
Gets or sets a value indicating whether this TwitterStatus is retweeted.
| |
| RetweetedStatus |
Gets or sets the retweeted status.
| |
| Retweets(OAuthTokens, Decimal, RetweetsOptions) |
Returns up to 100 of the first retweets of a given tweet.
| |
| Retweets(OAuthTokens, Decimal) |
Returns up to 100 of the first retweets of a given tweet.
| |
| Show(OAuthTokens, Decimal, OptionalProperties) |
Returns a single status, with user information, specified by the id parameter.
| |
| Show(OAuthTokens, Decimal) |
Returns a single status, with user information, specified by the id parameter.
| |
| Show(Decimal) |
Returns a single status, with user information, specified by the id parameter.
| |
| Source |
Gets or sets the source.
| |
| StringId |
Gets or sets the string id.
| |
| Text |
Gets or sets the text of the status.
| |
| ToString()()()() | (Inherited from Object.) | |
| Update(OAuthTokens, String) |
Updates the authenticating user's status. A status update with text identical to the authenticating user's text identical to the authenticating user's current status will be ignored to prevent duplicates.
| |
| Update(OAuthTokens, String, StatusUpdateOptions) |
Updates the authenticating user's status. A status update with text identical to the authenticating user's text identical to the authenticating user's current status will be ignored to prevent duplicates.
| |
| User |
Gets or sets the user.
|
| Object | ||
| TwitterObject | ||
| TwitterStatus | ||