botInlineMessageMediaGeo
Send a geolocation
type tg.BotInlineMessageMediaGeo struct { /* ... */ }
Implements BotInlineMessage.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Geo | GeoPointClass | yes | Geolocation |
Heading | int | — | For live locations, a direction in which the location moves, in degrees; 1-360. |
Period | int | — | Validity period |
ProximityNotificationRadius | int | — | For live locations, a maximum distance to another chat member for proximity alerts, in meters (0-100000). |
ReplyMarkup | ReplyMarkupClass | — | Inline keyboard |
References
- Official documentation
- Generated Go reference
- TL definition:
botInlineMessageMediaGeo#51846fd