ChatFolderInviteLinkInfo constructor

ChatFolderInviteLinkInfo({
  1. ChatFolderInfo? chatFolderInfo,
  2. required List<int> missingChatIds,
  3. required List<int> addedChatIds,
})

Implementation

ChatFolderInviteLinkInfo({
  this.chatFolderInfo,
  required this.missingChatIds,
  required this.addedChatIds,
});