Function egg_mode::tweet::retweets_of [] [src]

pub fn retweets_of<'a>(
    id: u64,
    count: u32,
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, Vec<Tweet>>

Lookup the most recent 100 (or fewer) retweets of the given tweet.

Use the count parameter to indicate how many retweets you would like to retrieve. If count is 0 or greater than 100, it will be defaulted to 100 before making the call.