UpdateChatHasProtectedContent constructor

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

Implementation

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