mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 22:59:37 +01:00
22 lines
712 B
Markdown
22 lines
712 B
Markdown
|
## Constructor: botInlineMessageMediaVenue
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|geo|[GeoPoint](../types/GeoPoint.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: [BotInlineMessage](../types/BotInlineMessage.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$botInlineMessageMediaVenue = ['geo' => GeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, 'reply_markup' => ReplyMarkup, ];
|
||
|
```
|