PassportElementsWithErrors
public struct PassportElementsWithErrors : Codable, Equatable, FunctionResult
Contains information about a Telegram Passport elements and corresponding errors
-
Telegram Passport elements
Declaration
Swift
public let elements: [PassportElement] -
Errors in the elements that are already available
Declaration
Swift
public let errors: [PassportElementError] -
Contains information about a Telegram Passport elements and corresponding errors
Declaration
Swift
public init(elements: [PassportElement], errors: [PassportElementError])Parameters
elementsTelegram Passport elements
errorsErrors in the elements that are already available
View on GitHub
Install in Dash
PassportElementsWithErrors Structure Reference