10 lines
146 B
Go
10 lines
146 B
Go
|
|
package base_info
|
||
|
|
|
||
|
|
type GetJoinedSuperGroupReq struct {
|
||
|
|
GetJoinedGroupListReq
|
||
|
|
}
|
||
|
|
|
||
|
|
type GetJoinedSuperGroupResp struct {
|
||
|
|
GetJoinedGroupListResp
|
||
|
|
}
|