GetChatFolderChatCount constructor
const
GetChatFolderChatCount({
- required ChatFolder folder,
Returns approximate number of chats in a being created chat folder. Main and archive chat lists must be fully preloaded for this function to work correctly
Implementation
const GetChatFolderChatCount({
required this.folder,
});