InputMessagePhoto constructor

InputMessagePhoto({
  1. String? extra,
  2. int? client_id,
  3. InputFile? photo,
  4. InputThumbnail? thumbnail,
  5. vector<int32>? added_sticker_file_ids,
  6. int32? width,
  7. int32? height,
  8. FormattedText? caption,
  9. int32? self_destruct_time,
  10. Bool? has_spoiler,
})

Implementation

InputMessagePhoto({
  super.extra,
  super.client_id,
  this.photo,
  this.thumbnail,
  this.added_sticker_file_ids,
  this.width,
  this.height,
  this.caption,
  this.self_destruct_time,
  this.has_spoiler,
});