Constructor: inputMediaAreaVenue
Represents a location tag attached to a story, with additional venue information.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
coordinates | MediaAreaCoordinates | Yes | The size and location of the media area corresponding to the location sticker on top of the story media. |
query_id | long | Yes | The query_id from messages.botResults, see here » for more info. |
result_id | string | Yes | The id of the chosen result, see here » for more info. |
Type: MediaArea
Example:
$inputMediaAreaVenue = ['_' => 'inputMediaAreaVenue', 'coordinates' => MediaAreaCoordinates, 'query_id' => long, 'result_id' => 'string'];