Function egg_mode::tweet::home_timeline [] [src]

pub fn home_timeline<'a>(token: &'a Token, handle: &'a Handle) -> Timeline<'a>

Make a Timeline struct for navigating the collection of tweets posted by the authenticated user and the users they follow.

This method has a default page size of 20 tweets, with a maximum of 200.

Twitter will only return the most recent 800 tweets by navigating this method.