PassportElementErrorFrontSide

telegramium.bots.PassportElementErrorFrontSide
final case class PassportElementErrorFrontSide(`type`: String, fileHash: String, message: String) extends PassportElementError

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

Value parameters

fileHash

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

message

Error message

type

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

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