Function egg_mode::tweet::retweets_of_me [] [src]

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

Make a Timeline struct for navigating the collection of tweets posted by the authenticated user that have been retweeted by others.

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