1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 06:07:20 +01:00
MadelineProto/docs/API_docs/constructors/messageMediaGeo.md
2016-12-20 13:15:22 +01:00

24 lines
398 B
Markdown

---
title: messageMediaGeo
---
## 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, ];
```