messages.ToggleTodoCompleted# class pyrogram.raw.functions.messages.ToggleTodoCompleted# Mark one or more items of a todo list as completed or not completed. Details: Layer: 220 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