MessageMediaPhoto constructor

const MessageMediaPhoto({
  1. required bool spoiler,
  2. PhotoBase? photo,
  3. int? ttlSeconds,
})

Message Media Photo constructor.

Implementation

const MessageMediaPhoto({
  required this.spoiler,
  this.photo,
  this.ttlSeconds,
}) : super._();