const github.com/gotd/td/tg.InputGeoPointTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_geo_point_gen.go#L157: const InputGeoPointTypeID = 0x48222faf
tl_input_geo_point_gen.go#L219: return InputGeoPointTypeID
tl_input_geo_point_gen.go#L231: ID: InputGeoPointTypeID,
tl_input_geo_point_gen.go#L267: b.PutID(InputGeoPointTypeID)
tl_input_geo_point_gen.go#L293: if err := b.ConsumeID(InputGeoPointTypeID); err != nil {
tl_input_geo_point_gen.go#L431: case InputGeoPointTypeID:
tl_registry_gen.go#L80: InputGeoPointTypeID: "inputGeoPoint#48222faf",
tl_registry_gen.go#L1862: "inputGeoPoint": InputGeoPointTypeID,
tl_registry_gen.go#L3644: InputGeoPointTypeID: func() bin.Object { return &InputGeoPoint{} },
tl_registry_gen.go#L5842: InputGeoPointTypeID,
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. |