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