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
recoveryCode
Recovery code to check