class

Tourmaline::PassportElementErrorTranslationFile

Inherits JSON::Serializable / Reference / Object

Represents an issue with one of the files that constitute the translation of a document. The error is considered resolved when the file changes.

Constructors

new(source : String, type : String, file_hash : String, message : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

file_hash

Base64-encoded file hash

Source
file_hash=(file_hash : String)

Base64-encoded file hash

Source
message

Error message

Source
message=(message : String)

Error message

Source
source

Error source, must be translation_file

Source
source=(source : String)

Error source, must be translation_file

Source
type

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"

Source
type=(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"

Source