ReportChatPhoto constructor

ReportChatPhoto({
  1. required int chatId,
  2. required int fileId,
  3. ReportReason? reason,
  4. required String text,
})

Implementation

ReportChatPhoto({
  required this.chatId,
  required this.fileId,
  this.reason,
  required this.text,
});