mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-02 16:15:59 +08:00
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
|
|
}
|