Function egg_mode::user::blocks_ids [] [src]

pub fn blocks_ids<'a>(con_token: &'a Token, access_token: &'a Token) -> IDLoader<'a>

Lookup the users that have been blocked by the authenticated user, but only return their user IDs.

Choosing only to load the user IDs instead of the full user information results in a call that can return more accounts per-page, which can be useful if you anticipate having to page through several results and don't need all the user information.