Constructor: businessLocation
Represents the location of a Telegram Business ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
geo_point | GeoPoint | Optional | Geographical coordinates (optional). |
address | string | Yes | Textual description of the address (mandatory). |
Type: BusinessLocation
Example:
$businessLocation = ['_' => 'businessLocation', 'geo_point' => GeoPoint, 'address' => 'string'];