1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 08:34:41 +01:00
MadelineProto/docs/API_docs/constructors/inputGeoPointEmpty.md
2017-07-23 16:33:46 +02:00

493 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'}