teleproto - v1.229.0
    Preparing search index...

    Interface MessagesAppendTodoListParams

    interface MessagesAppendTodoListParams {
        list: TodoItemIn[];
        msgId: MessageIDLike;
        peer: EntityLike;
    }
    Index
    list: TodoItemIn[]

    Items to append.

    msgId: MessageIDLike

    ID of the message with the todo list.

    peer: EntityLike

    Peer where the todo list was posted.