inputMediaGeoLive
Live geolocation
type tg.InputMediaGeoLive struct { /* ... */ }
Implements InputMedia.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Stopped | bool | — | Whether sending of the geolocation was stopped |
GeoPoint | InputGeoPointClass | yes | Current geolocation |
Heading | int | — | For live locations, a direction in which the location moves, in degrees; 1-360. |
Period | int | — | Validity period of the current location |
ProximityNotificationRadius | int | — | For live locations, a maximum distance to another chat member for proximity alerts, in meters (0-100000) |
References
- Official documentation
- Generated Go reference
- TL definition:
inputMediaGeoLive#971fa843