Function egg_mode::list::statuses [] [src]

pub fn statuses<'a>(
    list: ListID<'a>,
    with_rts: bool,
    token: &'a Token,
    handle: &'a Handle
) -> Timeline<'a>

Begin navigating the collection of tweets made by the users added to the given list.

The interface for loading statuses from a list is exactly the same as loading from a personal timeline. see the Timeline docs for details.