Constructor: botInlineMessageMediaGeo
Send a geolocation
Attributes:
Name | Type | Required | Description |
---|---|---|---|
geo | GeoPoint | Optional | Geolocation |
heading | int | Optional | For live locations, a direction in which the location moves, in degrees; 1-360. |
period | int | Optional | Validity period |
proximity_notification_radius | int | Optional | For live locations, a maximum distance to another chat member for proximity alerts, in meters (0-100000). |
reply_markup | ReplyMarkup | Optional | Inline keyboard |
Type: BotInlineMessage
Usage of reply_markup
You can provide bot API reply_markup objects here.
Example:
$botInlineMessageMediaGeo = ['_' => 'botInlineMessageMediaGeo', 'geo' => GeoPoint, 'heading' => int, 'period' => int, 'proximity_notification_radius' => int, 'reply_markup' => ReplyMarkup];