PassportData class

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

Constructors

PassportData({required List<EncryptedPassportElement> data, required EncryptedCredentials credentials})
Constructs a PassportData object
const
PassportData.fromJson(Map<String, dynamic> json)
Creates a PassportData object from JSON object
factory

Properties

credentials EncryptedCredentials
Encrypted credentials required to decrypt the data
final
data List<EncryptedPassportElement>
Array with information about documents and other Telegram Passport elements that was shared with the bot
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts a PassportData object to JSON object
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited