MadelineProto/docs/API_docs/constructors/inputMediaGeoPoint.md
2016-12-20 13:32:11 +01:00

25 lines
495 B
Markdown

---
title: inputMediaGeoPoint
description: inputMediaGeoPoint attributes, type and example
---
## 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, ];
```