MadelineProto/docs/API_docs/constructors/inputBotInlineMessageMediaGeo.md
2016-12-19 20:35:27 +03:00

16 lines
508 B
Markdown

## Constructor: inputBotInlineMessageMediaGeo
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Required|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
### Type:
[InputBotInlineMessage](../types/InputBotInlineMessage.md)
### Example:
```
$inputBotInlineMessageMediaGeo = ['_' => inputBotInlineMessageMediaGeo', 'geo_point' => InputGeoPoint, 'reply_markup' => ReplyMarkup, ];
```