PassportElementErrorReverseSide

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

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

Value parameters:
fileHash

Base64-encoded hash of the file with the reverse side of the document

message

Error message

type

The section of the user's Telegram Passport which has the issue, one of “driver_license”, “identity_card”

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