Function egg_mode::list::create

source ·
pub async fn create(
    name: String,
    public: bool,
    desc: Option<String>,
    token: &Token
) -> Result<Response<List>>
Expand description

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.