InputStickeredMediaPhoto constructor

const InputStickeredMediaPhoto({
  1. required InputPhotoBase id,
})

Input Stickered Media Photo constructor.

Implementation

const InputStickeredMediaPhoto({
  required this.id,
}) : super._();