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

    Declaration

    Swift

    public init(files: [InputFile], translation: [InputFile])

    Parameters

    files

    List of files containing the pages of the document

    translation

    List of files containing a certified English translation of the document