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