messages.ToggleTodoCompleted#

class pyrogram.raw.functions.messages.ToggleTodoCompleted[source]#

Mark one or more items of a todo list as completed or not completed.

Usable by Users Bots
Details:
  • Layer: 224

  • ID: D3E03124

Parameters:
  • peer (InputPeer) – Peer where the todo list was posted.

  • msg_id (int 32-bit) – ID of the message with the todo list.

  • completed (List of int 32-bit) – Items to mark as completed.

  • incompleted (List of int 32-bit) – Items to mark as not completed.

Returns:

Updates