AccountReportProfilePhoto constructor

const AccountReportProfilePhoto({
  1. required InputPeerBase peer,
  2. required InputPhotoBase photoId,
  3. required ReportReasonBase reason,
  4. required String message,
})

Account Report Profile Photo constructor.

Implementation

const AccountReportProfilePhoto({
  required this.peer,
  required this.photoId,
  required this.reason,
  required this.message,
}) : super._();