Link Search Menu Expand Document

Constructor: businessLocation

Back to constructors index

Represents the location of a Telegram Business ».

Attributes:

NameTypeRequiredDescription
geo_pointGeoPointOptionalGeographical coordinates (optional).
addressstringYesTextual description of the address (mandatory).

Type: BusinessLocation

Example:

$businessLocation = ['_' => 'businessLocation', 'geo_point' => GeoPoint, 'address' => 'string'];