GroupInfoSetAnnouncementTips GroupInfoSetNameTips

This commit is contained in:
withchao
2023-06-07 14:28:10 +08:00
parent 1f0aca8441
commit 95cbf28b99
6 changed files with 1366 additions and 1227 deletions
+1319 -1161
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -233,6 +233,16 @@ message GroupInfoSetTips{
GroupInfo group = 3;
}
message GroupInfoSetNameTips{
GroupMemberFullInfo opUser = 1; //who do this
GroupInfo group = 2;
}
message GroupInfoSetAnnouncementTips{
GroupMemberFullInfo opUser = 1; //who do this
GroupInfo group = 2;
}
// OnJoinGroupApplication()
message JoinGroupApplicationTips{
GroupInfo group = 1;