ultra-telegram-framework
    Preparing search index...

    Interface ChecklistTasksAdded

    Describes a service message about tasks added to a checklist.

    interface ChecklistTasksAdded {
        checklist_message?: Message;
        tasks: ChecklistTask[];
    }
    Index

    Properties

    checklist_message?: Message

    Optional. Message containing the checklist to which the tasks were added. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply.

    tasks: ChecklistTask[]

    List of tasks added to the checklist