ProcessChatFolderNewChats constructor

const ProcessChatFolderNewChats({
  1. required int chatFolderId,
  2. required List<int> addedChatIds,
})

Process new chats added to a shareable chat folder by its owner

Implementation

const ProcessChatFolderNewChats({
  required this.chatFolderId,
  required this.addedChatIds,
});