Function egg_mode::list::ownerships[][src]

pub fn ownerships<T: Into<UserID>>(
    user: T,
    token: &Token
) -> CursorIter<ListCursor>
Expand description

Look up the lists created by the given user.

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.