InputMessagePhoto constructor
const
InputMessagePhoto({
- required InputFile photo,
- InputThumbnail? thumbnail,
- required List<
int> addedStickerFileIds, - required int width,
- required int height,
- FormattedText? caption,
- required int ttl,
A photo message
Implementation
const InputMessagePhoto({
required this.photo,
this.thumbnail,
required this.addedStickerFileIds,
required this.width,
required this.height,
this.caption,
required this.ttl,
});