MadelineProtoDocs/old_docs/API_docs_v102/constructors/inputGeoPointEmpty.md
2019-06-24 15:45:02 +02:00

467 B

title description image
inputGeoPointEmpty Empty input geo point https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputGeoPointEmpty

Back to constructors index

Empty input geo point

Type: InputGeoPoint

Example:

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

Or, if you're into Lua:

inputGeoPointEmpty={_='inputGeoPointEmpty'}