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

    code

    Verification code received by SMS, phone call or flash call