teleproto - v1.229.0
    Preparing search index...

    Interface TodoItemIn

    interface TodoItemIn {
        _?: "todoItem";
        id: number;
        title: TextWithEntitiesIn;
    }
    Index
    _?: "todoItem"
    id: number