ChatActionBarReportAddBlock constructor

const ChatActionBarReportAddBlock({
  1. required bool canUnarchive,
  2. required int distance,
})

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 toggleMessageSenderIsBlocked,. or the other user can be added to the contact list using the method addContact. If the chat is a private chat with a user with an emoji status, then a notice about emoji status usage must be shown

Implementation

const ChatActionBarReportAddBlock({
  required this.canUnarchive,
  required this.distance,
});