const github.com/gotd/td/tg.GeoPointEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_geo_point_gen.go#L42: const GeoPointEmptyTypeID = 0x1117dd5f
tl_geo_point_gen.go#L78: return GeoPointEmptyTypeID
tl_geo_point_gen.go#L90: ID: GeoPointEmptyTypeID,
tl_geo_point_gen.go#L105: b.PutID(GeoPointEmptyTypeID)
tl_geo_point_gen.go#L122: if err := b.ConsumeID(GeoPointEmptyTypeID); err != nil {
tl_geo_point_gen.go#L451: case GeoPointEmptyTypeID:
tl_registry_gen.go#L200: GeoPointEmptyTypeID: "geoPointEmpty#1117dd5f",
tl_registry_gen.go#L1982: "geoPointEmpty": GeoPointEmptyTypeID,
tl_registry_gen.go#L3764: GeoPointEmptyTypeID: func() bin.Object { return &GeoPointEmpty{} },
tl_registry_gen.go#L5707: GeoPointEmptyTypeID,
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. |