MadelineProtoDocs/docs/API_docs/constructors/businessLocation.md
2024-05-01 14:53:46 +02:00

699 B

title description nav_exclude image
businessLocation businessLocation attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: businessLocation

Back to constructors index

Attributes:

Name Type Required
geo_point GeoPoint Optional
address string Yes

Type: BusinessLocation

Example:

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