MessageMediaPhoto constructor
const
MessageMediaPhoto({
- required bool spoiler,
- required bool livePhoto,
- PhotoBase? photo,
- int? ttlSeconds,
- DocumentBase? video,
Message Media Photo constructor.
Implementation
const MessageMediaPhoto({
required this.spoiler,
required this.livePhoto,
this.photo,
this.ttlSeconds,
this.video,
}) : super._();