const github.com/gotd/td/tg.InputGeoPointEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_geo_point_gen.go#L42: const InputGeoPointEmptyTypeID = 0xe4c123d6
tl_input_geo_point_gen.go#L78: return InputGeoPointEmptyTypeID
tl_input_geo_point_gen.go#L90: ID: InputGeoPointEmptyTypeID,
tl_input_geo_point_gen.go#L105: b.PutID(InputGeoPointEmptyTypeID)
tl_input_geo_point_gen.go#L122: if err := b.ConsumeID(InputGeoPointEmptyTypeID); err != nil {
tl_input_geo_point_gen.go#L424: case InputGeoPointEmptyTypeID:
tl_registry_gen.go#L79: InputGeoPointEmptyTypeID: "inputGeoPointEmpty#e4c123d6",
tl_registry_gen.go#L1861: "inputGeoPointEmpty": InputGeoPointEmptyTypeID,
tl_registry_gen.go#L3643: InputGeoPointEmptyTypeID: func() bin.Object { return &InputGeoPointEmpty{} },
tl_registry_gen.go#L5841: InputGeoPointEmptyTypeID,
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. |