1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 17:07:20 +01:00
MadelineProto/docs/API_docs/constructors/inputBotInlineMessageMediaVenue.md
2016-12-19 20:35:27 +03:00

20 lines
799 B
Markdown

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