const github.com/gotd/td/tg.HelpGetNearestDCRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_help_get_nearest_dc_gen.go#L42: const HelpGetNearestDCRequestTypeID = 0x1fb33026
tl_help_get_nearest_dc_gen.go#L73: return HelpGetNearestDCRequestTypeID
tl_help_get_nearest_dc_gen.go#L85: ID: HelpGetNearestDCRequestTypeID,
tl_help_get_nearest_dc_gen.go#L100: b.PutID(HelpGetNearestDCRequestTypeID)
tl_help_get_nearest_dc_gen.go#L117: if err := b.ConsumeID(HelpGetNearestDCRequestTypeID); err != nil {
tl_registry_gen.go#L1594: HelpGetNearestDCRequestTypeID: "help.getNearestDc#1fb33026",
tl_registry_gen.go#L3376: "help.getNearestDc": HelpGetNearestDCRequestTypeID,
tl_registry_gen.go#L5158: HelpGetNearestDCRequestTypeID: func() bin.Object { return &HelpGetNearestDCRequest{} },
tl_server_gen.go#L6393: s.handlers[HelpGetNearestDCRequestTypeID] = handler
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. |