geoPoint
GeoPoint.
type tg.GeoPoint struct { /* ... */ }
Implements GeoPoint.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Long | float64 | yes | Longitude |
Lat | float64 | yes | Latitude |
AccessHash | int64 | yes | Access hash |
AccuracyRadius | int | — | The estimated horizontal accuracy of the location, in meters; as defined by the sender. |
References
- Official documentation
- Generated Go reference
- TL definition:
geoPoint#b2a2f663