teleproto - v1.229.0
    Preparing search index...

    Interface GeoPointAddressIn

    interface GeoPointAddressIn {
        _?: "geoPointAddress";
        city?: string;
        countryIso2: string;
        state?: string;
        street?: string;
    }
    Index
    _?: "geoPointAddress"
    city?: string
    countryIso2: string
    state?: string
    street?: string