InputChecklist¶
- class litegram.types.input_checklist.InputChecklist(*, title: str, tasks: list[InputChecklistTask], parse_mode: str | None = None, title_entities: list[MessageEntity] | None = None, others_can_add_tasks: bool | None = None, others_can_mark_tasks_as_done: bool | None = None, **extra_data: Any)[source]¶
Describes a checklist to create.
Source: https://core.telegram.org/bots/api#inputchecklist
- tasks: list[InputChecklistTask]¶
List of 1-30 tasks in the checklist
- parse_mode: str | None¶
Optional. Mode for parsing entities in the title. See formatting options for more details.
- title_entities: list[MessageEntity] | None¶
Optional. List of special entities that appear in the title, which can be specified instead of parse_mode. Currently, only bold, italic, underline, strikethrough, spoiler, and custom_emoji entities are allowed.