2022-05-30 11:55:27 +08:00
|
|
|
package base_info
|
|
|
|
|
|
|
|
|
|
type GetJoinedSuperGroupReq struct {
|
|
|
|
|
GetJoinedGroupListReq
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GetJoinedSuperGroupResp struct {
|
|
|
|
|
GetJoinedGroupListResp
|
|
|
|
|
}
|
2022-05-30 15:49:35 +08:00
|
|
|
|
|
|
|
|
type GetSuperGroupsInfoReq struct {
|
|
|
|
|
GetGroupInfoReq
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GetSuperGroupsInfoResp struct {
|
|
|
|
|
GetGroupInfoResp
|
|
|
|
|
}
|