const github.com/gotd/td/tg.HelpGetSupportRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_help_get_support_gen.go#L42: const HelpGetSupportRequestTypeID = 0x9cdf08cd
tl_help_get_support_gen.go#L73: return HelpGetSupportRequestTypeID
tl_help_get_support_gen.go#L85: ID: HelpGetSupportRequestTypeID,
tl_help_get_support_gen.go#L100: b.PutID(HelpGetSupportRequestTypeID)
tl_help_get_support_gen.go#L117: if err := b.ConsumeID(HelpGetSupportRequestTypeID); err != nil {
tl_registry_gen.go#L1597: HelpGetSupportRequestTypeID: "help.getSupport#9cdf08cd",
tl_registry_gen.go#L3379: "help.getSupport": HelpGetSupportRequestTypeID,
tl_registry_gen.go#L5161: HelpGetSupportRequestTypeID: func() bin.Object { return &HelpGetSupportRequest{} },
tl_server_gen.go#L6444: s.handlers[HelpGetSupportRequestTypeID] = 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. |