mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
18 lines
268 B
Go
18 lines
268 B
Go
package apistruct
|
|
|
|
type GetJoinedSuperGroupListReq struct {
|
|
GetJoinedGroupListReq
|
|
}
|
|
|
|
type GetJoinedSuperGroupListResp struct {
|
|
GetJoinedGroupListResp
|
|
}
|
|
|
|
type GetSuperGroupsInfoReq struct {
|
|
GetGroupInfoReq
|
|
}
|
|
|
|
type GetSuperGroupsInfoResp struct {
|
|
GetGroupInfoResp
|
|
}
|