ProcessChatFolderNewChats constructor
Process new chats added to a shareable chat folder by its owner
Implementation
const ProcessChatFolderNewChats({
required this.chatFolderId,
required this.addedChatIds,
});
Process new chats added to a shareable chat folder by its owner
const ProcessChatFolderNewChats({
required this.chatFolderId,
required this.addedChatIds,
});