[][src]Function egg_mode::list::create

pub fn create(
    name: &str,
    public: bool,
    desc: Option<&str>,
    token: &Token
) -> FutureResponse<List>

Creates a list, with the given name, visibility, and description.

The new list is owned by the authenticated user, and its slug can be created with their handle and the name given to name. Twitter places an upper limit on 1000 lists owned by a single account.