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

pub fn retweeters_of<'a>(
    id: u64,
    token: &'a Token,
    handle: &'a Handle
) -> 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.