ultra-telegram-framework
    Preparing search index...

    Interface PassportElementErrorReverseSide

    Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes.

    interface PassportElementErrorReverseSide {
        file_hash: string;
        message: string;
        source: string;
        type: string;
    }
    Index

    Properties

    file_hash: string

    Base64-encoded hash of the file with the reverse side of the document

    message: string

    Error message

    source: string

    Error source, must be reverse_side

    type: string

    The section of the user's Telegram Passport which has the issue, one of "driver_license", "identity_card"