chatActionBarReportAddBlock property
The chat is a private or secret chat, which can be reported using the method reportChat, or the other user can be blocked using the method setMessageSenderBlockList,
Implementation
ChatActionBarReportAddBlock? get chatActionBarReportAddBlock {
if (this is ChatActionBarReportAddBlock) {
return this as ChatActionBarReportAddBlock;
}
return null;
}