Function egg_mode::list::subscriptions [] [src]

pub fn subscriptions<'a, T: Into<UserID<'a>>>(
    user: T,
    token: &'a Token,
    handle: &'a Handle
) -> CursorIter<'a, ListCursor>

Look up the lists the given user is subscribed to, but not ones the user made themselves.

This function returns a Stream over the lists returned by Twitter. This method defaults to reeturning 20 lists in a single network call; the maximum is 1000.