[][src]Function egg_mode::tweet::retweeters_of

Important traits for CursorIter<'a, T>
pub fn retweeters_of<'a>(
    id: i64,
    con_token: &'a Token,
    access_token: &'a Token
) -> CursorIter<'a, IDCursor>

Lookup the user IDs that have retweeted the given tweet.

Note that while loading the list of retweeters is a cursored search, it does not allow you to set the page size. Calling with_page_size on the iterator returned by this function will not change the page size used by the network call. Setting page_size manually may result in an error from Twitter.