ultra-telegram-framework
    Preparing search index...

    Interface Checklist

    Describes a checklist.

    interface Checklist {
        others_can_add_tasks?: boolean;
        others_can_mark_tasks_as_done?: boolean;
        tasks: ChecklistTask[];
        title: string;
        title_entities?: MessageEntity[];
    }
    Index

    Properties

    others_can_add_tasks?: boolean

    Optional. True, if users other than the creator of the list can add tasks to the list

    others_can_mark_tasks_as_done?: boolean

    Optional. True, if users other than the creator of the list can mark tasks as done or not done

    tasks: ChecklistTask[]

    List of tasks in the checklist

    title: string

    Title of the checklist

    title_entities?: MessageEntity[]

    Optional. Special entities that appear in the checklist title