mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
635 B
635 B
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, ];