MadelineProto/old_docs/API_docs_v33/constructors/inputGeoPointEmpty.md
2017-07-23 16:11:02 +02:00

496 B

title description
inputGeoPointEmpty inputGeoPointEmpty attributes, type and example

Constructor: inputGeoPointEmpty

Back to constructors index

Type: InputGeoPoint

Example:

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

PWRTelegram json-encoded version:

{"_":"inputGeoPointEmpty"}

Or, if you're into Lua:

inputGeoPointEmpty={_='inputGeoPointEmpty', }