913 B
913 B
title | description |
---|---|
inputMediaVenue | inputMediaVenue attributes, type and example |
Constructor: inputMediaVenue
Attributes:
Name | Type | Required |
---|---|---|
geo_point | InputGeoPoint | Yes |
title | string | Yes |
address | string | Yes |
provider | string | Yes |
venue_id | string | Yes |
Type: InputMedia
Example:
$inputMediaVenue = ['_' => 'inputMediaVenue', 'geo_point' => InputGeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, ];
Or, if you're into Lua:
inputMediaVenue={_='inputMediaVenue', geo_point=InputGeoPoint, title=string, address=string, provider=string, venue_id=string, }