ChecklistTasksAdded
Describes a service message about tasks added to a checklist.
fields
| field | type | required | description |
|---|---|---|---|
checklist_message | Message | optional | 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[] | required | List of tasks added to the checklist |
import
import type { ChecklistTasksAdded } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#checklisttasksadded