Link Search Menu Expand Document

Constructor: inputBotInlineMessageMediaGeo

Back to constructors index

Geolocation

Attributes:

NameTypeRequiredDescription
geo_pointInputGeoPointOptionalGeolocation
headingintOptionalFor live locations, a direction in which the location moves, in degrees; 1-360
periodintOptionalValidity period
proximity_notification_radiusintOptionalFor live locations, a maximum distance to another chat member for proximity alerts, in meters (0-100000)
reply_markupReplyMarkupOptionalReply markup for bot/inline keyboards

Type: InputBotInlineMessage

Usage of reply_markup

You can provide bot API reply_markup objects here.

Example:

$inputBotInlineMessageMediaGeo = ['_' => 'inputBotInlineMessageMediaGeo', 'geo_point' => InputGeoPoint, 'heading' => int, 'period' => int, 'proximity_notification_radius' => int, 'reply_markup' => ReplyMarkup];