MadelineProto/old_docs/API_docs_v33/constructors/inputGeoPointEmpty.md

38 lines
496 B
Markdown
Raw Normal View History

---
title: inputGeoPointEmpty
description: inputGeoPointEmpty attributes, type and example
---
## Constructor: inputGeoPointEmpty
[Back to constructors index](index.md)
### Type: [InputGeoPoint](../types/InputGeoPoint.md)
### Example:
```
$inputGeoPointEmpty = ['_' => 'inputGeoPointEmpty', ];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_":"inputGeoPointEmpty"}
```
Or, if you're into Lua:
```
inputGeoPointEmpty={_='inputGeoPointEmpty', }
```