add clear group to api

This commit is contained in:
Stanley Dimant
2022-10-02 13:05:57 +02:00
parent 90bb5be899
commit bab758f173

View File

@@ -55,6 +55,7 @@
public const string SendGroupRemoveUser = "RemoveUserFromGroup"; public const string SendGroupRemoveUser = "RemoveUserFromGroup";
public const string SendGroupChangeOwner = "ChangeOwnerOfGroup"; public const string SendGroupChangeOwner = "ChangeOwnerOfGroup";
public const string SendGroupChangePinned = "ChangedPinnedUserInGroup"; public const string SendGroupChangePinned = "ChangedPinnedUserInGroup";
public const string SendGroupClear = "ClearGroup";
public const string OnGroupChange = "OnGroupPushChange"; public const string OnGroupChange = "OnGroupPushChange";
public const string OnGroupUserChange = "OnGroupUserChange"; public const string OnGroupUserChange = "OnGroupUserChange";