MadelineProto/docs/API_docs/constructors/inputBotInlineMessageMediaGeo.md

25 lines
597 B
Markdown
Raw Normal View History

2016-12-20 13:15:22 +01:00
---
title: inputBotInlineMessageMediaGeo
---
## Constructor: inputBotInlineMessageMediaGeo
2016-12-20 13:15:22 +01:00
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Required|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
2016-12-19 18:56:05 +01:00
### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputBotInlineMessageMediaGeo = ['_' => inputBotInlineMessageMediaGeo', 'geo_point' => InputGeoPoint, 'reply_markup' => ReplyMarkup, ];
```