Function egg_mode::user::followers_of

source ·
pub fn followers_of<T: Into<UserID>>(
    acct: T,
    token: &Token
) -> CursorIter<UserCursor>
Expand description

Lookup the users that follow a given account.

This function returns a stream over the TwitterUser objects returned by Twitter. This method defaults to returning 20 users in a single network call; the maximum is 200.