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

pub fn statuses<'a>(
    list: ListID<'a>,
    with_rts: bool,
    token: &Token
) -> 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.