Impl Functions_FUNC_DEL_ROOM_MEMBERS

This commit is contained in:
Changhua
2023-06-29 11:00:05 +08:00
parent 7bad831fe7
commit 0d847622a4
6 changed files with 117 additions and 31 deletions
+3 -2
View File
@@ -21,9 +21,10 @@ enum Functions {
FUNC_DISABLE_RECV_TXT = 0x40;
FUNC_EXEC_DB_QUERY = 0x50;
FUNC_ACCEPT_FRIEND = 0x51;
FUNC_ADD_ROOM_MEMBERS = 0x52;
FUNC_RECV_TRANSFER = 0x53;
FUNC_RECV_TRANSFER = 0x52;
FUNC_DECRYPT_IMAGE = 0x60;
FUNC_ADD_ROOM_MEMBERS = 0x70;
FUNC_DEL_ROOM_MEMBERS = 0x71;
}
message Request