ChatFolderInviteLinks constructor

const ChatFolderInviteLinks({
  1. required List<ChatFolderInviteLink> inviteLinks,
  2. dynamic extra,
  3. int? clientId,
})

Represents a list of chat folder invite links

Implementation

const ChatFolderInviteLinks({
  required this.inviteLinks,
  this.extra,
  this.clientId,
});