1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-06 02:58:17 +01:00
MadelineProto/docs/API_docs/constructors/inputMediaGeoPoint.md
2016-12-20 13:15:22 +01:00

24 lines
434 B
Markdown

---
title: inputMediaGeoPoint
---
## Constructor: inputMediaGeoPoint
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Required|
### Type: [InputMedia](../types/InputMedia.md)
### Example:
```
$inputMediaGeoPoint = ['_' => inputMediaGeoPoint', 'geo_point' => InputGeoPoint, ];
```