const github.com/gotd/td/tg.AuthRequestPasswordRecoveryRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_auth_request_password_recovery_gen.go#L47: const AuthRequestPasswordRecoveryRequestTypeID = 0xd897bc66
tl_auth_request_password_recovery_gen.go#L78: return AuthRequestPasswordRecoveryRequestTypeID
tl_auth_request_password_recovery_gen.go#L90: ID: AuthRequestPasswordRecoveryRequestTypeID,
tl_auth_request_password_recovery_gen.go#L105: b.PutID(AuthRequestPasswordRecoveryRequestTypeID)
tl_auth_request_password_recovery_gen.go#L122: if err := b.ConsumeID(AuthRequestPasswordRecoveryRequestTypeID); err != nil {
tl_registry_gen.go#L1257: AuthRequestPasswordRecoveryRequestTypeID: "auth.requestPasswordRecovery#d897bc66",
tl_registry_gen.go#L3039: "auth.requestPasswordRecovery": AuthRequestPasswordRecoveryRequestTypeID,
tl_registry_gen.go#L4821: AuthRequestPasswordRecoveryRequestTypeID: func() bin.Object { return &AuthRequestPasswordRecoveryRequest{} },
tl_server_gen.go#L252: s.handlers[AuthRequestPasswordRecoveryRequestTypeID] = 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. |