mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 15:27:22 +01:00
22 lines
760 B
Markdown
22 lines
760 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 = ['geo_point' => InputGeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, 'reply_markup' => ReplyMarkup, ];
|
||
|
```
|