TodoCompletion¶ class pyrogram.types.TodoCompletion¶ Represents a completion entry for a to-do item. Parameters: item_id (int) – The ID of the to-do item. user (User) – The user who completed this item. date (datetime) – When the item was completed.