InputIdentityDocument constructor

InputIdentityDocument({
  1. String? extra,
  2. int? client_id,
  3. string? number,
  4. Date? expiry_date,
  5. InputFile? front_side,
  6. InputFile? reverse_side,
  7. InputFile? selfie,
  8. vector<InputFile>? translation,
})

Implementation

InputIdentityDocument({
  super.extra,
  super.client_id,
  this.number,
  this.expiry_date,
  this.front_side,
  this.reverse_side,
  this.selfie,
  this.translation,
});