770 B
770 B
title | description |
---|---|
inputMediaVenue | inputMediaVenue attributes, type and example |
Constructor: inputMediaVenue
Attributes:
Name | Type | Required |
---|---|---|
geo_point | InputGeoPoint | Required |
title | string | Required |
address | string | Required |
provider | string | Required |
venue_id | string | Required |
Type: InputMedia
Example:
$inputMediaVenue = ['_' => 'inputMediaVenue', 'geo_point' => InputGeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, ];