teleproto - v1.229.0
    Preparing search index...

    Interface TodoListIn

    interface TodoListIn {
        _?: "todoList";
        list: TodoItemIn[];
        othersCanAppend?: boolean;
        othersCanComplete?: boolean;
        title: TextWithEntitiesIn;
    }
    Index
    _?: "todoList"
    list: TodoItemIn[]
    othersCanAppend?: boolean
    othersCanComplete?: boolean