chatActionBarReportUnrelatedLocation property
The chat is a location-based supergroup, which can be reported as having unrelated location using the method reportChat with the reason reportReasonUnrelatedLocation
Implementation
ChatActionBarReportUnrelatedLocation?
get chatActionBarReportUnrelatedLocation {
if (this is ChatActionBarReportUnrelatedLocation) {
return this as ChatActionBarReportUnrelatedLocation;
}
return null;
}