18 lines
268 B
18 lines
268 B
2 years ago
|
package apistruct
|
||
|
|
||
|
type GetJoinedSuperGroupListReq struct {
|
||
|
GetJoinedGroupListReq
|
||
|
}
|
||
|
|
||
|
type GetJoinedSuperGroupListResp struct {
|
||
|
GetJoinedGroupListResp
|
||
|
}
|
||
|
|
||
|
type GetSuperGroupsInfoReq struct {
|
||
|
GetGroupInfoReq
|
||
|
}
|
||
|
|
||
|
type GetSuperGroupsInfoResp struct {
|
||
|
GetGroupInfoResp
|
||
|
}
|