ultra-telegram-framework
    Preparing search index...

    Interface PassportData

    Describes Telegram Passport data shared with the bot by the user.

    interface PassportData {
        credentials: EncryptedCredentials;
        data: EncryptedPassportElement[];
    }
    Index

    Properties

    Properties

    Encrypted credentials required to decrypt the data

    Array with information about documents and other Telegram Passport elements that was shared with the bot