ultra-telegram-framework
    Preparing search index...

    Interface PassportElementErrorUnspecified

    Represents an issue in an unspecified place. The error is considered resolved when new data is added.

    interface PassportElementErrorUnspecified {
        element_hash: string;
        message: string;
        source: string;
        type: string;
    }
    Index

    Properties

    element_hash: string

    Base64-encoded element hash

    message: string

    Error message

    source: string

    Error source, must be unspecified

    type: string

    Type of element of the user's Telegram Passport which has the issue