Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 598 Bytes

PassportData.md

File metadata and controls

20 lines (14 loc) · 598 Bytes

TelegramBotOpenapi::PassportData

Properties

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

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::PassportData.new(
  data: null,
  credentials: null
)