InputMessagePhoto constructor
const
InputMessagePhoto({})
A photo message
Implementation
const InputMessagePhoto({
required this.photo,
this.thumbnail,
required this.addedStickerFileIds,
required this.width,
required this.height,
this.caption,
required this.selfDestructTime,
required this.hasSpoiler,
});