Class Twitter::Tweet
In: lib/twitter/tweet.rb
Parent: Twitter::Identity

Methods

Included Modules

Twitter::Creatable

External Aliases

in_reply_to_status_id -> in_reply_to_tweet_id
favorited -> favorited?
favorited -> favourited
favorited -> favourited?
retweeted -> retweeted?
truncated -> truncated?

Attributes

favorited  [R] 
favoriters  [R] 
from_user_id  [R] 
from_user_name  [R] 
in_reply_to_attrs_id  [R] 
in_reply_to_screen_name  [R] 
in_reply_to_status_id  [R] 
in_reply_to_user_id  [R] 
iso_language_code  [R] 
profile_image_url  [R] 
profile_image_url_https  [R] 
repliers  [R] 
retweeted  [R] 
retweeters  [R] 
source  [R] 
text  [R] 
to_user  [R] 
to_user_id  [R] 
to_user_name  [R] 
truncated  [R] 

Public Instance methods

favorite_count()

Alias for favoriters_count

@return [Integer]

favourite_count()

Alias for favoriters_count

favouriters_count()

Alias for favoriters_count

@return [String] @note May be > 140 characters.

@note Must include entities in your request for this method to work @return [Array<Twitter::Entity::Hashtag>]

@note Must include entities in your request for this method to work @return [Array<Twitter::Media>]

@deprecated This method will be removed in version 4. @return [Twitter::OEmbed]

@return [Integer]

reply_count()

Alias for repliers_count

retweet_count()

Alias for retweeters_count

If this Tweet is a retweet, the original Tweet is available here.

@return [Twitter::Tweet]

retweeted_tweet()

Alias for retweeted_status

@note Must include entities in your request for this method to work @return [Array<Twitter::Entity::Url>]

@note Must include entities in your request for this method to work @return [Array<Twitter::Entity::UserMention>]

[Validate]