MadelineProto/docs/API_docs_55/constructors/inputMediaVenue.md

29 lines
766 B
Markdown
Raw Normal View History

---
title: inputMediaVenue
description: inputMediaVenue attributes, type and example
---
## Constructor: inputMediaVenue
[Back to constructors index](index.md)
### 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|
### Type: [InputMedia](../types/InputMedia.md)
### Example:
```
$inputMediaVenue = ['_' => 'inputMediaVenue', 'geo_point' => InputGeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, ];
```