InputMediaPhoto constructor

const InputMediaPhoto({
  1. required bool spoiler,
  2. required InputPhotoBase id,
  3. int? ttlSeconds,
})

Input Media Photo constructor.

Implementation

const InputMediaPhoto({
  required this.spoiler,
  required this.id,
  this.ttlSeconds,
}) : super._();