github.com/gotd/td/tg.GeoPointAddress.City (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_geo_point_address_gen.go#L56: 	City string
		tl_geo_point_address_gen.go#L87: 	if !(g.City == "") {
		tl_geo_point_address_gen.go#L119: 		g.City = val
		tl_geo_point_address_gen.go#L179: 	if !(g.City == "") {
		tl_geo_point_address_gen.go#L210: 		b.PutString(g.City)
		tl_geo_point_address_gen.go#L258: 		g.City = value
		tl_geo_point_address_gen.go#L299: 	g.City = value
		tl_geo_point_address_gen.go#L311: 	return g.City, true