PassportData

telegramium.bots.PassportData
final case class PassportData(credentials: EncryptedCredentials, data: List[EncryptedPassportElement])

Describes Telegram Passport data shared with the bot by the user.

Value parameters

credentials

Encrypted credentials required to decrypt the data

data

Array with information about documents and other Telegram Passport elements that was shared with the bot

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