ChatFolderInfo constructor

ChatFolderInfo(
  1. {required int id,
  2. required String title,
  3. required ChatFolderIcon icon,
  4. required bool is_shareable,
  5. required bool has_my_invite_links,
  6. int? extra,
  7. int? clientId}
)

Contains basic information about a chat folder

Implementation

ChatFolderInfo