ChatFolder constructor
const
ChatFolder({
- required String title,
- ChatFolderIcon? icon,
- required List<
int> pinnedChatIds, - required List<
int> includedChatIds, - required List<
int> excludedChatIds, - required bool excludeMuted,
- required bool excludeRead,
- required bool excludeArchived,
- required bool includeContacts,
- required bool includeNonContacts,
- required bool includeBots,
- required bool includeGroups,
- required bool includeChannels,
- dynamic extra,
- int? clientId,
Represents a folder for user chats
Implementation
const ChatFolder({
required this.title,
this.icon,
required this.isShareable,
required this.pinnedChatIds,
required this.includedChatIds,
required this.excludedChatIds,
required this.excludeMuted,
required this.excludeRead,
required this.excludeArchived,
required this.includeContacts,
required this.includeNonContacts,
required this.includeBots,
required this.includeGroups,
required this.includeChannels,
this.extra,
this.clientId,
});