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