messages.ToggleTodoCompleted¶ class hydrogram.raw.functions.messages.ToggleTodoCompleted[source]¶ Mark one or more items of a todo list » as completed or not completed. Details: Layer: 223 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