class Twitter::Status

Included Modules

Defined in:

twitter/serializations/status.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def created_at : Time #

def created_at=(created_at : Time) #

def favorite_count : Int32 | Nil #

def favorite_count=(favorite_count : Int32 | Nil) #

def favorited=(favorited : Bool) #

def favorited? : Bool #

def id : Float64 #

def id=(id : Float64) #

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 : Float64 | Nil #

def in_reply_to_user_id=(in_reply_to_user_id : Float64 | Nil) #

def lang : String | Nil #

def lang=(lang : String | Nil) #

def retweet_count : Int32 #

def retweet_count=(retweet_count : Int32) #

def retweeted=(retweeted : Bool) #

def retweeted? : Bool #

def source : String #

def source=(source : String) #

def text : String #

def text=(text : String) #

def truncated=(truncated : Bool) #

def truncated? : Bool #