GetChatFolderNewChats constructor

const GetChatFolderNewChats({
  1. required int chatFolderId,
})

Returns new chats added to a shareable chat folder by its owner. The method must be called at most once in getOption("chat_folder_new_chats_update_period") for the given chat folder

Implementation

const GetChatFolderNewChats({
  required this.chatFolderId,
});