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