MadelineProto/old_docs/API_docs_v53/constructors/geoPointEmpty.md

449 B

title description
geoPointEmpty geoPointEmpty attributes, type and example

Constructor: geoPointEmpty

Back to constructors index

Attributes:

Name Type Required

Type: GeoPoint

Example:

$geoPointEmpty = ['_' => 'geoPointEmpty', ];

Or, if you're into Lua:

geoPointEmpty={_='geoPointEmpty', }