[−][src]Function egg_mode::tweet::retweets_of
pub fn retweets_of(
id: i64,
count: u32,
con_token: &Token,
access_token: &Token
) -> WebResponse<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.