inputGeoPoint
Defines a GeoPoint by its coordinates.
type tg.InputGeoPoint struct { /* ... */ }
Implements InputGeoPoint.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Lat | float64 | yes | Latitude |
Long | float64 | yes | Longitude |
AccuracyRadius | int | — | The estimated horizontal accuracy of the location, in meters; as defined by the sender. |
References
- Official documentation
- Generated Go reference
- TL definition:
inputGeoPoint#48222faf