MadelineProto/docs/API_docs/constructors/messageMediaGeo.md
2016-12-30 23:21:36 +03:00

25 lines
457 B
Markdown

---
title: messageMediaGeo
description: messageMediaGeo attributes, type and example
---
## Constructor: messageMediaGeo
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|geo|[GeoPoint](../types/GeoPoint.md) | Required|
### Type: [MessageMedia](../types/MessageMedia.md)
### Example:
```
$messageMediaGeo = ['_' => 'messageMediaGeo', 'geo' => GeoPoint, ];
```