InputPersonalDocument
public struct InputPersonalDocument : Codable, Equatable, FunctionResult
A personal document to be saved to Telegram Passport
-
List of files containing the pages of the document
Declaration
Swift
public let files: [InputFile] -
List of files containing a certified English translation of the document
Declaration
Swift
public let translation: [InputFile] -
A personal document to be saved to Telegram Passport
Parameters
filesList of files containing the pages of the document
translationList of files containing a certified English translation of the document
View on GitHub
Install in Dash
InputPersonalDocument Structure Reference