RecoverPassword
public struct RecoverPassword : Codable, Equatable, TDFunction
Recovers the password using a recovery code sent to an email address that was previously set up
-
Undocumented
Declaration
Swift
public typealias Result = PasswordState -
Recovery code to check
Declaration
Swift
public let recoveryCode: String -
Recovers the password using a recovery code sent to an email address that was previously set up
Declaration
Swift
public init(recoveryCode: String)Parameters
recoveryCodeRecovery code to check
View on GitHub
Install in Dash
RecoverPassword Structure Reference