github.com/gotd/td/tg.ChannelsEditLocationRequest.GeoPoint (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_channels_edit_location_gen.go#L48: 	GeoPoint InputGeoPointClass
		tl_channels_edit_location_gen.go#L71: 	if !(e.GeoPoint == nil) {
		tl_channels_edit_location_gen.go#L97: 	e.GeoPoint = from.GetGeoPoint()
		tl_channels_edit_location_gen.go#L160: 	if e.GeoPoint == nil {
		tl_channels_edit_location_gen.go#L163: 	if err := e.GeoPoint.Encode(b); err != nil {
		tl_channels_edit_location_gen.go#L198: 		e.GeoPoint = value
		tl_channels_edit_location_gen.go#L223: 	return e.GeoPoint
		tl_channels_edit_location_gen.go#L241: 	return e.GeoPoint.AsNotEmpty()