module Twitter::REST::Timelines

Direct including types

Defined in:

twitter/rest/timelines.cr

Instance Method Summary

Instance Method Detail

def home_timeline(options = {} of String => String) : Array(Twitter::Tweet) #

def mentions_timeline(options = {} of String => String) : Array(Twitter::Tweet) #

def retweets_of_me(options = {} of String => String) : Array(Twitter::Tweet) #

def user_timeline(user_id : Int32 | Int64, options = {} of String => String) : Array(Twitter::Tweet) #

def user_timeline(screen_name : String, options = {} of String => String) : Array(Twitter::Tweet) #