1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 16:27:47 +01:00
MadelineProto/old_docs/API_docs_v57/constructors/inputGeoPointEmpty.md

397 B

title description
inputGeoPointEmpty inputGeoPointEmpty attributes, type and example

Constructor: inputGeoPointEmpty

Back to constructors index

Type: InputGeoPoint

Example:

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

Or, if you're into Lua:

inputGeoPointEmpty={_='inputGeoPointEmpty', }