ReportChatPhoto constructor
ReportChatPhoto({
- required int chatId,
- required int fileId,
- ReportReason? reason,
- required String text,
Implementation
ReportChatPhoto({
required this.chatId,
required this.fileId,
this.reason,
required this.text,
});