From 5e5597ef19355002c3a105ea9ead8bbdfd69f30d Mon Sep 17 00:00:00 2001 From: wenxu12345 <44203734@qq.com> Date: Mon, 30 May 2022 15:49:35 +0800 Subject: [PATCH] super group --- pkg/base_info/super_group.go | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkg/base_info/super_group.go b/pkg/base_info/super_group.go index 4c01789cf..10c70293b 100644 --- a/pkg/base_info/super_group.go +++ b/pkg/base_info/super_group.go @@ -7,3 +7,11 @@ type GetJoinedSuperGroupReq struct { type GetJoinedSuperGroupResp struct { GetJoinedGroupListResp } + +type GetSuperGroupsInfoReq struct { + GetGroupInfoReq +} + +type GetSuperGroupsInfoResp struct { + GetGroupInfoResp +}