InputIdentityDocument constructor
const
InputIdentityDocument({})
An identity document to be saved to Telegram Passport
Implementation
const InputIdentityDocument({
required this.number,
this.expirationDate,
required this.frontSide,
this.reverseSide,
this.selfie,
required this.translation,
});