ChatEventHasProtectedContentToggled constructor

const ChatEventHasProtectedContentToggled({
  1. required bool hasProtectedContent,
})

The has_protected_content setting of a channel was toggled

Implementation

const ChatEventHasProtectedContentToggled({
  required this.hasProtectedContent,
});