// Code generated by protoc-gen-golite. DO NOT EDIT. // source: structmsg.proto package structmsg type AddFrdSNInfo struct { NotSeeDynamic int32 `protobuf:"varint,1,opt"` SetSn int32 `protobuf:"varint,2,opt"` } func (x *AddFrdSNInfo) GetNotSeeDynamic() int32 { if x != nil { return x.NotSeeDynamic } return 0 } func (x *AddFrdSNInfo) GetSetSn() int32 { if x != nil { return x.SetSn } return 0 } type FlagInfo struct { GrpMsgKickAdmin int32 `protobuf:"varint,1,opt"` GrpMsgHiddenGrp int32 `protobuf:"varint,2,opt"` GrpMsgWordingDown int32 `protobuf:"varint,3,opt"` FrdMsgGetBusiCard int32 `protobuf:"varint,4,opt"` GrpMsgGetOfficialAccount int32 `protobuf:"varint,5,opt"` GrpMsgGetPayInGroup int32 `protobuf:"varint,6,opt"` FrdMsgDiscuss2ManyChat int32 `protobuf:"varint,7,opt"` GrpMsgNotAllowJoinGrpInviteNotFrd int32 `protobuf:"varint,8,opt"` FrdMsgNeedWaitingMsg int32 `protobuf:"varint,9,opt"` FrdMsgUint32NeedAllUnreadMsg int32 `protobuf:"varint,10,opt"` GrpMsgNeedAutoAdminWording int32 `protobuf:"varint,11,opt"` GrpMsgGetTransferGroupMsgFlag int32 `protobuf:"varint,12,opt"` GrpMsgGetQuitPayGroupMsgFlag int32 `protobuf:"varint,13,opt"` GrpMsgSupportInviteAutoJoin int32 `protobuf:"varint,14,opt"` GrpMsgMaskInviteAutoJoin int32 `protobuf:"varint,15,opt"` GrpMsgGetDisbandedByAdmin int32 `protobuf:"varint,16,opt"` GrpMsgGetC2CInviteJoinGroup int32 `protobuf:"varint,17,opt"` } func (x *FlagInfo) GetGrpMsgKickAdmin() int32 { if x != nil { return x.GrpMsgKickAdmin } return 0 } func (x *FlagInfo) GetGrpMsgHiddenGrp() int32 { if x != nil { return x.GrpMsgHiddenGrp } return 0 } func (x *FlagInfo) GetGrpMsgWordingDown() int32 { if x != nil { return x.GrpMsgWordingDown } return 0 } func (x *FlagInfo) GetFrdMsgGetBusiCard() int32 { if x != nil { return x.FrdMsgGetBusiCard } return 0 } func (x *FlagInfo) GetGrpMsgGetOfficialAccount() int32 { if x != nil { return x.GrpMsgGetOfficialAccount } return 0 } func (x *FlagInfo) GetGrpMsgGetPayInGroup() int32 { if x != nil { return x.GrpMsgGetPayInGroup } return 0 } func (x *FlagInfo) GetFrdMsgDiscuss2ManyChat() int32 { if x != nil { return x.FrdMsgDiscuss2ManyChat } return 0 } func (x *FlagInfo) GetGrpMsgNotAllowJoinGrpInviteNotFrd() int32 { if x != nil { return x.GrpMsgNotAllowJoinGrpInviteNotFrd } return 0 } func (x *FlagInfo) GetFrdMsgNeedWaitingMsg() int32 { if x != nil { return x.FrdMsgNeedWaitingMsg } return 0 } func (x *FlagInfo) GetFrdMsgUint32NeedAllUnreadMsg() int32 { if x != nil { return x.FrdMsgUint32NeedAllUnreadMsg } return 0 } func (x *FlagInfo) GetGrpMsgNeedAutoAdminWording() int32 { if x != nil { return x.GrpMsgNeedAutoAdminWording } return 0 } func (x *FlagInfo) GetGrpMsgGetTransferGroupMsgFlag() int32 { if x != nil { return x.GrpMsgGetTransferGroupMsgFlag } return 0 } func (x *FlagInfo) GetGrpMsgGetQuitPayGroupMsgFlag() int32 { if x != nil { return x.GrpMsgGetQuitPayGroupMsgFlag } return 0 } func (x *FlagInfo) GetGrpMsgSupportInviteAutoJoin() int32 { if x != nil { return x.GrpMsgSupportInviteAutoJoin } return 0 } func (x *FlagInfo) GetGrpMsgMaskInviteAutoJoin() int32 { if x != nil { return x.GrpMsgMaskInviteAutoJoin } return 0 } func (x *FlagInfo) GetGrpMsgGetDisbandedByAdmin() int32 { if x != nil { return x.GrpMsgGetDisbandedByAdmin } return 0 } func (x *FlagInfo) GetGrpMsgGetC2CInviteJoinGroup() int32 { if x != nil { return x.GrpMsgGetC2CInviteJoinGroup } return 0 } type FriendInfo struct { MsgJointFriend string `protobuf:"bytes,1,opt"` MsgBlacklist string `protobuf:"bytes,2,opt"` } func (x *FriendInfo) GetMsgJointFriend() string { if x != nil { return x.MsgJointFriend } return "" } func (x *FriendInfo) GetMsgBlacklist() string { if x != nil { return x.MsgBlacklist } return "" } type SGroupInfo struct { GroupAuthType int32 `protobuf:"varint,1,opt"` DisplayAction int32 `protobuf:"varint,2,opt"` MsgAlert string `protobuf:"bytes,3,opt"` MsgDetailAlert string `protobuf:"bytes,4,opt"` MsgOtherAdminDone string `protobuf:"bytes,5,opt"` AppPrivilegeFlag int32 `protobuf:"varint,6,opt"` } func (x *SGroupInfo) GetGroupAuthType() int32 { if x != nil { return x.GroupAuthType } return 0 } func (x *SGroupInfo) GetDisplayAction() int32 { if x != nil { return x.DisplayAction } return 0 } func (x *SGroupInfo) GetMsgAlert() string { if x != nil { return x.MsgAlert } return "" } func (x *SGroupInfo) GetMsgDetailAlert() string { if x != nil { return x.MsgDetailAlert } return "" } func (x *SGroupInfo) GetMsgOtherAdminDone() string { if x != nil { return x.MsgOtherAdminDone } return "" } func (x *SGroupInfo) GetAppPrivilegeFlag() int32 { if x != nil { return x.AppPrivilegeFlag } return 0 } type MsgInviteExt struct { SrcType int32 `protobuf:"varint,1,opt"` SrcCode int64 `protobuf:"varint,2,opt"` WaitState int32 `protobuf:"varint,3,opt"` } func (x *MsgInviteExt) GetSrcType() int32 { if x != nil { return x.SrcType } return 0 } func (x *MsgInviteExt) GetSrcCode() int64 { if x != nil { return x.SrcCode } return 0 } func (x *MsgInviteExt) GetWaitState() int32 { if x != nil { return x.WaitState } return 0 } type MsgPayGroupExt struct { JoinGrpTime int64 `protobuf:"varint,1,opt"` QuitGrpTime int64 `protobuf:"varint,2,opt"` } func (x *MsgPayGroupExt) GetJoinGrpTime() int64 { if x != nil { return x.JoinGrpTime } return 0 } func (x *MsgPayGroupExt) GetQuitGrpTime() int64 { if x != nil { return x.QuitGrpTime } return 0 } type ReqNextSystemMsg struct { MsgNum int32 `protobuf:"varint,1,opt"` FollowingFriendSeq int64 `protobuf:"varint,2,opt"` FollowingGroupSeq int64 `protobuf:"varint,3,opt"` Checktype int32 `protobuf:"varint,4,opt"` Flag *FlagInfo `protobuf:"bytes,5,opt"` Language int32 `protobuf:"varint,6,opt"` Version int32 `protobuf:"varint,7,opt"` FriendMsgTypeFlag int64 `protobuf:"varint,8,opt"` } func (x *ReqNextSystemMsg) GetMsgNum() int32 { if x != nil { return x.MsgNum } return 0 } func (x *ReqNextSystemMsg) GetFollowingFriendSeq() int64 { if x != nil { return x.FollowingFriendSeq } return 0 } func (x *ReqNextSystemMsg) GetFollowingGroupSeq() int64 { if x != nil { return x.FollowingGroupSeq } return 0 } func (x *ReqNextSystemMsg) GetChecktype() int32 { if x != nil { return x.Checktype } return 0 } func (x *ReqNextSystemMsg) GetFlag() *FlagInfo { if x != nil { return x.Flag } return nil } func (x *ReqNextSystemMsg) GetLanguage() int32 { if x != nil { return x.Language } return 0 } func (x *ReqNextSystemMsg) GetVersion() int32 { if x != nil { return x.Version } return 0 } func (x *ReqNextSystemMsg) GetFriendMsgTypeFlag() int64 { if x != nil { return x.FriendMsgTypeFlag } return 0 } type ReqSystemMsg struct { MsgNum int32 `protobuf:"varint,1,opt"` LatestFriendSeq int64 `protobuf:"varint,2,opt"` LatestGroupSeq int64 `protobuf:"varint,3,opt"` Version int32 `protobuf:"varint,4,opt"` Language int32 `protobuf:"varint,5,opt"` } func (x *ReqSystemMsg) GetMsgNum() int32 { if x != nil { return x.MsgNum } return 0 } func (x *ReqSystemMsg) GetLatestFriendSeq() int64 { if x != nil { return x.LatestFriendSeq } return 0 } func (x *ReqSystemMsg) GetLatestGroupSeq() int64 { if x != nil { return x.LatestGroupSeq } return 0 } func (x *ReqSystemMsg) GetVersion() int32 { if x != nil { return x.Version } return 0 } func (x *ReqSystemMsg) GetLanguage() int32 { if x != nil { return x.Language } return 0 } type ReqSystemMsgAction struct { MsgType int32 `protobuf:"varint,1,opt"` MsgSeq int64 `protobuf:"varint,2,opt"` ReqUin int64 `protobuf:"varint,3,opt"` SubType int32 `protobuf:"varint,4,opt"` SrcId int32 `protobuf:"varint,5,opt"` SubSrcId int32 `protobuf:"varint,6,opt"` GroupMsgType int32 `protobuf:"varint,7,opt"` ActionInfo *SystemMsgActionInfo `protobuf:"bytes,8,opt"` Language int32 `protobuf:"varint,9,opt"` } func (x *ReqSystemMsgAction) GetMsgType() int32 { if x != nil { return x.MsgType } return 0 } func (x *ReqSystemMsgAction) GetMsgSeq() int64 { if x != nil { return x.MsgSeq } return 0 } func (x *ReqSystemMsgAction) GetReqUin() int64 { if x != nil { return x.ReqUin } return 0 } func (x *ReqSystemMsgAction) GetSubType() int32 { if x != nil { return x.SubType } return 0 } func (x *ReqSystemMsgAction) GetSrcId() int32 { if x != nil { return x.SrcId } return 0 } func (x *ReqSystemMsgAction) GetSubSrcId() int32 { if x != nil { return x.SubSrcId } return 0 } func (x *ReqSystemMsgAction) GetGroupMsgType() int32 { if x != nil { return x.GroupMsgType } return 0 } func (x *ReqSystemMsgAction) GetActionInfo() *SystemMsgActionInfo { if x != nil { return x.ActionInfo } return nil } func (x *ReqSystemMsgAction) GetLanguage() int32 { if x != nil { return x.Language } return 0 } type ReqSystemMsgNew struct { MsgNum int32 `protobuf:"varint,1,opt"` LatestFriendSeq int64 `protobuf:"varint,2,opt"` LatestGroupSeq int64 `protobuf:"varint,3,opt"` Version int32 `protobuf:"varint,4,opt"` Checktype int32 `protobuf:"varint,5,opt"` Flag *FlagInfo `protobuf:"bytes,6,opt"` Language int32 `protobuf:"varint,7,opt"` IsGetFrdRibbon bool `protobuf:"varint,8,opt"` IsGetGrpRibbon bool `protobuf:"varint,9,opt"` FriendMsgTypeFlag int64 `protobuf:"varint,10,opt"` ReqMsgType int32 `protobuf:"varint,11,opt"` } func (x *ReqSystemMsgNew) GetMsgNum() int32 { if x != nil { return x.MsgNum } return 0 } func (x *ReqSystemMsgNew) GetLatestFriendSeq() int64 { if x != nil { return x.LatestFriendSeq } return 0 } func (x *ReqSystemMsgNew) GetLatestGroupSeq() int64 { if x != nil { return x.LatestGroupSeq } return 0 } func (x *ReqSystemMsgNew) GetVersion() int32 { if x != nil { return x.Version } return 0 } func (x *ReqSystemMsgNew) GetChecktype() int32 { if x != nil { return x.Checktype } return 0 } func (x *ReqSystemMsgNew) GetFlag() *FlagInfo { if x != nil { return x.Flag } return nil } func (x *ReqSystemMsgNew) GetLanguage() int32 { if x != nil { return x.Language } return 0 } func (x *ReqSystemMsgNew) GetIsGetFrdRibbon() bool { if x != nil { return x.IsGetFrdRibbon } return false } func (x *ReqSystemMsgNew) GetIsGetGrpRibbon() bool { if x != nil { return x.IsGetGrpRibbon } return false } func (x *ReqSystemMsgNew) GetFriendMsgTypeFlag() int64 { if x != nil { return x.FriendMsgTypeFlag } return 0 } func (x *ReqSystemMsgNew) GetReqMsgType() int32 { if x != nil { return x.ReqMsgType } return 0 } type ReqSystemMsgRead struct { LatestFriendSeq int64 `protobuf:"varint,1,opt"` LatestGroupSeq int64 `protobuf:"varint,2,opt"` Type int32 `protobuf:"varint,3,opt"` Checktype int32 `protobuf:"varint,4,opt"` } func (x *ReqSystemMsgRead) GetLatestFriendSeq() int64 { if x != nil { return x.LatestFriendSeq } return 0 } func (x *ReqSystemMsgRead) GetLatestGroupSeq() int64 { if x != nil { return x.LatestGroupSeq } return 0 } func (x *ReqSystemMsgRead) GetType() int32 { if x != nil { return x.Type } return 0 } func (x *ReqSystemMsgRead) GetChecktype() int32 { if x != nil { return x.Checktype } return 0 } type RspHead struct { Result int32 `protobuf:"varint,1,opt"` MsgFail string `protobuf:"bytes,2,opt"` } func (x *RspHead) GetResult() int32 { if x != nil { return x.Result } return 0 } func (x *RspHead) GetMsgFail() string { if x != nil { return x.MsgFail } return "" } type RspNextSystemMsg struct { Head *RspHead `protobuf:"bytes,1,opt"` Msgs []*StructMsg `protobuf:"bytes,2,rep"` FollowingFriendSeq int64 `protobuf:"varint,3,opt"` FollowingGroupSeq int64 `protobuf:"varint,4,opt"` Checktype int32 `protobuf:"varint,5,opt"` GameNick string `protobuf:"bytes,100,opt"` UndecidForQim []byte `protobuf:"bytes,101,opt"` UnReadCount3 int32 `protobuf:"varint,102,opt"` } func (x *RspNextSystemMsg) GetHead() *RspHead { if x != nil { return x.Head } return nil } func (x *RspNextSystemMsg) GetMsgs() []*StructMsg { if x != nil { return x.Msgs } return nil } func (x *RspNextSystemMsg) GetFollowingFriendSeq() int64 { if x != nil { return x.FollowingFriendSeq } return 0 } func (x *RspNextSystemMsg) GetFollowingGroupSeq() int64 { if x != nil { return x.FollowingGroupSeq } return 0 } func (x *RspNextSystemMsg) GetChecktype() int32 { if x != nil { return x.Checktype } return 0 } func (x *RspNextSystemMsg) GetGameNick() string { if x != nil { return x.GameNick } return "" } func (x *RspNextSystemMsg) GetUndecidForQim() []byte { if x != nil { return x.UndecidForQim } return nil } func (x *RspNextSystemMsg) GetUnReadCount3() int32 { if x != nil { return x.UnReadCount3 } return 0 } type RspSystemMsg struct { Head *RspHead `protobuf:"bytes,1,opt"` Msgs []*StructMsg `protobuf:"bytes,2,rep"` UnreadCount int32 `protobuf:"varint,3,opt"` LatestFriendSeq int64 `protobuf:"varint,4,opt"` LatestGroupSeq int64 `protobuf:"varint,5,opt"` FollowingFriendSeq int64 `protobuf:"varint,6,opt"` FollowingGroupSeq int64 `protobuf:"varint,7,opt"` MsgDisplay string `protobuf:"bytes,8,opt"` } func (x *RspSystemMsg) GetHead() *RspHead { if x != nil { return x.Head } return nil } func (x *RspSystemMsg) GetMsgs() []*StructMsg { if x != nil { return x.Msgs } return nil } func (x *RspSystemMsg) GetUnreadCount() int32 { if x != nil { return x.UnreadCount } return 0 } func (x *RspSystemMsg) GetLatestFriendSeq() int64 { if x != nil { return x.LatestFriendSeq } return 0 } func (x *RspSystemMsg) GetLatestGroupSeq() int64 { if x != nil { return x.LatestGroupSeq } return 0 } func (x *RspSystemMsg) GetFollowingFriendSeq() int64 { if x != nil { return x.FollowingFriendSeq } return 0 } func (x *RspSystemMsg) GetFollowingGroupSeq() int64 { if x != nil { return x.FollowingGroupSeq } return 0 } func (x *RspSystemMsg) GetMsgDisplay() string { if x != nil { return x.MsgDisplay } return "" } type RspSystemMsgAction struct { Head *RspHead `protobuf:"bytes,1,opt"` MsgDetail string `protobuf:"bytes,2,opt"` Type int32 `protobuf:"varint,3,opt"` MsgInvalidDecided string `protobuf:"bytes,5,opt"` RemarkResult int32 `protobuf:"varint,6,opt"` } func (x *RspSystemMsgAction) GetHead() *RspHead { if x != nil { return x.Head } return nil } func (x *RspSystemMsgAction) GetMsgDetail() string { if x != nil { return x.MsgDetail } return "" } func (x *RspSystemMsgAction) GetType() int32 { if x != nil { return x.Type } return 0 } func (x *RspSystemMsgAction) GetMsgInvalidDecided() string { if x != nil { return x.MsgInvalidDecided } return "" } func (x *RspSystemMsgAction) GetRemarkResult() int32 { if x != nil { return x.RemarkResult } return 0 } type RspSystemMsgNew struct { Head *RspHead `protobuf:"bytes,1,opt"` UnreadFriendCount int32 `protobuf:"varint,2,opt"` UnreadGroupCount int32 `protobuf:"varint,3,opt"` LatestFriendSeq int64 `protobuf:"varint,4,opt"` LatestGroupSeq int64 `protobuf:"varint,5,opt"` FollowingFriendSeq int64 `protobuf:"varint,6,opt"` FollowingGroupSeq int64 `protobuf:"varint,7,opt"` Friendmsgs []*StructMsg `protobuf:"bytes,9,rep"` Groupmsgs []*StructMsg `protobuf:"bytes,10,rep"` MsgRibbonFriend *StructMsg `protobuf:"bytes,11,opt"` MsgRibbonGroup *StructMsg `protobuf:"bytes,12,opt"` MsgDisplay string `protobuf:"bytes,13,opt"` GrpMsgDisplay string `protobuf:"bytes,14,opt"` Over int32 `protobuf:"varint,15,opt"` Checktype int32 `protobuf:"varint,20,opt"` GameNick string `protobuf:"bytes,100,opt"` UndecidForQim []byte `protobuf:"bytes,101,opt"` UnReadCount3 int32 `protobuf:"varint,102,opt"` } func (x *RspSystemMsgNew) GetHead() *RspHead { if x != nil { return x.Head } return nil } func (x *RspSystemMsgNew) GetUnreadFriendCount() int32 { if x != nil { return x.UnreadFriendCount } return 0 } func (x *RspSystemMsgNew) GetUnreadGroupCount() int32 { if x != nil { return x.UnreadGroupCount } return 0 } func (x *RspSystemMsgNew) GetLatestFriendSeq() int64 { if x != nil { return x.LatestFriendSeq } return 0 } func (x *RspSystemMsgNew) GetLatestGroupSeq() int64 { if x != nil { return x.LatestGroupSeq } return 0 } func (x *RspSystemMsgNew) GetFollowingFriendSeq() int64 { if x != nil { return x.FollowingFriendSeq } return 0 } func (x *RspSystemMsgNew) GetFollowingGroupSeq() int64 { if x != nil { return x.FollowingGroupSeq } return 0 } func (x *RspSystemMsgNew) GetFriendmsgs() []*StructMsg { if x != nil { return x.Friendmsgs } return nil } func (x *RspSystemMsgNew) GetGroupmsgs() []*StructMsg { if x != nil { return x.Groupmsgs } return nil } func (x *RspSystemMsgNew) GetMsgRibbonFriend() *StructMsg { if x != nil { return x.MsgRibbonFriend } return nil } func (x *RspSystemMsgNew) GetMsgRibbonGroup() *StructMsg { if x != nil { return x.MsgRibbonGroup } return nil } func (x *RspSystemMsgNew) GetMsgDisplay() string { if x != nil { return x.MsgDisplay } return "" } func (x *RspSystemMsgNew) GetGrpMsgDisplay() string { if x != nil { return x.GrpMsgDisplay } return "" } func (x *RspSystemMsgNew) GetOver() int32 { if x != nil { return x.Over } return 0 } func (x *RspSystemMsgNew) GetChecktype() int32 { if x != nil { return x.Checktype } return 0 } func (x *RspSystemMsgNew) GetGameNick() string { if x != nil { return x.GameNick } return "" } func (x *RspSystemMsgNew) GetUndecidForQim() []byte { if x != nil { return x.UndecidForQim } return nil } func (x *RspSystemMsgNew) GetUnReadCount3() int32 { if x != nil { return x.UnReadCount3 } return 0 } type RspSystemMsgRead struct { Head *RspHead `protobuf:"bytes,1,opt"` Type int32 `protobuf:"varint,2,opt"` Checktype int32 `protobuf:"varint,3,opt"` } func (x *RspSystemMsgRead) GetHead() *RspHead { if x != nil { return x.Head } return nil } func (x *RspSystemMsgRead) GetType() int32 { if x != nil { return x.Type } return 0 } func (x *RspSystemMsgRead) GetChecktype() int32 { if x != nil { return x.Checktype } return 0 } type StructMsg struct { Version int32 `protobuf:"varint,1,opt"` MsgType int32 `protobuf:"varint,2,opt"` MsgSeq int64 `protobuf:"varint,3,opt"` MsgTime int64 `protobuf:"varint,4,opt"` ReqUin int64 `protobuf:"varint,5,opt"` UnreadFlag int32 `protobuf:"varint,6,opt"` Msg *SystemMsg `protobuf:"bytes,50,opt"` } func (x *StructMsg) GetVersion() int32 { if x != nil { return x.Version } return 0 } func (x *StructMsg) GetMsgType() int32 { if x != nil { return x.MsgType } return 0 } func (x *StructMsg) GetMsgSeq() int64 { if x != nil { return x.MsgSeq } return 0 } func (x *StructMsg) GetMsgTime() int64 { if x != nil { return x.MsgTime } return 0 } func (x *StructMsg) GetReqUin() int64 { if x != nil { return x.ReqUin } return 0 } func (x *StructMsg) GetUnreadFlag() int32 { if x != nil { return x.UnreadFlag } return 0 } func (x *StructMsg) GetMsg() *SystemMsg { if x != nil { return x.Msg } return nil } type SystemMsg struct { SubType int32 `protobuf:"varint,1,opt"` MsgTitle string `protobuf:"bytes,2,opt"` MsgDescribe string `protobuf:"bytes,3,opt"` MsgAdditional string `protobuf:"bytes,4,opt"` MsgSource string `protobuf:"bytes,5,opt"` MsgDecided string `protobuf:"bytes,6,opt"` SrcId int32 `protobuf:"varint,7,opt"` SubSrcId int32 `protobuf:"varint,8,opt"` Actions []*SystemMsgAction `protobuf:"bytes,9,rep"` GroupCode int64 `protobuf:"varint,10,opt"` ActionUin int64 `protobuf:"varint,11,opt"` GroupMsgType int32 `protobuf:"varint,12,opt"` GroupInviterRole int32 `protobuf:"varint,13,opt"` FriendInfo *FriendInfo `protobuf:"bytes,14,opt"` GroupInfo *SGroupInfo `protobuf:"bytes,15,opt"` ActorUin int64 `protobuf:"varint,16,opt"` MsgActorDescribe string `protobuf:"bytes,17,opt"` MsgAdditionalList string `protobuf:"bytes,18,opt"` Relation int32 `protobuf:"varint,19,opt"` Reqsubtype int32 `protobuf:"varint,20,opt"` CloneUin int64 `protobuf:"varint,21,opt"` DiscussUin int64 `protobuf:"varint,22,opt"` EimGroupId int64 `protobuf:"varint,23,opt"` MsgInviteExtinfo *MsgInviteExt `protobuf:"bytes,24,opt"` MsgPayGroupExtinfo *MsgPayGroupExt `protobuf:"bytes,25,opt"` SourceFlag int32 `protobuf:"varint,26,opt"` GameNick []byte `protobuf:"bytes,27,opt"` GameMsg []byte `protobuf:"bytes,28,opt"` GroupFlagext3 int32 `protobuf:"varint,29,opt"` GroupOwnerUin int64 `protobuf:"varint,30,opt"` DoubtFlag int32 `protobuf:"varint,31,opt"` WarningTips []byte `protobuf:"bytes,32,opt"` NameMore []byte `protobuf:"bytes,33,opt"` ReqUinFaceid int32 `protobuf:"varint,50,opt"` ReqUinNick string `protobuf:"bytes,51,opt"` GroupName string `protobuf:"bytes,52,opt"` ActionUinNick string `protobuf:"bytes,53,opt"` MsgQna string `protobuf:"bytes,54,opt"` MsgDetail string `protobuf:"bytes,55,opt"` GroupExtFlag int32 `protobuf:"varint,57,opt"` ActorUinNick string `protobuf:"bytes,58,opt"` PicUrl string `protobuf:"bytes,59,opt"` CloneUinNick string `protobuf:"bytes,60,opt"` ReqUinBusinessCard string `protobuf:"bytes,61,opt"` EimGroupIdName string `protobuf:"bytes,63,opt"` ReqUinPreRemark string `protobuf:"bytes,64,opt"` ActionUinQqNick string `protobuf:"bytes,65,opt"` ActionUinRemark string `protobuf:"bytes,66,opt"` ReqUinGender int32 `protobuf:"varint,67,opt"` ReqUinAge int32 `protobuf:"varint,68,opt"` C2CInviteJoinGroupFlag int32 `protobuf:"varint,69,opt"` CardSwitch int32 `protobuf:"varint,101,opt"` } func (x *SystemMsg) GetSubType() int32 { if x != nil { return x.SubType } return 0 } func (x *SystemMsg) GetMsgTitle() string { if x != nil { return x.MsgTitle } return "" } func (x *SystemMsg) GetMsgDescribe() string { if x != nil { return x.MsgDescribe } return "" } func (x *SystemMsg) GetMsgAdditional() string { if x != nil { return x.MsgAdditional } return "" } func (x *SystemMsg) GetMsgSource() string { if x != nil { return x.MsgSource } return "" } func (x *SystemMsg) GetMsgDecided() string { if x != nil { return x.MsgDecided } return "" } func (x *SystemMsg) GetSrcId() int32 { if x != nil { return x.SrcId } return 0 } func (x *SystemMsg) GetSubSrcId() int32 { if x != nil { return x.SubSrcId } return 0 } func (x *SystemMsg) GetActions() []*SystemMsgAction { if x != nil { return x.Actions } return nil } func (x *SystemMsg) GetGroupCode() int64 { if x != nil { return x.GroupCode } return 0 } func (x *SystemMsg) GetActionUin() int64 { if x != nil { return x.ActionUin } return 0 } func (x *SystemMsg) GetGroupMsgType() int32 { if x != nil { return x.GroupMsgType } return 0 } func (x *SystemMsg) GetGroupInviterRole() int32 { if x != nil { return x.GroupInviterRole } return 0 } func (x *SystemMsg) GetFriendInfo() *FriendInfo { if x != nil { return x.FriendInfo } return nil } func (x *SystemMsg) GetGroupInfo() *SGroupInfo { if x != nil { return x.GroupInfo } return nil } func (x *SystemMsg) GetActorUin() int64 { if x != nil { return x.ActorUin } return 0 } func (x *SystemMsg) GetMsgActorDescribe() string { if x != nil { return x.MsgActorDescribe } return "" } func (x *SystemMsg) GetMsgAdditionalList() string { if x != nil { return x.MsgAdditionalList } return "" } func (x *SystemMsg) GetRelation() int32 { if x != nil { return x.Relation } return 0 } func (x *SystemMsg) GetReqsubtype() int32 { if x != nil { return x.Reqsubtype } return 0 } func (x *SystemMsg) GetCloneUin() int64 { if x != nil { return x.CloneUin } return 0 } func (x *SystemMsg) GetDiscussUin() int64 { if x != nil { return x.DiscussUin } return 0 } func (x *SystemMsg) GetEimGroupId() int64 { if x != nil { return x.EimGroupId } return 0 } func (x *SystemMsg) GetMsgInviteExtinfo() *MsgInviteExt { if x != nil { return x.MsgInviteExtinfo } return nil } func (x *SystemMsg) GetMsgPayGroupExtinfo() *MsgPayGroupExt { if x != nil { return x.MsgPayGroupExtinfo } return nil } func (x *SystemMsg) GetSourceFlag() int32 { if x != nil { return x.SourceFlag } return 0 } func (x *SystemMsg) GetGameNick() []byte { if x != nil { return x.GameNick } return nil } func (x *SystemMsg) GetGameMsg() []byte { if x != nil { return x.GameMsg } return nil } func (x *SystemMsg) GetGroupFlagext3() int32 { if x != nil { return x.GroupFlagext3 } return 0 } func (x *SystemMsg) GetGroupOwnerUin() int64 { if x != nil { return x.GroupOwnerUin } return 0 } func (x *SystemMsg) GetDoubtFlag() int32 { if x != nil { return x.DoubtFlag } return 0 } func (x *SystemMsg) GetWarningTips() []byte { if x != nil { return x.WarningTips } return nil } func (x *SystemMsg) GetNameMore() []byte { if x != nil { return x.NameMore } return nil } func (x *SystemMsg) GetReqUinFaceid() int32 { if x != nil { return x.ReqUinFaceid } return 0 } func (x *SystemMsg) GetReqUinNick() string { if x != nil { return x.ReqUinNick } return "" } func (x *SystemMsg) GetGroupName() string { if x != nil { return x.GroupName } return "" } func (x *SystemMsg) GetActionUinNick() string { if x != nil { return x.ActionUinNick } return "" } func (x *SystemMsg) GetMsgQna() string { if x != nil { return x.MsgQna } return "" } func (x *SystemMsg) GetMsgDetail() string { if x != nil { return x.MsgDetail } return "" } func (x *SystemMsg) GetGroupExtFlag() int32 { if x != nil { return x.GroupExtFlag } return 0 } func (x *SystemMsg) GetActorUinNick() string { if x != nil { return x.ActorUinNick } return "" } func (x *SystemMsg) GetPicUrl() string { if x != nil { return x.PicUrl } return "" } func (x *SystemMsg) GetCloneUinNick() string { if x != nil { return x.CloneUinNick } return "" } func (x *SystemMsg) GetReqUinBusinessCard() string { if x != nil { return x.ReqUinBusinessCard } return "" } func (x *SystemMsg) GetEimGroupIdName() string { if x != nil { return x.EimGroupIdName } return "" } func (x *SystemMsg) GetReqUinPreRemark() string { if x != nil { return x.ReqUinPreRemark } return "" } func (x *SystemMsg) GetActionUinQqNick() string { if x != nil { return x.ActionUinQqNick } return "" } func (x *SystemMsg) GetActionUinRemark() string { if x != nil { return x.ActionUinRemark } return "" } func (x *SystemMsg) GetReqUinGender() int32 { if x != nil { return x.ReqUinGender } return 0 } func (x *SystemMsg) GetReqUinAge() int32 { if x != nil { return x.ReqUinAge } return 0 } func (x *SystemMsg) GetC2CInviteJoinGroupFlag() int32 { if x != nil { return x.C2CInviteJoinGroupFlag } return 0 } func (x *SystemMsg) GetCardSwitch() int32 { if x != nil { return x.CardSwitch } return 0 } type SystemMsgAction struct { Name string `protobuf:"bytes,1,opt"` Result string `protobuf:"bytes,2,opt"` Action int32 `protobuf:"varint,3,opt"` ActionInfo *SystemMsgActionInfo `protobuf:"bytes,4,opt"` DetailName string `protobuf:"bytes,5,opt"` } func (x *SystemMsgAction) GetName() string { if x != nil { return x.Name } return "" } func (x *SystemMsgAction) GetResult() string { if x != nil { return x.Result } return "" } func (x *SystemMsgAction) GetAction() int32 { if x != nil { return x.Action } return 0 } func (x *SystemMsgAction) GetActionInfo() *SystemMsgActionInfo { if x != nil { return x.ActionInfo } return nil } func (x *SystemMsgAction) GetDetailName() string { if x != nil { return x.DetailName } return "" } type SystemMsgActionInfo struct { Type int32 `protobuf:"varint,1,opt"` GroupCode int64 `protobuf:"varint,2,opt"` Sig []byte `protobuf:"bytes,3,opt"` Msg string `protobuf:"bytes,50,opt"` GroupId int32 `protobuf:"varint,51,opt"` Remark string `protobuf:"bytes,52,opt"` Blacklist bool `protobuf:"varint,53,opt"` AddFrdSNInfo *AddFrdSNInfo `protobuf:"bytes,54,opt"` } func (x *SystemMsgActionInfo) GetType() int32 { if x != nil { return x.Type } return 0 } func (x *SystemMsgActionInfo) GetGroupCode() int64 { if x != nil { return x.GroupCode } return 0 } func (x *SystemMsgActionInfo) GetSig() []byte { if x != nil { return x.Sig } return nil } func (x *SystemMsgActionInfo) GetMsg() string { if x != nil { return x.Msg } return "" } func (x *SystemMsgActionInfo) GetGroupId() int32 { if x != nil { return x.GroupId } return 0 } func (x *SystemMsgActionInfo) GetRemark() string { if x != nil { return x.Remark } return "" } func (x *SystemMsgActionInfo) GetBlacklist() bool { if x != nil { return x.Blacklist } return false } func (x *SystemMsgActionInfo) GetAddFrdSNInfo() *AddFrdSNInfo { if x != nil { return x.AddFrdSNInfo } return nil }