MadelineProto/docs/API_docs/constructors/inputBotInlineMessageMediaVenue.md

760 B

Constructor: inputBotInlineMessageMediaVenue

Attributes:

Name Type Required
geo_point InputGeoPoint Required
title string Required
address string Required
provider string Required
venue_id string Required
reply_markup ReplyMarkup Optional

Type: InputBotInlineMessage

Example:

$inputBotInlineMessageMediaVenue = ['geo_point' => InputGeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, 'reply_markup' => ReplyMarkup, ];