messages.AppendTodoList#

class pyrogram.raw.functions.messages.AppendTodoList#

Appends one or more items to a todo list .

Details:
  • Layer: 220

  • ID: 21A61057

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

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

  • list (List of TodoItem) – Items to append.

Returns:

Updates