teleproto - v1.229.0
    Preparing search index...

    Interface MessagesToggleTodoCompletedParams

    interface MessagesToggleTodoCompletedParams {
        completed: number[];
        incompleted: number[];
        msgId: MessageIDLike;
        peer: EntityLike;
    }
    Index
    completed: number[]

    Items to mark as completed.

    incompleted: number[]

    Items to mark as not completed.

    msgId: MessageIDLike

    ID of the message with the todo list.

    peer: EntityLike

    Peer where the todo list was posted.