PassportElementErrorReverseSide

telegramium.bots.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”

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