ChatFolder constructor
ChatFolder({
- ChatFolderName? name,
- ChatFolderIcon? icon,
- required int colorId,
- 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,
Implementation
ChatFolder({
this.name,
this.icon,
required this.colorId,
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,
});