Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 773 Bytes

TwitterStatus.md

File metadata and controls

17 lines (11 loc) · 773 Bytes

# TwitterStatus

An individual tweet.

Properties

Name Type Description Notes
Status string The body of the tweet. [optional] [readonly]
ScreenName string The Twitter handle for the author of the tweet. [optional] [readonly]
StatusId string The individual id for the tweet. [optional] [readonly]
Datetime time.Time A timestamp for the tweet. [optional] [readonly]
IsRetweet bool A 'true' or 'false' status of whether the tweet is a retweet. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]