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