teleproto - v1.229.0
    Preparing search index...

    Interface AccountUpdateBusinessLocationParams

    interface AccountUpdateBusinessLocationParams {
        address?: string;
        geoPoint?: TypeInputGeoPointIn;
    }
    Index
    address?: string

    Mandatory when setting/updating the location, contains a textual description of the address (max 96 UTF-8 chars).

    Optional, contains a set of geographical coordinates.