Tuitter_Tweet
The class represents a Tweet.
Properties
- created_at: The date strings when the Tweet has sent.
- id: The ID of the Tweet.
- text: The text of the Tweet.
- source: The Twitter client.
- truncated: Whether the text message has been truncated.
- in_reply_to_status_id: The ID of the Tweet which this Tweet replied to.
- in_reply_to_user_id: The ID of the user whom this Tweet replied to.
- in_reply_to_user_id: The screen name of the user whom this Tweet replied to.
- user: Tuitter_User object of the owner of this Tweet.
Methods