GramIO API Reference / gramio/dist / TelegramPassportData
Interface: TelegramPassportData
Defined in: @gramio/types/out/objects.d.ts:8307
Describes Telegram Passport data shared with the bot by the user.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
credentials | TelegramEncryptedCredentials | Encrypted credentials required to decrypt the data | @gramio/types/out/objects.d.ts:8315 |
data | TelegramEncryptedPassportElement[] | Array with information about documents and other Telegram Passport elements that was shared with the bot | @gramio/types/out/objects.d.ts:8311 |