ChatFolder constructor
- {required String title,
- ChatFolderIcon? icon,
- required List<
int> pinned_chat_ids, - required List<
int> included_chat_ids, - required List<
int> excluded_chat_ids, - required bool exclude_muted,
- required bool exclude_read,
- required bool exclude_archived,
- required bool include_contacts,
- required bool include_non_contacts,
- required bool include_bots,
- required bool include_groups,
- required bool include_channels,
- int? extra,
- int? clientId}
Represents a folder for user chats
Implementation
ChatFolder