reportReasonCopyright property
The chat contains copyrighted content
Implementation
ReportReasonCopyright? get reportReasonCopyright {
if (this is ReportReasonCopyright) {
return this as ReportReasonCopyright;
}
return null;
}
The chat contains copyrighted content
ReportReasonCopyright? get reportReasonCopyright {
if (this is ReportReasonCopyright) {
return this as ReportReasonCopyright;
}
return null;
}