pl-api
    Preparing search index...

    Interface CreateListParams

    interface CreateListParams {
        exclusive?: boolean;
        replies_policy?: "none" | "list" | "followed";
        title: string;
    }
    Index

    Properties

    exclusive?: boolean

    Boolean. Whether members of this list need to get removed from the “Home” feed

    replies_policy?: "none" | "list" | "followed"

    String. One of followed, list, or none. Defaults to list.

    title: string

    String. The title of the list to be created.