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

18 lines
269 B
Go
Raw Normal View History

2023-01-30 15:28:46 +08:00
package api_struct
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
}