MadelineProto/docs/API_docs/constructors/inputBotInlineMessageMediaGeo.md

16 lines
508 B
Markdown
Raw Normal View History

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