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()