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

pub fn create<'a>(
    name: &str,
    public: bool,
    desc: Option<&str>,
    token: &Token,
    handle: &'a Handle
) -> FutureResponse<'a, 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.