38 lines
493 B
Markdown
38 lines
493 B
Markdown
|
---
|
||
|
title: inputGeoPointEmpty
|
||
|
description: inputGeoPointEmpty attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputGeoPointEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputGeoPoint](../types/InputGeoPoint.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputGeoPointEmpty = ['_' => 'inputGeoPointEmpty'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "inputGeoPointEmpty"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
inputGeoPointEmpty={_='inputGeoPointEmpty'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|