MadelineProto/docs/API_docs/constructors/botInlineMessageMediaVenue.md

712 B

Constructor: botInlineMessageMediaVenue

Attributes:

Name Type Required
geo GeoPoint Required
title string Required
address string Required
provider string Required
venue_id string Required
reply_markup ReplyMarkup Optional

Type: BotInlineMessage

Example:

$botInlineMessageMediaVenue = ['geo' => GeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, 'reply_markup' => ReplyMarkup, ];