InputMessagePhoto constructor

InputMessagePhoto({
  1. InputPhoto? photo,
  2. FormattedText? caption,
  3. required bool showCaptionAboveMedia,
  4. MessageSelfDestructType? selfDestructType,
  5. required bool hasSpoiler,
})

Implementation

InputMessagePhoto({
  this.photo,
  this.caption,
  required this.showCaptionAboveMedia,
  this.selfDestructType,
  required this.hasSpoiler,
});