inputBotInlineMessageMediaGeo
Geolocation
type tg.InputBotInlineMessageMediaGeo struct { /* ... */ }
Implements InputBotInlineMessage.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
GeoPoint | InputGeoPointClass | 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 | — | Reply markup for bot/inline keyboards |
References
- Official documentation
- Generated Go reference
- TL definition:
inputBotInlineMessageMediaGeo#96929a85