super group

This commit is contained in:
wenxu12345 2022-05-30 15:49:35 +08:00
parent d3d5c11675
commit 5e5597ef19

View File

@ -7,3 +7,11 @@ type GetJoinedSuperGroupReq struct {
type GetJoinedSuperGroupResp struct { type GetJoinedSuperGroupResp struct {
GetJoinedGroupListResp GetJoinedGroupListResp
} }
type GetSuperGroupsInfoReq struct {
GetGroupInfoReq
}
type GetSuperGroupsInfoResp struct {
GetGroupInfoResp
}