MadelineProto/docs/API_docs/constructors/inputBotInlineMessageMediaGeo.md

18 lines
471 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|
### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md)
### Example:
```
$inputBotInlineMessageMediaGeo = ['geo_point' => InputGeoPoint, 'reply_markup' => ReplyMarkup, ];
```