TodoTask

class pyrogram.types.TodoTask

A task in a todo list.

Parameters:
  • title (str) – Title of the task.

  • entities (List of MessageEntity) – Entities in the title of the task.

  • is_completed (bool) – True, if the task is completed.

  • completed_by (User, optional) – User who completed the task.

  • complete_date (datetime, optional) – Date when the task was completed.