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
-
Tuitter_Tweet::RT : Retweets this Tweet.
-
Tuitter_Tweet::delete : Deletes this Tweet
-
Tuitter_Tweet::getRepliedTweet : Get the Tweet which this Tweet has sent to
-
Tuitter_Tweet::isFavorited : Whether this Tweet is favorited by the authentication user
-
Tuitter_Tweet::isReplied : Whether this Tweet is the replied one
-
Tuitter_Tweet::markFavorite : Favorites this Tweet
-
Tuitter_Tweet::reply : Replies to this Tweet