github.com/gotd/td/tg.ContactsGetLocatedRequest.GeoPoint (field)
8 uses
github.com/gotd/td/tg (current package)
tl_contacts_get_located_gen.go#L53: GeoPoint InputGeoPointClass
tl_contacts_get_located_gen.go#L83: if !(g.GeoPoint == nil) {
tl_contacts_get_located_gen.go#L109: g.GeoPoint = from.GetGeoPoint()
tl_contacts_get_located_gen.go#L185: if g.GeoPoint == nil {
tl_contacts_get_located_gen.go#L188: if err := g.GeoPoint.Encode(b); err != nil {
tl_contacts_get_located_gen.go#L224: g.GeoPoint = value
tl_contacts_get_located_gen.go#L260: return g.GeoPoint
tl_contacts_get_located_gen.go#L283: return g.GeoPoint.AsNotEmpty()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |