1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 08:47:50 +01:00
MadelineProto/docs/API_docs/constructors/botInlineMessageMediaGeo.md

19 lines
458 B
Markdown
Raw Normal View History

## Constructor: botInlineMessageMediaGeo
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|geo|[GeoPoint](../types/GeoPoint.md) | Required|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
2016-12-19 18:56:05 +01:00
### Type: [BotInlineMessage](../types/BotInlineMessage.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$botInlineMessageMediaGeo = ['_' => botInlineMessageMediaGeo', 'geo' => GeoPoint, 'reply_markup' => ReplyMarkup, ];
```