EncryptedPassportElement constructor
const
EncryptedPassportElement({})
Contains information about an encrypted Telegram Passport element; for bots only
Implementation
const EncryptedPassportElement({
required this.type,
required this.data,
required this.frontSide,
this.reverseSide,
this.selfie,
required this.translation,
required this.files,
required this.value,
required this.hash,
});