telegramsjs
    Preparing search index...

    Interface PassportElementErrorFiles

    Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.

    interface PassportElementErrorFiles {
        file_hashes: string[];
        message: string;
        source: "files";
        type:
            | "utility_bill"
            | "bank_statement"
            | "rental_agreement"
            | "passport_registration"
            | "temporary_registration";
    }
    Index

    Properties

    file_hashes: string[]

    List of base64-encoded file hashes.

    message: string

    Error message.

    source: "files"

    Error source, must be "files".

    type:
        | "utility_bill"
        | "bank_statement"
        | "rental_agreement"
        | "passport_registration"
        | "temporary_registration"

    The section of the user's Telegram Passport that has the issue. Possible values are "utility_bill", "bank_statement", "rental_agreement", "passport_registration", and "temporary_registration".