mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:47:21 +01:00
20 lines
306 B
Markdown
20 lines
306 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, ];
|
|
``` |