Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 795 Bytes

File metadata and controls

24 lines (18 loc) · 795 Bytes

TelegramBotOpenapi::PassportElementErrorFiles

Properties

Name Type Description Notes
source String Error source, must be files
type String The section of the user's Telegram Passport which has the issue, one of "utility_bill", "bank_statement", "rental_agreement", "passport_registration", "temporary_registration"
file_hashes Array<String> List of base64-encoded file hashes
message String Error message

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::PassportElementErrorFiles.new(
  source: null,
  type: null,
  file_hashes: null,
  message: null
)