Files
open-im-server/pkg/apistruct/super_group.go
T

18 lines
268 B
Go
Raw Normal View History

2023-02-09 16:11:18 +08:00
package apistruct
2022-05-30 11:55:27 +08:00
2022-05-30 16:23:15 +08:00
type GetJoinedSuperGroupListReq struct {
2022-05-30 11:55:27 +08:00
GetJoinedGroupListReq
}
2022-05-30 16:23:15 +08:00
type GetJoinedSuperGroupListResp struct {
2022-05-30 11:55:27 +08:00
GetJoinedGroupListResp
}
2022-05-30 16:23:15 +08:00
type GetSuperGroupsInfoReq struct {
GetGroupInfoReq
}
type GetSuperGroupsInfoResp struct {
GetGroupInfoResp
}