|
|
|
@ -2794,6 +2794,487 @@ func (x *Sub44GroupSyncMsg) GetProcessFlag() int32 {
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GroupMemberReqBody struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
GroupCode int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
|
|
|
|
|
Uin int64 `protobuf:"varint,2,opt,name=uin,proto3" json:"uin,omitempty"`
|
|
|
|
|
NewClient bool `protobuf:"varint,3,opt,name=newClient,proto3" json:"newClient,omitempty"`
|
|
|
|
|
ClientType int32 `protobuf:"varint,4,opt,name=clientType,proto3" json:"clientType,omitempty"`
|
|
|
|
|
RichCardNameVer int32 `protobuf:"varint,5,opt,name=richCardNameVer,proto3" json:"richCardNameVer,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberReqBody) Reset() {
|
|
|
|
|
*x = GroupMemberReqBody{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_data_proto_msgTypes[27]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberReqBody) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*GroupMemberReqBody) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberReqBody) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_data_proto_msgTypes[27]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use GroupMemberReqBody.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*GroupMemberReqBody) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_data_proto_rawDescGZIP(), []int{27}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberReqBody) GetGroupCode() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.GroupCode
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberReqBody) GetUin() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Uin
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberReqBody) GetNewClient() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.NewClient
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberReqBody) GetClientType() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.ClientType
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberReqBody) GetRichCardNameVer() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.RichCardNameVer
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GroupMemberRspBody struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
GroupCode int64 `protobuf:"varint,1,opt,name=groupCode,proto3" json:"groupCode,omitempty"`
|
|
|
|
|
SelfRole int32 `protobuf:"varint,2,opt,name=selfRole,proto3" json:"selfRole,omitempty"`
|
|
|
|
|
MemInfo *GroupMemberInfo `protobuf:"bytes,3,opt,name=memInfo,proto3" json:"memInfo,omitempty"`
|
|
|
|
|
BoolSelfLocationShared bool `protobuf:"varint,4,opt,name=boolSelfLocationShared,proto3" json:"boolSelfLocationShared,omitempty"`
|
|
|
|
|
GroupType int32 `protobuf:"varint,5,opt,name=groupType,proto3" json:"groupType,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberRspBody) Reset() {
|
|
|
|
|
*x = GroupMemberRspBody{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_data_proto_msgTypes[28]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberRspBody) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*GroupMemberRspBody) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberRspBody) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_data_proto_msgTypes[28]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use GroupMemberRspBody.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*GroupMemberRspBody) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_data_proto_rawDescGZIP(), []int{28}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberRspBody) GetGroupCode() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.GroupCode
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberRspBody) GetSelfRole() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.SelfRole
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberRspBody) GetMemInfo() *GroupMemberInfo {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.MemInfo
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberRspBody) GetBoolSelfLocationShared() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.BoolSelfLocationShared
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberRspBody) GetGroupType() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.GroupType
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GroupMemberInfo struct {
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
Uin int64 `protobuf:"varint,1,opt,name=uin,proto3" json:"uin,omitempty"`
|
|
|
|
|
Result int32 `protobuf:"varint,2,opt,name=result,proto3" json:"result,omitempty"`
|
|
|
|
|
Errmsg []byte `protobuf:"bytes,3,opt,name=errmsg,proto3" json:"errmsg,omitempty"`
|
|
|
|
|
IsFriend bool `protobuf:"varint,4,opt,name=IsFriend,proto3" json:"IsFriend,omitempty"`
|
|
|
|
|
Remark []byte `protobuf:"bytes,5,opt,name=remark,proto3" json:"remark,omitempty"`
|
|
|
|
|
IsConcerned bool `protobuf:"varint,6,opt,name=IsConcerned,proto3" json:"IsConcerned,omitempty"`
|
|
|
|
|
Credit int32 `protobuf:"varint,7,opt,name=credit,proto3" json:"credit,omitempty"`
|
|
|
|
|
Card []byte `protobuf:"bytes,8,opt,name=card,proto3" json:"card,omitempty"`
|
|
|
|
|
Sex int32 `protobuf:"varint,9,opt,name=sex,proto3" json:"sex,omitempty"`
|
|
|
|
|
Location []byte `protobuf:"bytes,10,opt,name=location,proto3" json:"location,omitempty"`
|
|
|
|
|
Nick []byte `protobuf:"bytes,11,opt,name=nick,proto3" json:"nick,omitempty"`
|
|
|
|
|
Age int32 `protobuf:"varint,12,opt,name=age,proto3" json:"age,omitempty"`
|
|
|
|
|
Lev []byte `protobuf:"bytes,13,opt,name=lev,proto3" json:"lev,omitempty"`
|
|
|
|
|
Join int64 `protobuf:"varint,14,opt,name=join,proto3" json:"join,omitempty"`
|
|
|
|
|
LastSpeak int64 `protobuf:"varint,15,opt,name=lastSpeak,proto3" json:"lastSpeak,omitempty"`
|
|
|
|
|
//repeated CustomEntry customEnties = 16;
|
|
|
|
|
//repeated GBarInfo gbarConcerned = 17;
|
|
|
|
|
GbarTitle []byte `protobuf:"bytes,18,opt,name=gbarTitle,proto3" json:"gbarTitle,omitempty"`
|
|
|
|
|
GbarUrl []byte `protobuf:"bytes,19,opt,name=gbarUrl,proto3" json:"gbarUrl,omitempty"`
|
|
|
|
|
GbarCnt int32 `protobuf:"varint,20,opt,name=gbarCnt,proto3" json:"gbarCnt,omitempty"`
|
|
|
|
|
IsAllowModCard bool `protobuf:"varint,21,opt,name=isAllowModCard,proto3" json:"isAllowModCard,omitempty"`
|
|
|
|
|
IsVip bool `protobuf:"varint,22,opt,name=isVip,proto3" json:"isVip,omitempty"`
|
|
|
|
|
IsYearVip bool `protobuf:"varint,23,opt,name=isYearVip,proto3" json:"isYearVip,omitempty"`
|
|
|
|
|
IsSuperVip bool `protobuf:"varint,24,opt,name=isSuperVip,proto3" json:"isSuperVip,omitempty"`
|
|
|
|
|
IsSuperQq bool `protobuf:"varint,25,opt,name=isSuperQq,proto3" json:"isSuperQq,omitempty"`
|
|
|
|
|
VipLev int32 `protobuf:"varint,26,opt,name=vipLev,proto3" json:"vipLev,omitempty"`
|
|
|
|
|
Role int32 `protobuf:"varint,27,opt,name=role,proto3" json:"role,omitempty"`
|
|
|
|
|
LocationShared bool `protobuf:"varint,28,opt,name=locationShared,proto3" json:"locationShared,omitempty"`
|
|
|
|
|
Int64Distance int64 `protobuf:"varint,29,opt,name=int64Distance,proto3" json:"int64Distance,omitempty"`
|
|
|
|
|
ConcernType int32 `protobuf:"varint,30,opt,name=concernType,proto3" json:"concernType,omitempty"`
|
|
|
|
|
SpecialTitle []byte `protobuf:"bytes,31,opt,name=specialTitle,proto3" json:"specialTitle,omitempty"`
|
|
|
|
|
SpecialTitleExpireTime int32 `protobuf:"varint,32,opt,name=specialTitleExpireTime,proto3" json:"specialTitleExpireTime,omitempty"`
|
|
|
|
|
//FlowersEntry flowerEntry = 33;
|
|
|
|
|
//TeamEntry teamEntry = 34;
|
|
|
|
|
PhoneNum []byte `protobuf:"bytes,35,opt,name=phoneNum,proto3" json:"phoneNum,omitempty"`
|
|
|
|
|
Job []byte `protobuf:"bytes,36,opt,name=job,proto3" json:"job,omitempty"`
|
|
|
|
|
MedalId int32 `protobuf:"varint,37,opt,name=medalId,proto3" json:"medalId,omitempty"`
|
|
|
|
|
Level int32 `protobuf:"varint,39,opt,name=level,proto3" json:"level,omitempty"`
|
|
|
|
|
Honor string `protobuf:"bytes,41,opt,name=honor,proto3" json:"honor,omitempty"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) Reset() {
|
|
|
|
|
*x = GroupMemberInfo{}
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
mi := &file_data_proto_msgTypes[29]
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) String() string {
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (*GroupMemberInfo) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) ProtoReflect() protoreflect.Message {
|
|
|
|
|
mi := &file_data_proto_msgTypes[29]
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
}
|
|
|
|
|
return ms
|
|
|
|
|
}
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use GroupMemberInfo.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*GroupMemberInfo) Descriptor() ([]byte, []int) {
|
|
|
|
|
return file_data_proto_rawDescGZIP(), []int{29}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetUin() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Uin
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetResult() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Result
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetErrmsg() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Errmsg
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetIsFriend() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.IsFriend
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetRemark() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Remark
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetIsConcerned() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.IsConcerned
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetCredit() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Credit
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetCard() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Card
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetSex() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Sex
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetLocation() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Location
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetNick() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Nick
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetAge() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Age
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetLev() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Lev
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetJoin() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Join
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetLastSpeak() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.LastSpeak
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetGbarTitle() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.GbarTitle
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetGbarUrl() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.GbarUrl
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetGbarCnt() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.GbarCnt
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetIsAllowModCard() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.IsAllowModCard
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetIsVip() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.IsVip
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetIsYearVip() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.IsYearVip
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetIsSuperVip() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.IsSuperVip
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetIsSuperQq() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.IsSuperQq
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetVipLev() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.VipLev
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetRole() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Role
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetLocationShared() bool {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.LocationShared
|
|
|
|
|
}
|
|
|
|
|
return false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetInt64Distance() int64 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Int64Distance
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetConcernType() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.ConcernType
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetSpecialTitle() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.SpecialTitle
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetSpecialTitleExpireTime() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.SpecialTitleExpireTime
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetPhoneNum() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.PhoneNum
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetJob() []byte {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Job
|
|
|
|
|
}
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetMedalId() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.MedalId
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetLevel() int32 {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Level
|
|
|
|
|
}
|
|
|
|
|
return 0
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (x *GroupMemberInfo) GetHonor() string {
|
|
|
|
|
if x != nil {
|
|
|
|
|
return x.Honor
|
|
|
|
|
}
|
|
|
|
|
return ""
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var File_data_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
|
|
var file_data_proto_rawDesc = []byte{
|
|
|
|
@ -3231,8 +3712,93 @@ var file_data_proto_rawDesc = []byte{
|
|
|
|
|
0x78, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x18, 0x12, 0x20, 0x01, 0x28, 0x05,
|
|
|
|
|
0x52, 0x0b, 0x65, 0x78, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x6e, 0x4e, 0x75, 0x6d, 0x12, 0x20, 0x0a,
|
|
|
|
|
0x0b, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x18, 0x13, 0x20, 0x01,
|
|
|
|
|
0x28, 0x05, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x42,
|
|
|
|
|
0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
0x28, 0x05, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x46, 0x6c, 0x61, 0x67, 0x22,
|
|
|
|
|
0xac, 0x01, 0x0a, 0x12, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52,
|
|
|
|
|
0x65, 0x71, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70,
|
|
|
|
|
0x43, 0x6f, 0x64, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
|
0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x65, 0x77, 0x43, 0x6c, 0x69,
|
|
|
|
|
0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6e, 0x65, 0x77, 0x43, 0x6c,
|
|
|
|
|
0x69, 0x65, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x54, 0x79,
|
|
|
|
|
0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74,
|
|
|
|
|
0x54, 0x79, 0x70, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x69, 0x63, 0x68, 0x43, 0x61, 0x72, 0x64,
|
|
|
|
|
0x4e, 0x61, 0x6d, 0x65, 0x56, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x72,
|
|
|
|
|
0x69, 0x63, 0x68, 0x43, 0x61, 0x72, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x56, 0x65, 0x72, 0x22, 0xd0,
|
|
|
|
|
0x01, 0x0a, 0x12, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x73,
|
|
|
|
|
0x70, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f,
|
|
|
|
|
0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x43,
|
|
|
|
|
0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x6c, 0x66, 0x52, 0x6f, 0x6c, 0x65, 0x18,
|
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x65, 0x6c, 0x66, 0x52, 0x6f, 0x6c, 0x65, 0x12,
|
|
|
|
|
0x2a, 0x0a, 0x07, 0x6d, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
|
|
|
|
|
0x32, 0x10, 0x2e, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x49, 0x6e,
|
|
|
|
|
0x66, 0x6f, 0x52, 0x07, 0x6d, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x36, 0x0a, 0x16, 0x62,
|
|
|
|
|
0x6f, 0x6f, 0x6c, 0x53, 0x65, 0x6c, 0x66, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53,
|
|
|
|
|
0x68, 0x61, 0x72, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x16, 0x62, 0x6f, 0x6f,
|
|
|
|
|
0x6c, 0x53, 0x65, 0x6c, 0x66, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x68, 0x61,
|
|
|
|
|
0x72, 0x65, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70, 0x65,
|
|
|
|
|
0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x54, 0x79, 0x70,
|
|
|
|
|
0x65, 0x22, 0xc5, 0x07, 0x0a, 0x0f, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4d, 0x65, 0x6d, 0x62, 0x65,
|
|
|
|
|
0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
|
0x28, 0x03, 0x52, 0x03, 0x75, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c,
|
|
|
|
|
0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12,
|
|
|
|
|
0x16, 0x0a, 0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x52,
|
|
|
|
|
0x06, 0x65, 0x72, 0x72, 0x6d, 0x73, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x49, 0x73, 0x46, 0x72, 0x69,
|
|
|
|
|
0x65, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x49, 0x73, 0x46, 0x72, 0x69,
|
|
|
|
|
0x65, 0x6e, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x05, 0x20,
|
|
|
|
|
0x01, 0x28, 0x0c, 0x52, 0x06, 0x72, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x20, 0x0a, 0x0b, 0x49,
|
|
|
|
|
0x73, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x72, 0x6e, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08,
|
|
|
|
|
0x52, 0x0b, 0x49, 0x73, 0x43, 0x6f, 0x6e, 0x63, 0x65, 0x72, 0x6e, 0x65, 0x64, 0x12, 0x16, 0x0a,
|
|
|
|
|
0x06, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x63,
|
|
|
|
|
0x72, 0x65, 0x64, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x61, 0x72, 0x64, 0x18, 0x08, 0x20,
|
|
|
|
|
0x01, 0x28, 0x0c, 0x52, 0x04, 0x63, 0x61, 0x72, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78,
|
|
|
|
|
0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x6c,
|
|
|
|
|
0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x6c,
|
|
|
|
|
0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x18,
|
|
|
|
|
0x0b, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x6e, 0x69, 0x63, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x61,
|
|
|
|
|
0x67, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x61, 0x67, 0x65, 0x12, 0x10, 0x0a,
|
|
|
|
|
0x03, 0x6c, 0x65, 0x76, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03, 0x6c, 0x65, 0x76, 0x12,
|
|
|
|
|
0x12, 0x0a, 0x04, 0x6a, 0x6f, 0x69, 0x6e, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x6a,
|
|
|
|
|
0x6f, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x70, 0x65, 0x61, 0x6b,
|
|
|
|
|
0x18, 0x0f, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x70, 0x65, 0x61,
|
|
|
|
|
0x6b, 0x12, 0x1c, 0x0a, 0x09, 0x67, 0x62, 0x61, 0x72, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x12,
|
|
|
|
|
0x20, 0x01, 0x28, 0x0c, 0x52, 0x09, 0x67, 0x62, 0x61, 0x72, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12,
|
|
|
|
|
0x18, 0x0a, 0x07, 0x67, 0x62, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0c,
|
|
|
|
|
0x52, 0x07, 0x67, 0x62, 0x61, 0x72, 0x55, 0x72, 0x6c, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x62, 0x61,
|
|
|
|
|
0x72, 0x43, 0x6e, 0x74, 0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x67, 0x62, 0x61, 0x72,
|
|
|
|
|
0x43, 0x6e, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x73, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x4d, 0x6f,
|
|
|
|
|
0x64, 0x43, 0x61, 0x72, 0x64, 0x18, 0x15, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x41,
|
|
|
|
|
0x6c, 0x6c, 0x6f, 0x77, 0x4d, 0x6f, 0x64, 0x43, 0x61, 0x72, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x69,
|
|
|
|
|
0x73, 0x56, 0x69, 0x70, 0x18, 0x16, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x69, 0x73, 0x56, 0x69,
|
|
|
|
|
0x70, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x59, 0x65, 0x61, 0x72, 0x56, 0x69, 0x70, 0x18, 0x17,
|
|
|
|
|
0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x59, 0x65, 0x61, 0x72, 0x56, 0x69, 0x70, 0x12,
|
|
|
|
|
0x1e, 0x0a, 0x0a, 0x69, 0x73, 0x53, 0x75, 0x70, 0x65, 0x72, 0x56, 0x69, 0x70, 0x18, 0x18, 0x20,
|
|
|
|
|
0x01, 0x28, 0x08, 0x52, 0x0a, 0x69, 0x73, 0x53, 0x75, 0x70, 0x65, 0x72, 0x56, 0x69, 0x70, 0x12,
|
|
|
|
|
0x1c, 0x0a, 0x09, 0x69, 0x73, 0x53, 0x75, 0x70, 0x65, 0x72, 0x51, 0x71, 0x18, 0x19, 0x20, 0x01,
|
|
|
|
|
0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x53, 0x75, 0x70, 0x65, 0x72, 0x51, 0x71, 0x12, 0x16, 0x0a,
|
|
|
|
|
0x06, 0x76, 0x69, 0x70, 0x4c, 0x65, 0x76, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x76,
|
|
|
|
|
0x69, 0x70, 0x4c, 0x65, 0x76, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x6f, 0x6c, 0x65, 0x18, 0x1b, 0x20,
|
|
|
|
|
0x01, 0x28, 0x05, 0x52, 0x04, 0x72, 0x6f, 0x6c, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x6c, 0x6f, 0x63,
|
|
|
|
|
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65, 0x64, 0x18, 0x1c, 0x20, 0x01, 0x28,
|
|
|
|
|
0x08, 0x52, 0x0e, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x68, 0x61, 0x72, 0x65,
|
|
|
|
|
0x64, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x44, 0x69, 0x73, 0x74, 0x61, 0x6e,
|
|
|
|
|
0x63, 0x65, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x69, 0x6e, 0x74, 0x36, 0x34, 0x44,
|
|
|
|
|
0x69, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x63, 0x65,
|
|
|
|
|
0x72, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x63, 0x6f,
|
|
|
|
|
0x6e, 0x63, 0x65, 0x72, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x70, 0x65,
|
|
|
|
|
0x63, 0x69, 0x61, 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x1f, 0x20, 0x01, 0x28, 0x0c, 0x52,
|
|
|
|
|
0x0c, 0x73, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x36, 0x0a,
|
|
|
|
|
0x16, 0x73, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x45, 0x78, 0x70,
|
|
|
|
|
0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x20, 0x20, 0x01, 0x28, 0x05, 0x52, 0x16, 0x73,
|
|
|
|
|
0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x54, 0x69, 0x74, 0x6c, 0x65, 0x45, 0x78, 0x70, 0x69, 0x72,
|
|
|
|
|
0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75,
|
|
|
|
|
0x6d, 0x18, 0x23, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x4e, 0x75,
|
|
|
|
|
0x6d, 0x12, 0x10, 0x0a, 0x03, 0x6a, 0x6f, 0x62, 0x18, 0x24, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x03,
|
|
|
|
|
0x6a, 0x6f, 0x62, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x64, 0x61, 0x6c, 0x49, 0x64, 0x18, 0x25,
|
|
|
|
|
0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x6d, 0x65, 0x64, 0x61, 0x6c, 0x49, 0x64, 0x12, 0x14, 0x0a,
|
|
|
|
|
0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x27, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x65,
|
|
|
|
|
0x76, 0x65, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x68, 0x6f, 0x6e, 0x6f, 0x72, 0x18, 0x29, 0x20, 0x01,
|
|
|
|
|
0x28, 0x09, 0x52, 0x05, 0x68, 0x6f, 0x6e, 0x6f, 0x72, 0x42, 0x06, 0x5a, 0x04, 0x2e, 0x3b, 0x70,
|
|
|
|
|
0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
@ -3247,7 +3813,7 @@ func file_data_proto_rawDescGZIP() []byte {
|
|
|
|
|
return file_data_proto_rawDescData
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
var file_data_proto_msgTypes = make([]protoimpl.MessageInfo, 27)
|
|
|
|
|
var file_data_proto_msgTypes = make([]protoimpl.MessageInfo, 30)
|
|
|
|
|
var file_data_proto_goTypes = []interface{}{
|
|
|
|
|
(*DeviceInfo)(nil), // 0: DeviceInfo
|
|
|
|
|
(*RequestBody)(nil), // 1: RequestBody
|
|
|
|
@ -3276,6 +3842,9 @@ var file_data_proto_goTypes = []interface{}{
|
|
|
|
|
(*Sub44)(nil), // 24: Sub44
|
|
|
|
|
(*Sub44FriendSyncMsg)(nil), // 25: Sub44FriendSyncMsg
|
|
|
|
|
(*Sub44GroupSyncMsg)(nil), // 26: Sub44GroupSyncMsg
|
|
|
|
|
(*GroupMemberReqBody)(nil), // 27: GroupMemberReqBody
|
|
|
|
|
(*GroupMemberRspBody)(nil), // 28: GroupMemberRspBody
|
|
|
|
|
(*GroupMemberInfo)(nil), // 29: GroupMemberInfo
|
|
|
|
|
}
|
|
|
|
|
var file_data_proto_depIdxs = []int32{
|
|
|
|
|
2, // 0: RequestBody.rpt_config_list:type_name -> ConfigSeq
|
|
|
|
@ -3295,11 +3864,12 @@ var file_data_proto_depIdxs = []int32{
|
|
|
|
|
23, // 14: SubB3.msgAddFrdNotify:type_name -> SubB3AddFrdNotify
|
|
|
|
|
25, // 15: Sub44.friendSyncMsg:type_name -> Sub44FriendSyncMsg
|
|
|
|
|
26, // 16: Sub44.groupSyncMsg:type_name -> Sub44GroupSyncMsg
|
|
|
|
|
17, // [17:17] is the sub-list for method output_type
|
|
|
|
|
17, // [17:17] is the sub-list for method input_type
|
|
|
|
|
17, // [17:17] is the sub-list for extension type_name
|
|
|
|
|
17, // [17:17] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:17] is the sub-list for field type_name
|
|
|
|
|
29, // 17: GroupMemberRspBody.memInfo:type_name -> GroupMemberInfo
|
|
|
|
|
18, // [18:18] is the sub-list for method output_type
|
|
|
|
|
18, // [18:18] is the sub-list for method input_type
|
|
|
|
|
18, // [18:18] is the sub-list for extension type_name
|
|
|
|
|
18, // [18:18] is the sub-list for extension extendee
|
|
|
|
|
0, // [0:18] is the sub-list for field type_name
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func init() { file_data_proto_init() }
|
|
|
|
@ -3632,6 +4202,42 @@ func file_data_proto_init() {
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_data_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*GroupMemberReqBody); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_data_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*GroupMemberRspBody); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
file_data_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
switch v := v.(*GroupMemberInfo); i {
|
|
|
|
|
case 0:
|
|
|
|
|
return &v.state
|
|
|
|
|
case 1:
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
case 2:
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
default:
|
|
|
|
|
return nil
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
type x struct{}
|
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
@ -3639,7 +4245,7 @@ func file_data_proto_init() {
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
RawDescriptor: file_data_proto_rawDesc,
|
|
|
|
|
NumEnums: 0,
|
|
|
|
|
NumMessages: 27,
|
|
|
|
|
NumMessages: 30,
|
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
NumServices: 0,
|
|
|
|
|
},
|
|
|
|
|