Link Search Menu Expand Document

Constructor: inputMediaAreaVenue

Back to constructors index

Represents a location tag attached to a story, with additional venue information.

Attributes:

NameTypeRequiredDescription
coordinatesMediaAreaCoordinatesYesThe size and location of the media area corresponding to the location sticker on top of the story media.
query_idlongYesThe query_id from messages.botResults, see here » for more info.
result_idstringYesThe id of the chosen result, see here » for more info.

Type: MediaArea

Example:

$inputMediaAreaVenue = ['_' => 'inputMediaAreaVenue', 'coordinates' => MediaAreaCoordinates, 'query_id' => long, 'result_id' => 'string'];