Files
open-im-server/pkg/base_info/super_group.go
T
wangchuxiao fe9f86b432 superGroup
2022-05-30 11:55:27 +08:00

10 lines
146 B
Go

package base_info
type GetJoinedSuperGroupReq struct {
GetJoinedGroupListReq
}
type GetJoinedSuperGroupResp struct {
GetJoinedGroupListResp
}