RequestQrCodeAuthentication
public struct RequestQrCodeAuthentication : Codable, Equatable, TDFunction
Requests QR code authentication by scanning a QR code on another logged in device. Works only when the current authorization state is authorizationStateWaitPhoneNumber
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
List of user identifiers of other users currently using the client
Declaration
Swift
public let otherUserIds: [Int32]
-
Requests QR code authentication by scanning a QR code on another logged in device. Works only when the current authorization state is authorizationStateWaitPhoneNumber
Declaration
Swift
public init(otherUserIds: [Int32])
Parameters
otherUserIds
List of user identifiers of other users currently using the client