CreateChatFolder constructor

const CreateChatFolder({
  1. required ChatFolder folder,
})

Creates new chat folder. Returns information about the created chat folder. There can be up to getOption("chat_folder_count_max") chat folders, but the limit can be increased with Telegram Premium

Implementation

const CreateChatFolder({
  required this.folder,
});