PassportData class abstract
Describes Telegram Passport data shared with the bot by the user.
- Annotations
-
- @freezed
Constructors
-
PassportData.new({@JsonKey(name: 'data') required List<
EncryptedPassportElement> data, @JsonKey(name: 'credentials') required EncryptedCredentials credentials}) -
Constructs a PassportData object
constfactory
-
PassportData.fromJson(Map<
String, dynamic> json) -
Creates a PassportData object from JSON object
factory
Properties
-
copyWith
→ $PassportDataCopyWith<
PassportData> -
Create a copy of PassportData
with the given fields replaced by the non-null parameter values.
no setterinherited
- credentials → EncryptedCredentials
-
Encrypted credentials required to decrypt the data
no setterinherited
-
data
→ List<
EncryptedPassportElement> -
Array with information about documents and other Telegram Passport
elements that was shared with the bot
no setterinherited
- 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> -
Serializes this PassportData to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited