diff --git a/CHANGELOG b/CHANGELOG
index 2255930..1531734 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+v1.51.2
+ - feat: features.ChatsImportEnabled flag
+
 v1.51.1
  - fix: use contact structure for mappedUser
 
diff --git a/features.go b/features.go
index 576b1a8..adb62b0 100644
--- a/features.go
+++ b/features.go
@@ -307,6 +307,9 @@ type Features struct {
 
 	// File Extension Whitelist Priority
 	FileExtensionWhitelistPriority bool `json:"file_extension_whitelist_priority,omitempty"`
+
+	// ChatsImportEnabled import chat feature
+	ChatsImportEnabled bool `yaml:"chats_import_enabled,omitempty"`
 }
 
 // Interactive Connectivity Establishment Server for WEB Rtc connection. Readonly.