18 lines
260 B
Go
18 lines
260 B
Go
package base_info
|
|
|
|
type GetJoinedSuperGroupReq struct {
|
|
GetJoinedGroupListReq
|
|
}
|
|
|
|
type GetJoinedSuperGroupResp struct {
|
|
GetJoinedGroupListResp
|
|
}
|
|
|
|
type GetSuperGroupsInfoReq struct {
|
|
GetGroupInfoReq
|
|
}
|
|
|
|
type GetSuperGroupsInfoResp struct {
|
|
GetGroupInfoResp
|
|
}
|