ContactsBlockFromReplies constructor

const ContactsBlockFromReplies({
  1. required bool deleteMessage,
  2. required bool deleteHistory,
  3. required bool reportSpam,
  4. required int msgId,
})

Contacts Block From Replies constructor.

Implementation

const ContactsBlockFromReplies({
  required this.deleteMessage,
  required this.deleteHistory,
  required this.reportSpam,
  required this.msgId,
}) : super._();