MadelineProto/old_docs/API_docs_v33/constructors/inputMediaVenue.md

913 B

title description
inputMediaVenue inputMediaVenue attributes, type and example

Constructor: inputMediaVenue

Back to constructors index

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, }