TodoCompletion#

class pyrogram.raw.types.TodoCompletion#

A completed todo list item.

Constructor of TodoCompletion.

Details:
  • Layer: 220

  • ID: 221BB5E4

Parameters:
  • id (int 32-bit) – The ID of the completed item.

  • completed_by (Peer) – ID of the user that completed the item.

  • date (int 32-bit) – When was the item completed.