GetChatFolderInviteLinks constructor
const
GetChatFolderInviteLinks({
- required int chatFolderId,
Returns invite links created by the current user for a shareable chat folder
Implementation
const GetChatFolderInviteLinks({
required this.chatFolderId,
});