InputMediaPhoto constructor
const
InputMediaPhoto({})
Constructs an InputMediaPhoto object
Implementation
const InputMediaPhoto({
required super.media,
this.caption,
this.parseMode,
this.captionEntities,
this.hasSpoiler,
this.showCaptionAboveMedia,
});