PassportElementErrorDataField

telegramium.bots.PassportElementErrorDataField
final case class PassportElementErrorDataField(`type`: String, fieldName: String, dataHash: String, message: String) extends PassportElementError

Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the field's value changes.

Value parameters

dataHash

Base64-encoded data hash

fieldName

Name of the data field which has the error

message

Error message

type

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

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