InputChecklist

class pyrogram.types.InputChecklist

Describes a checklist to create.

Parameters:
  • title (str) – Title of the checklist, 1-255 characters.

  • tasks (List of InputChecklistTask) – List of 1-30 tasks in the checklist.

  • parse_mode (ParseMode, optional) – The parse mode to use for the checklist.

  • entities (List of MessageEntity, optional) – List of special entities that appear in the checklist title.

  • others_can_add_tasks (bool, optional) – Pass True if other users can add tasks to the checklist.

  • others_can_mark_tasks_as_done (bool, optional) – Pass True if other users can mark tasks as done or not done in the checklist.