Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 919 Bytes

PassportElementErrorTranslationFile.md

File metadata and controls

24 lines (18 loc) · 919 Bytes

TelegramBotOpenapi::PassportElementErrorTranslationFile

Properties

Name Type Description Notes
source String Error source, must be translation_file
type String Type of element of the user's Telegram Passport which has the issue, one of "passport", "driver_license", "identity_card", "internal_passport", "utility_bill", "bank_statement", "rental_agreement", "passport_registration", "temporary_registration"
file_hash String Base64-encoded file hash
message String Error message

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::PassportElementErrorTranslationFile.new(
  source: null,
  type: null,
  file_hash: null,
  message: null
)