PhotoSize constructor

PhotoSize({
  1. String? extra,
  2. int? client_id,
  3. string? type,
  4. File? photo,
  5. int32? width,
  6. int32? height,
  7. vector<int32>? progressive_sizes,
})

Implementation

PhotoSize({
  super.extra,
  super.client_id,
  this.type,
  this.photo,
  this.width,
  this.height,
  this.progressive_sizes,
});