Checklist
Describes a checklist.
Properties
title
ts
title: string;Title of the checklist
title_entities
ts
title_entities?: MessageEntity[];Special entities that appear in the checklist title
tasks
ts
tasks: ChecklistTask[];List of tasks in the checklist
others_can_add_tasks
ts
others_can_add_tasks?: true;True, if users other than the creator of the list can add tasks to the list
others_can_mark_tasks_as_done
ts
others_can_mark_tasks_as_done?: true;True, if users other than the creator of the list can mark tasks as done or not done