ChecklistTask#

class pyrogram.types.ChecklistTask#

Describes a task in a checklist.

Parameters:
  • id (int) – Unique identifier of the task.

  • text (str) – Text of the task.

  • text_entities (List of MessageEntity, optional) – Special entities that appear in the task text. May contain only Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, Url, EmailAddress, Mention, Hashtag, Cashtag and PhoneNumber entities.

  • completed_by_user (User, optional) – The user that completed the task. None if the task isn’t completed.

  • completion_date (datetime, optional) – Date when the task was completed. None if the task isn’t completed.