PassportElementErrorUnspecified

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

Represents an issue in an unspecified place. The error is considered resolved when new data is added.

Value parameters

elementHash

Base64-encoded element hash

message

Error message

type

Type of element of the user's Telegram Passport which has the issue

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