const github.com/gotd/td/tg.AuthCancelCodeRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_auth_cancel_code_gen.go#L49: const AuthCancelCodeRequestTypeID = 0x1f040578
tl_auth_cancel_code_gen.go#L95: return AuthCancelCodeRequestTypeID
tl_auth_cancel_code_gen.go#L107: ID: AuthCancelCodeRequestTypeID,
tl_auth_cancel_code_gen.go#L131: b.PutID(AuthCancelCodeRequestTypeID)
tl_auth_cancel_code_gen.go#L150: if err := b.ConsumeID(AuthCancelCodeRequestTypeID); err != nil {
tl_registry_gen.go#L1260: AuthCancelCodeRequestTypeID: "auth.cancelCode#1f040578",
tl_registry_gen.go#L3042: "auth.cancelCode": AuthCancelCodeRequestTypeID,
tl_registry_gen.go#L4824: AuthCancelCodeRequestTypeID: func() bin.Object { return &AuthCancelCodeRequest{} },
tl_server_gen.go#L307: s.handlers[AuthCancelCodeRequestTypeID] = 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. |