CheckChangePhoneNumberCode
public struct CheckChangePhoneNumberCode : Codable, Equatable, TDFunction
Checks the authentication code sent to confirm a new phone number of the user
-
Undocumented
Declaration
Swift
public typealias Result = Ok -
Verification code received by SMS, phone call or flash call
Declaration
Swift
public let code: String -
Checks the authentication code sent to confirm a new phone number of the user
Declaration
Swift
public init(code: String)Parameters
codeVerification code received by SMS, phone call or flash call
View on GitHub
Install in Dash
CheckChangePhoneNumberCode Structure Reference