ReportChatPhoto constructor
const
ReportChatPhoto({
- required int chatId,
- required int fileId,
- required ChatReportReason reason,
- required String text,
Reports a chat photo to the Telegram moderators. A chat photo can be reported only if chat.can_be_reported
Implementation
const ReportChatPhoto({
required this.chatId,
required this.fileId,
required this.reason,
required this.text,
});