PassportElementErrorTranslationFiles

telegramium.bots.PassportElementErrorTranslationFiles
final case class PassportElementErrorTranslationFiles(`type`: String, message: String, fileHashes: List[String]) extends PassportElementError

Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation change.

Value parameters

fileHashes

List of base64-encoded file hashes

message

Error message

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”

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product