open-im-server/pkg/apistruct/super_group.go
wangchuxiao ccc7e6b3c8 errcode
2023-02-09 16:11:18 +08:00

18 lines
268 B
Go

package apistruct
type GetJoinedSuperGroupListReq struct {
GetJoinedGroupListReq
}
type GetJoinedSuperGroupListResp struct {
GetJoinedGroupListResp
}
type GetSuperGroupsInfoReq struct {
GetGroupInfoReq
}
type GetSuperGroupsInfoResp struct {
GetGroupInfoResp
}