mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 15:34:57 +01:00
443 B
443 B
title | description |
---|---|
geoPointEmpty | geoPointEmpty attributes, type and example |
Constructor: geoPointEmpty
Type: GeoPoint
Example:
$geoPointEmpty = ['_' => 'geoPointEmpty'];
PWRTelegram json-encoded version:
{"_": "geoPointEmpty"}
Or, if you're into Lua:
geoPointEmpty={_='geoPointEmpty'}