Telegram Passport

PassportData

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

fields

fieldtyperequireddescription
dataEncryptedPassportElement[]requiredArray with information about documents and other Telegram Passport elements that was shared with the bot
credentialsEncryptedCredentialsrequiredEncrypted credentials required to decrypt the data

import

types.ts
import type { PassportData } from "@yaebal/types";

used by

types