superGroup

This commit is contained in:
wangchuxiao
2022-05-30 11:55:27 +08:00
parent b3ba06aecb
commit fe9f86b432
8 changed files with 516 additions and 231 deletions
+9
View File
@@ -0,0 +1,9 @@
package base_info
type GetJoinedSuperGroupReq struct {
GetJoinedGroupListReq
}
type GetJoinedSuperGroupResp struct {
GetJoinedGroupListResp
}