GetChatFolderInviteLinks constructor

const GetChatFolderInviteLinks({
  1. required int chatFolderId,
})

Returns invite links created by the current user for a shareable chat folder

Implementation

const GetChatFolderInviteLinks({
  required this.chatFolderId,
});