Function egg_mode::user::followers_ids [] [src]

pub fn followers_ids<'a, T: Into<UserID<'a>>>(acct: T, con_token: &'a Token, access_token: &'a Token) -> IDLoader<'a>

Lookup the users that follow a given account, 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.