copyWith method
Implementation
GetChatFolderInviteLinks copyWith({int? chatFolderId}) =>
GetChatFolderInviteLinks(chatFolderId: chatFolderId ?? this.chatFolderId);
GetChatFolderInviteLinks copyWith({int? chatFolderId}) =>
GetChatFolderInviteLinks(chatFolderId: chatFolderId ?? this.chatFolderId);