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.entities (List of
MessageEntity, optional) – Entities in the text of the task. 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.