[][src]Function egg_mode::tweet::lookup

pub fn lookup(
    ids: &[i64],
    con_token: &Token,
    access_token: &Token
) -> WebResponse<Vec<Tweet>>

Lookup tweet information for the given list of tweet IDs.

This function differs from lookup_map in how it handles protected or nonexistent tweets. lookup simply returns a Vec of all the tweets it could find, leaving out any that it couldn't find.