superGroup

This commit is contained in:
wangchuxiao
2022-05-30 16:23:15 +08:00
parent edb5cb4ee5
commit 653c0faa18
7 changed files with 425 additions and 212 deletions
+10 -2
View File
@@ -1,9 +1,17 @@
package base_info
type GetJoinedSuperGroupReq struct {
type GetJoinedSuperGroupListReq struct {
GetJoinedGroupListReq
}
type GetJoinedSuperGroupResp struct {
type GetJoinedSuperGroupListResp struct {
GetJoinedGroupListResp
}
type GetSuperGroupsInfoReq struct {
GetGroupInfoReq
}
type GetSuperGroupsInfoResp struct {
GetGroupInfoResp
}