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
elements
Telegram Passport elements
errors
Errors in the elements that are already available