core: type for group preference for timed messages (#1568)

* core: type for group preference for timed messages

* remove unused func
This commit is contained in:
Evgeny Poberezkin
2022-12-14 08:30:24 +00:00
committed by GitHub
parent 21765905a7
commit 7b8f5be821
6 changed files with 178 additions and 87 deletions
+3 -3
View File
@@ -260,9 +260,9 @@ data ChatCommand
| ShowProfile
| UpdateProfile ContactName Text
| UpdateProfileImage (Maybe ImageData)
| SetUserFeature ChatFeature FeatureAllowed
| SetContactFeature ChatFeature ContactName (Maybe FeatureAllowed)
| SetGroupFeature GroupFeature GroupName GroupFeatureEnabled
| SetUserFeature AChatFeature FeatureAllowed
| SetContactFeature AChatFeature ContactName (Maybe FeatureAllowed)
| SetGroupFeature AGroupFeature GroupName GroupFeatureEnabled
| QuitChat
| ShowVersion
| DebugLocks