mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
699 B
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
Attributes:
Name | Type | Required |
---|---|---|
geo_point | GeoPoint | Optional |
address | string | Yes |
Type: BusinessLocation
Example:
$businessLocation = ['_' => 'businessLocation', 'geo_point' => GeoPoint, 'address' => 'string'];