Name | Type | Description | Notes |
---|---|---|---|
data | Array<EncryptedPassportElement> | Array with information about documents and other Telegram Passport elements that was shared with the bot | |
credentials | EncryptedCredentials | Encrypted credentials required to decrypt the data |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::PassportData.new(
data: null,
credentials: null
)