Checklist
Describes a checklist.
fields
| field | type | required | description |
|---|---|---|---|
title | string | required | Title of the checklist |
title_entities | MessageEntity[] | optional | Optional. Special entities that appear in the checklist title |
tasks | ChecklistTask[] | required | List of tasks in the checklist |
others_can_add_tasks | boolean | optional | 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 | Optional. True, if users other than the creator of the list can mark tasks as done or not done |
import
import type { Checklist } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#checklist