PassportElementErrorFile

final case class PassportElementErrorFile(`type`: String, fileHash: String, message: String) extends PassportElementError

Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.

Value parameters:
fileHash

Base64-encoded file hash

message

Error message

type

The section of the user's Telegram Passport which has the issue, one of “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product