const github.com/gotd/td/tg.AuthPasswordRecoveryTypeID

8 uses

	github.com/gotd/td/tg (current package)
		tl_auth_password_recovery_gen.go#L52: const AuthPasswordRecoveryTypeID = 0x137948a5
		tl_auth_password_recovery_gen.go#L93: 	return AuthPasswordRecoveryTypeID
		tl_auth_password_recovery_gen.go#L105: 		ID:   AuthPasswordRecoveryTypeID,
		tl_auth_password_recovery_gen.go#L125: 	b.PutID(AuthPasswordRecoveryTypeID)
		tl_auth_password_recovery_gen.go#L143: 	if err := b.ConsumeID(AuthPasswordRecoveryTypeID); err != nil {
		tl_registry_gen.go#L519: 		AuthPasswordRecoveryTypeID:                               "auth.passwordRecovery#137948a5",
		tl_registry_gen.go#L2301: 		"auth.passwordRecovery":                              AuthPasswordRecoveryTypeID,
		tl_registry_gen.go#L4083: 		AuthPasswordRecoveryTypeID:                               func() bin.Object { return &AuthPasswordRecovery{} },