ToggleChatHasProtectedContent constructor

ToggleChatHasProtectedContent({
  1. required int chatId,
  2. required bool hasProtectedContent,
})

Implementation

ToggleChatHasProtectedContent({
  required this.chatId,
  required this.hasProtectedContent,
});