Status¶
Twitter status message.
Fields¶
| Name | Type | Required | Description |
|---|---|---|---|
| CreatedAt | Timestamp | false | Return the created_at |
| Id | INT64 | false | Returns the id of the status |
| Text | STRING | false | Returns the text of the status |
| Source | STRING | false | Returns the source |
| Truncated | BOOLEAN | false | Test if the status is truncated |
| InReplyToStatusId | INT64 | false | Returns the in_reply_tostatus_id |
| InReplyToUserId | INT64 | false | Returns the in_reply_user_id |
| InReplyToScreenName | STRING | false | Returns the in_reply_to_screen_name |
| GeoLocation | GeoLocation | false | Returns The location that this tweet refers to if available. |
| Place | Place | false | Returns the place attached to this status |
| Favorited | BOOLEAN | false | Test if the status is favorited |
| Retweeted | BOOLEAN | false | Test if the status is retweeted |
| FavoriteCount | INT32 | false | Indicates approximately how many times this Tweet has been “favorited” by Twitter users. |
| User | User | true | Return the user associated with the status. This can be null if the instance is from User.getStatus(). |
| Retweet | BOOLEAN | false | |
| Contributors | ARRAY < INT64 > | true | Returns an array of contributors, or null if no contributor is associated with this status. |
| RetweetCount | INT32 | false | Returns the number of times this tweet has been retweeted, or -1 when the tweet was created before this feature was enabled. |
| RetweetedByMe | BOOLEAN | false | |
| CurrentUserRetweetId | INT64 | false | Returns the authenticating user’s retweet’s id of this tweet, or -1L when the tweet was created before this feature was enabled. |
| PossiblySensitive | BOOLEAN | false | |
| Lang | STRING | false | Returns the lang of the status text if available. |
| WithheldInCountries | ARRAY < STRING > | true | Returns the list of country codes where the tweet is withheld |
| HashtagEntities | ARRAY < HashtagEntity > | false | Returns an array if hashtag mentioned in the tweet. |
| UserMentionEntities | ARRAY < UserMentionEntity > | false | Returns an array of user mentions in the tweet. |
| MediaEntities | ARRAY < MediaEntity > | false | Returns an array of MediaEntities if medias are available in the tweet. |
| SymbolEntities | ARRAY < SymbolEntity > | false | Returns an array of SymbolEntities if medias are available in the tweet. |
| URLEntities | ARRAY < URLEntity > | false | Returns an array if URLEntity mentioned in the tweet. |