1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:47:46 +01:00
MadelineProto/docs/API_docs/constructors/inputBotInlineMessageMediaVenue.md
2016-12-20 13:15:22 +01:00

890 B

title
inputBotInlineMessageMediaVenue

Constructor: inputBotInlineMessageMediaVenue

Back to constructors index

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 = ['_' => inputBotInlineMessageMediaVenue', 'geo_point' => InputGeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, 'reply_markup' => ReplyMarkup, ];