Link Search Menu Expand Document

Constructor: inputBotInlineMessageMediaVenue

Back to constructors index

Venue

Attributes:

NameTypeRequiredDescription
geo_pointInputGeoPointOptionalGeolocation
titlestringYesVenue name
addressstringYesAddress
providerstringYesVenue provider: currently only “foursquare” needs to be supported
venue_idstringYesVenue ID in the provider’s database
venue_typestringYesVenue type in the provider’s database
reply_markupReplyMarkupOptionalInline keyboard

Type: InputBotInlineMessage

Usage of reply_markup

You can provide bot API reply_markup objects here.

Example:

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