github.com/gotd/td/tg.ChannelLocation.GeoPoint (field)
7 uses
github.com/gotd/td/tg (current package)
tl_channel_location_gen.go#L142: GeoPoint GeoPointClass
tl_channel_location_gen.go#L167: if !(c.GeoPoint == nil) {
tl_channel_location_gen.go#L191: c.GeoPoint = from.GetGeoPoint()
tl_channel_location_gen.go#L244: if c.GeoPoint == nil {
tl_channel_location_gen.go#L247: if err := c.GeoPoint.Encode(b); err != nil {
tl_channel_location_gen.go#L275: c.GeoPoint = value
tl_channel_location_gen.go#L292: return c.GeoPoint
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. |