ChatFolderInfo constructor
const
ChatFolderInfo({
- required int id,
- required String title,
- required ChatFolderIcon icon,
- required bool hasMyInviteLinks,
- dynamic extra,
- int? clientId,
Contains basic information about a chat folder
Implementation
const ChatFolderInfo({
required this.id,
required this.title,
required this.icon,
required this.isShareable,
required this.hasMyInviteLinks,
this.extra,
this.clientId,
});