Interface InputPersonalDocument

A personal document to be saved to Telegram Passport.

interface InputPersonalDocument {
    @type: "inputPersonalDocument";
    files: InputFile[];
    translation: InputFile[];
}

Properties

@type: "inputPersonalDocument"
files: InputFile[]

List of files containing the pages of the document.

translation: InputFile[]

List of files containing a certified English translation of the document.