interface PassportDataimport { type PassportData } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.web.ts"; Describes Telegram Passport data shared with the bot by the user. Propertiesdata: EncryptedPassportElement[]Array with information about documents and other Telegram Passport elements that was shared with the bot credentials: EncryptedCredentialsEncrypted credentials required to decrypt the data import PassportDataimport { PassportData } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.web.ts";