const github.com/gotd/td/tg.HelpDismissSuggestionRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_help_dismiss_suggestion_gen.go#L55: const HelpDismissSuggestionRequestTypeID = 0xf50dbaa1
tl_help_dismiss_suggestion_gen.go#L101: return HelpDismissSuggestionRequestTypeID
tl_help_dismiss_suggestion_gen.go#L113: ID: HelpDismissSuggestionRequestTypeID,
tl_help_dismiss_suggestion_gen.go#L137: b.PutID(HelpDismissSuggestionRequestTypeID)
tl_help_dismiss_suggestion_gen.go#L161: if err := b.ConsumeID(HelpDismissSuggestionRequestTypeID); err != nil {
tl_registry_gen.go#L1612: HelpDismissSuggestionRequestTypeID: "help.dismissSuggestion#f50dbaa1",
tl_registry_gen.go#L3394: "help.dismissSuggestion": HelpDismissSuggestionRequestTypeID,
tl_registry_gen.go#L5176: HelpDismissSuggestionRequestTypeID: func() bin.Object { return &HelpDismissSuggestionRequest{} },
tl_server_gen.go#L6719: s.handlers[HelpDismissSuggestionRequestTypeID] = 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. |