MessagePhoto constructor
const
MessagePhoto({
- required Photo photo,
- required FormattedText caption,
- required bool isSecret,
A photo message
Implementation
const MessagePhoto({
required this.photo,
required this.caption,
required this.isSecret,
});