teleproto - v1.229.0
    Preparing search index...

    Interface JsonObjectValueIn

    interface JsonObjectValueIn {
        _?: "jsonObjectValue";
        key: string;
        value: TypeJSONValueIn;
    }
    Index
    _?: "jsonObjectValue"
    key: string