MessageChatHasProtectedContentToggled constructor

MessageChatHasProtectedContentToggled({
  1. required int requestMessageId,
  2. required bool oldHasProtectedContent,
  3. required bool newHasProtectedContent,
})

Implementation

MessageChatHasProtectedContentToggled({
  required this.requestMessageId,
  required this.oldHasProtectedContent,
  required this.newHasProtectedContent,
});