module Twitter::REST::Timelines
Direct including types
Defined in:
twitter/rest/timelines.crInstance Method Summary
- #home_timeline(options = {} of String => String) : Array(Twitter::Tweet)
- #mentions_timeline(options = {} of String => String) : Array(Twitter::Tweet)
- #retweets_of_me(options = {} of String => String) : Array(Twitter::Tweet)
- #user_timeline(user_id : Int32 | Int64, options = {} of String => String) : Array(Twitter::Tweet)
- #user_timeline(screen_name : String, options = {} of String => String) : Array(Twitter::Tweet)
Instance Method Detail
def user_timeline(user_id : Int32 | Int64, options = {} of String => String) : Array(Twitter::Tweet)
#