Function egg_mode::tweet::mentions_timeline[][src]

pub fn mentions_timeline(token: &Token) -> Timeline
Expand description

Make a Timeline struct for navigating the collection of tweets that mention the authenticated user’s screen name.

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.