class Twitter::Tweet

Included Modules

Defined in:

twitter/serializations/tweet.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def coordinates : Coordinates | Nil #

def coordinates=(coordinates : Coordinates | Nil) #

def created_at : Time #

def created_at=(created_at : Time) #

def entities : TweetEntities #

def entities=(entities : TweetEntities) #

def favorite_count : Int32 | Nil #

def favorite_count=(favorite_count : Int32 | Nil) #

def favorited : Bool | Nil #

def favorited=(favorited : Bool | Nil) #

def geo : Coordinates | Nil #

def geo=(geo : Coordinates | Nil) #

def id : Int64 #

def id=(id : Int64) #

def id_str : String #

def id_str=(id_str : String) #

def in_reply_to_screen_name : String | Nil #

def in_reply_to_screen_name=(in_reply_to_screen_name : String | Nil) #

def in_reply_to_status_id : Float64 | Nil #

def in_reply_to_status_id=(in_reply_to_status_id : Float64 | Nil) #

def in_reply_to_user_id : Int64 | Nil #

def in_reply_to_user_id=(in_reply_to_user_id : Int64 | Nil) #

def is_quote_status : Bool | Nil #

def is_quote_status=(is_quote_status : Bool | Nil) #

def lang : String | Nil #

def lang=(lang : String | Nil) #

def place : Place | Nil #

def place=(place : Place | Nil) #

def possibly_sensitive : Bool | Nil #

def possibly_sensitive=(possibly_sensitive : Bool | Nil) #

def quoted_status : Tweet | Nil #

def quoted_status=(quoted_status : Tweet | Nil) #

def retweet_count : Int32 #

def retweet_count=(retweet_count : Int32) #

def retweeted=(retweeted : Bool) #

def retweeted? : Bool #

def retweeted_status : Tweet | Nil #

def retweeted_status=(retweeted_status : Tweet | Nil) #

def source : String #

def source=(source : String) #

def text : String #

def text=(text : String) #

def truncated=(truncated : Bool) #

def truncated? : Bool #

def user : User #

def user=(user : User) #