MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputGeoPointEmpty.md

479 B

title description image
inputGeoPointEmpty Empty GeoPoint constructor. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputGeoPointEmpty

Back to constructors index

Empty GeoPoint constructor.

Type: InputGeoPoint

Example:

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

Or, if you're into Lua:

inputGeoPointEmpty={_='inputGeoPointEmpty'}