InputMessagePhoto constructor
InputMessagePhoto({
- InputPhoto? photo,
- FormattedText? caption,
- required bool showCaptionAboveMedia,
- MessageSelfDestructType? selfDestructType,
- required bool hasSpoiler,
Implementation
InputMessagePhoto({
this.photo,
this.caption,
required this.showCaptionAboveMedia,
this.selfDestructType,
required this.hasSpoiler,
});