open-im-server/pkg/api_struct/super_group.go
wangchuxiao 67c082ab7b errcode
2023-01-30 15:28:46 +08:00

18 lines
269 B
Go

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