MadelineProtoDocs/old_docs/API_docs_v66/constructors/inputGeoPointEmpty.md

34 lines
479 B
Markdown

---
title: inputGeoPointEmpty
description: Empty GeoPoint constructor.
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputGeoPointEmpty
[Back to constructors index](index.md)
Empty GeoPoint constructor.
### Type: [InputGeoPoint](../types/InputGeoPoint.md)
### Example:
```php
$inputGeoPointEmpty = ['_' => 'inputGeoPointEmpty'];
```
Or, if you're into Lua:
```lua
inputGeoPointEmpty={_='inputGeoPointEmpty'}
```