msgtype0x210

package
v0.0.0-...-f7ddc24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2021 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddGroup

type AddGroup struct {
	Groupid   *uint32 `protobuf:"varint,1,opt"`
	Sortid    *uint32 `protobuf:"varint,2,opt"`
	Groupname []byte  `protobuf:"bytes,3,opt"`
}

func (*AddGroup) GetGroupid

func (x *AddGroup) GetGroupid() uint32

func (*AddGroup) GetGroupname

func (x *AddGroup) GetGroupname() []byte

func (*AddGroup) GetSortid

func (x *AddGroup) GetSortid() uint32

type AppointmentNotify

type AppointmentNotify struct {
	FromUin         *uint64 `protobuf:"varint,1,opt"`
	AppointId       *string `protobuf:"bytes,2,opt"`
	Notifytype      *uint32 `protobuf:"varint,3,opt"`
	TipsContent     *string `protobuf:"bytes,4,opt"`
	UnreadCount     *uint32 `protobuf:"varint,5,opt"`
	JoinWording     *string `protobuf:"bytes,6,opt"`
	ViewWording     *string `protobuf:"bytes,7,opt"`
	Sig             []byte  `protobuf:"bytes,8,opt"`
	EventInfo       []byte  `protobuf:"bytes,9,opt"`
	NearbyEventInfo []byte  `protobuf:"bytes,10,opt"`
	FeedEventInfo   []byte  `protobuf:"bytes,11,opt"`
}

func (*AppointmentNotify) GetAppointId

func (x *AppointmentNotify) GetAppointId() string

func (*AppointmentNotify) GetEventInfo

func (x *AppointmentNotify) GetEventInfo() []byte

func (*AppointmentNotify) GetFeedEventInfo

func (x *AppointmentNotify) GetFeedEventInfo() []byte

func (*AppointmentNotify) GetFromUin

func (x *AppointmentNotify) GetFromUin() uint64

func (*AppointmentNotify) GetJoinWording

func (x *AppointmentNotify) GetJoinWording() string

func (*AppointmentNotify) GetNearbyEventInfo

func (x *AppointmentNotify) GetNearbyEventInfo() []byte

func (*AppointmentNotify) GetNotifytype

func (x *AppointmentNotify) GetNotifytype() uint32

func (*AppointmentNotify) GetSig

func (x *AppointmentNotify) GetSig() []byte

func (*AppointmentNotify) GetTipsContent

func (x *AppointmentNotify) GetTipsContent() string

func (*AppointmentNotify) GetUnreadCount

func (x *AppointmentNotify) GetUnreadCount() uint32

func (*AppointmentNotify) GetViewWording

func (x *AppointmentNotify) GetViewWording() string

type BinaryMsg

type BinaryMsg struct {
	OpType  *uint32 `protobuf:"varint,1,opt"`
	OpValue []byte  `protobuf:"bytes,2,opt"`
}

func (*BinaryMsg) GetOpType

func (x *BinaryMsg) GetOpType() uint32

func (*BinaryMsg) GetOpValue

func (x *BinaryMsg) GetOpValue() []byte

type ChatMatchInfo

type ChatMatchInfo struct {
	Sig              []byte  `protobuf:"bytes,1,opt"`
	Uin              *uint64 `protobuf:"varint,2,opt"`
	MatchUin         *uint64 `protobuf:"varint,3,opt"`
	TipsWording      []byte  `protobuf:"bytes,4,opt"`
	LeftChatTime     *uint32 `protobuf:"varint,5,opt"`
	TimeStamp        *uint64 `protobuf:"varint,6,opt"`
	MatchExpiredTime *uint32 `protobuf:"varint,7,opt"`
	C2CExpiredTime   *uint32 `protobuf:"varint,8,opt"`
	MatchCount       *uint32 `protobuf:"varint,9,opt"`
	Nick             []byte  `protobuf:"bytes,10,opt"`
}

func (*ChatMatchInfo) GetC2CExpiredTime

func (x *ChatMatchInfo) GetC2CExpiredTime() uint32

func (*ChatMatchInfo) GetLeftChatTime

func (x *ChatMatchInfo) GetLeftChatTime() uint32

func (*ChatMatchInfo) GetMatchCount

func (x *ChatMatchInfo) GetMatchCount() uint32

func (*ChatMatchInfo) GetMatchExpiredTime

func (x *ChatMatchInfo) GetMatchExpiredTime() uint32

func (*ChatMatchInfo) GetMatchUin

func (x *ChatMatchInfo) GetMatchUin() uint64

func (*ChatMatchInfo) GetNick

func (x *ChatMatchInfo) GetNick() []byte

func (*ChatMatchInfo) GetSig

func (x *ChatMatchInfo) GetSig() []byte

func (*ChatMatchInfo) GetTimeStamp

func (x *ChatMatchInfo) GetTimeStamp() uint64

func (*ChatMatchInfo) GetTipsWording

func (x *ChatMatchInfo) GetTipsWording() []byte

func (*ChatMatchInfo) GetUin

func (x *ChatMatchInfo) GetUin() uint64

type ConfMsgRoamFlag

type ConfMsgRoamFlag struct {
	Confid    *uint64 `protobuf:"varint,1,opt"`
	Flag      *uint32 `protobuf:"varint,2,opt"`
	Timestamp *uint64 `protobuf:"varint,3,opt"`
}

func (*ConfMsgRoamFlag) GetConfid

func (x *ConfMsgRoamFlag) GetConfid() uint64

func (*ConfMsgRoamFlag) GetFlag

func (x *ConfMsgRoamFlag) GetFlag() uint32

func (*ConfMsgRoamFlag) GetTimestamp

func (x *ConfMsgRoamFlag) GetTimestamp() uint64

type DaRenNotify

type DaRenNotify struct {
	Uin             *uint64 `protobuf:"varint,1,opt"`
	LoginDays       *uint32 `protobuf:"varint,2,opt"`
	Days            *uint32 `protobuf:"varint,3,opt"`
	IsYestodayLogin *uint32 `protobuf:"varint,4,opt"`
	IsTodayLogin    *uint32 `protobuf:"varint,5,opt"`
}

func (*DaRenNotify) GetDays

func (x *DaRenNotify) GetDays() uint32

func (*DaRenNotify) GetIsTodayLogin

func (x *DaRenNotify) GetIsTodayLogin() uint32

func (*DaRenNotify) GetIsYestodayLogin

func (x *DaRenNotify) GetIsYestodayLogin() uint32

func (*DaRenNotify) GetLoginDays

func (x *DaRenNotify) GetLoginDays() uint32

func (*DaRenNotify) GetUin

func (x *DaRenNotify) GetUin() uint64

type DelFriend

type DelFriend struct {
	Uins []uint64 `protobuf:"varint,1,rep"`
}

func (*DelFriend) GetUins

func (x *DelFriend) GetUins() []uint64

type DelGroup

type DelGroup struct {
	Groupid *uint32 `protobuf:"varint,1,opt"`
}

func (*DelGroup) GetGroupid

func (x *DelGroup) GetGroupid() uint32

type FanpaiziNotify

type FanpaiziNotify struct {
	FromUin     *uint64 `protobuf:"varint,1,opt"`
	FromNick    *string `protobuf:"bytes,2,opt"`
	TipsContent []byte  `protobuf:"bytes,3,opt"`
	Sig         []byte  `protobuf:"bytes,4,opt"`
}

func (*FanpaiziNotify) GetFromNick

func (x *FanpaiziNotify) GetFromNick() string

func (*FanpaiziNotify) GetFromUin

func (x *FanpaiziNotify) GetFromUin() uint64

func (*FanpaiziNotify) GetSig

func (x *FanpaiziNotify) GetSig() []byte

func (*FanpaiziNotify) GetTipsContent

func (x *FanpaiziNotify) GetTipsContent() []byte

type ForwardBody

type ForwardBody struct {
	NotifyType                  *uint32                      `protobuf:"varint,1,opt"`
	OpType                      *uint32                      `protobuf:"varint,2,opt"`
	AddGroup                    *AddGroup                    `protobuf:"bytes,3,opt"`
	DelGroup                    *DelGroup                    `protobuf:"bytes,4,opt"`
	ModGroupName                *ModGroupName                `protobuf:"bytes,5,opt"`
	ModGroupSort                *ModGroupSort                `protobuf:"bytes,6,opt"`
	ModFriendGroup              *ModFriendGroup              `protobuf:"bytes,7,opt"`
	ModProfile                  *ModProfile                  `protobuf:"bytes,8,opt"`
	ModFriendRemark             *ModFriendRemark             `protobuf:"bytes,9,opt"`
	ModLongNick                 *ModLongNick                 `protobuf:"bytes,10,opt"`
	ModCustomFace               *ModCustomFace               `protobuf:"bytes,11,opt"`
	ModGroupProfile             *ModGroupProfile             `protobuf:"bytes,12,opt"`
	ModGroupMemberProfile       *ModGroupMemberProfile       `protobuf:"bytes,13,opt"`
	DelFriend                   *DelFriend                   `protobuf:"bytes,14,opt"`
	RoamPriv                    *ModFrdRoamPriv              `protobuf:"bytes,15,opt"`
	GrpMsgRoamFlag              *GrpMsgRoamFlag              `protobuf:"bytes,16,opt"`
	ConfMsgRoamFlag             *ConfMsgRoamFlag             `protobuf:"bytes,17,opt"`
	ModRichLongNick             *ModLongNick                 `protobuf:"bytes,18,opt"`
	BinPkg                      *BinaryMsg                   `protobuf:"bytes,19,opt"`
	ModFriendRings              *ModSnsGeneralInfo           `protobuf:"bytes,20,opt"`
	ModConfProfile              *ModConfProfile              `protobuf:"bytes,21,opt"`
	ModFriendFlag               *SnsUpdateFlag               `protobuf:"bytes,22,opt"`
	AppointmentNotify           *AppointmentNotify           `protobuf:"bytes,23,opt"`
	DarenNotify                 *DaRenNotify                 `protobuf:"bytes,25,opt"`
	NewComeinUserNotify         *NewComeinUserNotify         `protobuf:"bytes,26,opt"`
	PushSearchDev               *PushSearchDev               `protobuf:"bytes,200,opt"`
	PushReportDev               *PushReportDev               `protobuf:"bytes,201,opt"`
	QqPayPush                   *QQPayPush                   `protobuf:"bytes,202,opt"`
	RedpointInfo                []byte                       `protobuf:"bytes,203,opt"`
	HotFriendNotify             *HotFriendNotify             `protobuf:"bytes,204,opt"`
	PraiseRankNotify            *PraiseRankNotify            `protobuf:"bytes,205,opt"`
	CampusNotify                *MQQCampusNotify             `protobuf:"bytes,210,opt"`
	ModRichLongNickEx           *ModLongNick                 `protobuf:"bytes,211,opt"`
	ChatMatchInfo               *ChatMatchInfo               `protobuf:"bytes,212,opt"`
	FrdCustomOnlineStatusChange *FrdCustomOnlineStatusChange `protobuf:"bytes,214,opt"`
	FanpanziNotify              *FanpaiziNotify              `protobuf:"bytes,2000,opt"`
}

func (*ForwardBody) GetAddGroup

func (x *ForwardBody) GetAddGroup() *AddGroup

func (*ForwardBody) GetAppointmentNotify

func (x *ForwardBody) GetAppointmentNotify() *AppointmentNotify

func (*ForwardBody) GetBinPkg

func (x *ForwardBody) GetBinPkg() *BinaryMsg

func (*ForwardBody) GetCampusNotify

func (x *ForwardBody) GetCampusNotify() *MQQCampusNotify

func (*ForwardBody) GetChatMatchInfo

func (x *ForwardBody) GetChatMatchInfo() *ChatMatchInfo

func (*ForwardBody) GetConfMsgRoamFlag

func (x *ForwardBody) GetConfMsgRoamFlag() *ConfMsgRoamFlag

func (*ForwardBody) GetDarenNotify

func (x *ForwardBody) GetDarenNotify() *DaRenNotify

func (*ForwardBody) GetDelFriend

func (x *ForwardBody) GetDelFriend() *DelFriend

func (*ForwardBody) GetDelGroup

func (x *ForwardBody) GetDelGroup() *DelGroup

func (*ForwardBody) GetFanpanziNotify

func (x *ForwardBody) GetFanpanziNotify() *FanpaiziNotify

func (*ForwardBody) GetFrdCustomOnlineStatusChange

func (x *ForwardBody) GetFrdCustomOnlineStatusChange() *FrdCustomOnlineStatusChange

func (*ForwardBody) GetGrpMsgRoamFlag

func (x *ForwardBody) GetGrpMsgRoamFlag() *GrpMsgRoamFlag

func (*ForwardBody) GetHotFriendNotify

func (x *ForwardBody) GetHotFriendNotify() *HotFriendNotify

func (*ForwardBody) GetModConfProfile

func (x *ForwardBody) GetModConfProfile() *ModConfProfile

func (*ForwardBody) GetModCustomFace

func (x *ForwardBody) GetModCustomFace() *ModCustomFace

func (*ForwardBody) GetModFriendFlag

func (x *ForwardBody) GetModFriendFlag() *SnsUpdateFlag

func (*ForwardBody) GetModFriendGroup

func (x *ForwardBody) GetModFriendGroup() *ModFriendGroup

func (*ForwardBody) GetModFriendRemark

func (x *ForwardBody) GetModFriendRemark() *ModFriendRemark

func (*ForwardBody) GetModFriendRings

func (x *ForwardBody) GetModFriendRings() *ModSnsGeneralInfo

func (*ForwardBody) GetModGroupMemberProfile

func (x *ForwardBody) GetModGroupMemberProfile() *ModGroupMemberProfile

func (*ForwardBody) GetModGroupName

func (x *ForwardBody) GetModGroupName() *ModGroupName

func (*ForwardBody) GetModGroupProfile

func (x *ForwardBody) GetModGroupProfile() *ModGroupProfile

func (*ForwardBody) GetModGroupSort

func (x *ForwardBody) GetModGroupSort() *ModGroupSort

func (*ForwardBody) GetModLongNick

func (x *ForwardBody) GetModLongNick() *ModLongNick

func (*ForwardBody) GetModProfile

func (x *ForwardBody) GetModProfile() *ModProfile

func (*ForwardBody) GetModRichLongNick

func (x *ForwardBody) GetModRichLongNick() *ModLongNick

func (*ForwardBody) GetModRichLongNickEx

func (x *ForwardBody) GetModRichLongNickEx() *ModLongNick

func (*ForwardBody) GetNewComeinUserNotify

func (x *ForwardBody) GetNewComeinUserNotify() *NewComeinUserNotify

func (*ForwardBody) GetNotifyType

func (x *ForwardBody) GetNotifyType() uint32

func (*ForwardBody) GetOpType

func (x *ForwardBody) GetOpType() uint32

func (*ForwardBody) GetPraiseRankNotify

func (x *ForwardBody) GetPraiseRankNotify() *PraiseRankNotify

func (*ForwardBody) GetPushReportDev

func (x *ForwardBody) GetPushReportDev() *PushReportDev

func (*ForwardBody) GetPushSearchDev

func (x *ForwardBody) GetPushSearchDev() *PushSearchDev

func (*ForwardBody) GetQqPayPush

func (x *ForwardBody) GetQqPayPush() *QQPayPush

func (*ForwardBody) GetRedpointInfo

func (x *ForwardBody) GetRedpointInfo() []byte

func (*ForwardBody) GetRoamPriv

func (x *ForwardBody) GetRoamPriv() *ModFrdRoamPriv

type FrdCustomOnlineStatusChange

type FrdCustomOnlineStatusChange struct {
	Uin *uint64 `protobuf:"varint,1,opt"`
}

func (*FrdCustomOnlineStatusChange) GetUin

func (x *FrdCustomOnlineStatusChange) GetUin() uint64

type FriendGroup

type FriendGroup struct {
	Fuin       *uint64  `protobuf:"varint,1,opt"`
	OldGroupId []uint32 `protobuf:"varint,2,rep"`
	NewGroupId []uint32 `protobuf:"varint,3,rep"`
}

func (*FriendGroup) GetFuin

func (x *FriendGroup) GetFuin() uint64

func (*FriendGroup) GetNewGroupId

func (x *FriendGroup) GetNewGroupId() []uint32

func (*FriendGroup) GetOldGroupId

func (x *FriendGroup) GetOldGroupId() []uint32

type FriendRemark

type FriendRemark struct {
	Type      *uint32 `protobuf:"varint,1,opt"`
	Fuin      *uint64 `protobuf:"varint,2,opt"`
	RmkName   []byte  `protobuf:"bytes,3,opt"`
	GroupCode *uint64 `protobuf:"varint,4,opt"`
}

func (*FriendRemark) GetFuin

func (x *FriendRemark) GetFuin() uint64

func (*FriendRemark) GetGroupCode

func (x *FriendRemark) GetGroupCode() uint64

func (*FriendRemark) GetRmkName

func (x *FriendRemark) GetRmkName() []byte

func (*FriendRemark) GetType

func (x *FriendRemark) GetType() uint32

type GPS

type GPS struct {
	Lat  *int32 `protobuf:"varint,1,opt"`
	Lon  *int32 `protobuf:"varint,2,opt"`
	Alt  *int32 `protobuf:"varint,3,opt"`
	Type *int32 `protobuf:"varint,4,opt"`
}

func (*GPS) GetAlt

func (x *GPS) GetAlt() int32

func (*GPS) GetLat

func (x *GPS) GetLat() int32

func (*GPS) GetLon

func (x *GPS) GetLon() int32

func (*GPS) GetType

func (x *GPS) GetType() int32

type GroupMemberProfileInfo

type GroupMemberProfileInfo struct {
	Field *uint32 `protobuf:"varint,1,opt"`
	Value []byte  `protobuf:"bytes,2,opt"`
}

func (*GroupMemberProfileInfo) GetField

func (x *GroupMemberProfileInfo) GetField() uint32

func (*GroupMemberProfileInfo) GetValue

func (x *GroupMemberProfileInfo) GetValue() []byte

type GroupProfileInfo

type GroupProfileInfo struct {
	Field *uint32 `protobuf:"varint,1,opt"`
	Value []byte  `protobuf:"bytes,2,opt"`
}

func (*GroupProfileInfo) GetField

func (x *GroupProfileInfo) GetField() uint32

func (*GroupProfileInfo) GetValue

func (x *GroupProfileInfo) GetValue() []byte

type GroupSort

type GroupSort struct {
	Groupid *uint32 `protobuf:"varint,1,opt"`
	Sortid  *uint32 `protobuf:"varint,2,opt"`
}

func (*GroupSort) GetGroupid

func (x *GroupSort) GetGroupid() uint32

func (*GroupSort) GetSortid

func (x *GroupSort) GetSortid() uint32

type GrpMsgRoamFlag

type GrpMsgRoamFlag struct {
	Groupcode *uint64 `protobuf:"varint,1,opt"`
	Flag      *uint32 `protobuf:"varint,2,opt"`
	Timestamp *uint64 `protobuf:"varint,3,opt"`
}

func (*GrpMsgRoamFlag) GetFlag

func (x *GrpMsgRoamFlag) GetFlag() uint32

func (*GrpMsgRoamFlag) GetGroupcode

func (x *GrpMsgRoamFlag) GetGroupcode() uint64

func (*GrpMsgRoamFlag) GetTimestamp

func (x *GrpMsgRoamFlag) GetTimestamp() uint64

type HotFriendNotify

type HotFriendNotify struct {
	DstUin         *uint64 `protobuf:"varint,1,opt"`
	PraiseHotLevel *uint32 `protobuf:"varint,2,opt"`
	ChatHotLevel   *uint32 `protobuf:"varint,3,opt"`
	PraiseHotDays  *uint32 `protobuf:"varint,4,opt"`
	ChatHotDays    *uint32 `protobuf:"varint,5,opt"`
	CloseLevel     *uint32 `protobuf:"varint,6,opt"`
	CloseDays      *uint32 `protobuf:"varint,7,opt"`
	PraiseFlag     *uint32 `protobuf:"varint,8,opt"`
	ChatFlag       *uint32 `protobuf:"varint,9,opt"`
	CloseFlag      *uint32 `protobuf:"varint,10,opt"`
	NotifyTime     *uint64 `protobuf:"varint,11,opt"`
	LastPraiseTime *uint64 `protobuf:"varint,12,opt"`
	LastChatTime   *uint64 `protobuf:"varint,13,opt"`
	QzoneHotLevel  *uint32 `protobuf:"varint,14,opt"`
	QzoneHotDays   *uint32 `protobuf:"varint,15,opt"`
	QzoneFlag      *uint32 `protobuf:"varint,16,opt"`
	LastQzoneTime  *uint64 `protobuf:"varint,17,opt"`
}

func (*HotFriendNotify) GetChatFlag

func (x *HotFriendNotify) GetChatFlag() uint32

func (*HotFriendNotify) GetChatHotDays

func (x *HotFriendNotify) GetChatHotDays() uint32

func (*HotFriendNotify) GetChatHotLevel

func (x *HotFriendNotify) GetChatHotLevel() uint32

func (*HotFriendNotify) GetCloseDays

func (x *HotFriendNotify) GetCloseDays() uint32

func (*HotFriendNotify) GetCloseFlag

func (x *HotFriendNotify) GetCloseFlag() uint32

func (*HotFriendNotify) GetCloseLevel

func (x *HotFriendNotify) GetCloseLevel() uint32

func (*HotFriendNotify) GetDstUin

func (x *HotFriendNotify) GetDstUin() uint64

func (*HotFriendNotify) GetLastChatTime

func (x *HotFriendNotify) GetLastChatTime() uint64

func (*HotFriendNotify) GetLastPraiseTime

func (x *HotFriendNotify) GetLastPraiseTime() uint64

func (*HotFriendNotify) GetLastQzoneTime

func (x *HotFriendNotify) GetLastQzoneTime() uint64

func (*HotFriendNotify) GetNotifyTime

func (x *HotFriendNotify) GetNotifyTime() uint64

func (*HotFriendNotify) GetPraiseFlag

func (x *HotFriendNotify) GetPraiseFlag() uint32

func (*HotFriendNotify) GetPraiseHotDays

func (x *HotFriendNotify) GetPraiseHotDays() uint32

func (*HotFriendNotify) GetPraiseHotLevel

func (x *HotFriendNotify) GetPraiseHotLevel() uint32

func (*HotFriendNotify) GetQzoneFlag

func (x *HotFriendNotify) GetQzoneFlag() uint32

func (*HotFriendNotify) GetQzoneHotDays

func (x *HotFriendNotify) GetQzoneHotDays() uint32

func (*HotFriendNotify) GetQzoneHotLevel

func (x *HotFriendNotify) GetQzoneHotLevel() uint32

type MQQCampusNotify

type MQQCampusNotify struct {
	FromUin *uint64 `protobuf:"varint,1,opt"`
	Wording *string `protobuf:"bytes,2,opt"`
	Target  *string `protobuf:"bytes,3,opt"`
	Type    *uint32 `protobuf:"varint,4,opt"`
	Source  *string `protobuf:"bytes,5,opt"`
}

func (*MQQCampusNotify) GetFromUin

func (x *MQQCampusNotify) GetFromUin() uint64

func (*MQQCampusNotify) GetSource

func (x *MQQCampusNotify) GetSource() string

func (*MQQCampusNotify) GetTarget

func (x *MQQCampusNotify) GetTarget() string

func (*MQQCampusNotify) GetType

func (x *MQQCampusNotify) GetType() uint32

func (*MQQCampusNotify) GetWording

func (x *MQQCampusNotify) GetWording() string

type ModConfProfile

type ModConfProfile struct {
	Uin          *uint64        `protobuf:"varint,1,opt"`
	ConfUin      *uint32        `protobuf:"varint,2,opt"`
	ProfileInfos []*ProfileInfo `protobuf:"bytes,3,rep"`
}

func (*ModConfProfile) GetConfUin

func (x *ModConfProfile) GetConfUin() uint32

func (*ModConfProfile) GetProfileInfos

func (x *ModConfProfile) GetProfileInfos() []*ProfileInfo

func (*ModConfProfile) GetUin

func (x *ModConfProfile) GetUin() uint64

type ModCustomFace

type ModCustomFace struct {
	Type      *uint32 `protobuf:"varint,1,opt"`
	Uin       *uint64 `protobuf:"varint,2,opt"`
	GroupCode *uint64 `protobuf:"varint,3,opt"`
	CmdUin    *uint64 `protobuf:"varint,4,opt"`
}

func (*ModCustomFace) GetCmdUin

func (x *ModCustomFace) GetCmdUin() uint64

func (*ModCustomFace) GetGroupCode

func (x *ModCustomFace) GetGroupCode() uint64

func (*ModCustomFace) GetType

func (x *ModCustomFace) GetType() uint32

func (*ModCustomFace) GetUin

func (x *ModCustomFace) GetUin() uint64

type ModFrdRoamPriv

type ModFrdRoamPriv struct {
	RoamPriv []*OneRoamPriv `protobuf:"bytes,1,rep"`
}

func (*ModFrdRoamPriv) GetRoamPriv

func (x *ModFrdRoamPriv) GetRoamPriv() []*OneRoamPriv

type ModFriendGroup

type ModFriendGroup struct {
	FrdGroup []*FriendGroup `protobuf:"bytes,1,rep"`
}

func (*ModFriendGroup) GetFrdGroup

func (x *ModFriendGroup) GetFrdGroup() []*FriendGroup

type ModFriendRemark

type ModFriendRemark struct {
	FrdRmk []*FriendRemark `protobuf:"bytes,1,rep"`
}

func (*ModFriendRemark) GetFrdRmk

func (x *ModFriendRemark) GetFrdRmk() []*FriendRemark

type ModGroupMemberProfile

type ModGroupMemberProfile struct {
	GroupUin                *uint64                   `protobuf:"varint,1,opt"`
	Uin                     *uint64                   `protobuf:"varint,2,opt"`
	GroupMemberProfileInfos []*GroupMemberProfileInfo `protobuf:"bytes,3,rep"`
	GroupCode               *uint64                   `protobuf:"varint,4,opt"`
}

func (*ModGroupMemberProfile) GetGroupCode

func (x *ModGroupMemberProfile) GetGroupCode() uint64

func (*ModGroupMemberProfile) GetGroupMemberProfileInfos

func (x *ModGroupMemberProfile) GetGroupMemberProfileInfos() []*GroupMemberProfileInfo

func (*ModGroupMemberProfile) GetGroupUin

func (x *ModGroupMemberProfile) GetGroupUin() uint64

func (*ModGroupMemberProfile) GetUin

func (x *ModGroupMemberProfile) GetUin() uint64

type ModGroupName

type ModGroupName struct {
	Groupid   *uint32 `protobuf:"varint,1,opt"`
	Groupname []byte  `protobuf:"bytes,2,opt"`
}

func (*ModGroupName) GetGroupid

func (x *ModGroupName) GetGroupid() uint32

func (*ModGroupName) GetGroupname

func (x *ModGroupName) GetGroupname() []byte

type ModGroupProfile

type ModGroupProfile struct {
	GroupUin          *uint64             `protobuf:"varint,1,opt"`
	GroupProfileInfos []*GroupProfileInfo `protobuf:"bytes,2,rep"`
	GroupCode         *uint64             `protobuf:"varint,3,opt"`
	CmdUin            *uint64             `protobuf:"varint,4,opt"`
}

func (*ModGroupProfile) GetCmdUin

func (x *ModGroupProfile) GetCmdUin() uint64

func (*ModGroupProfile) GetGroupCode

func (x *ModGroupProfile) GetGroupCode() uint64

func (*ModGroupProfile) GetGroupProfileInfos

func (x *ModGroupProfile) GetGroupProfileInfos() []*GroupProfileInfo

func (*ModGroupProfile) GetGroupUin

func (x *ModGroupProfile) GetGroupUin() uint64

type ModGroupSort

type ModGroupSort struct {
	Groupsort []*GroupSort `protobuf:"bytes,1,rep"`
}

func (*ModGroupSort) GetGroupsort

func (x *ModGroupSort) GetGroupsort() []*GroupSort

type ModLongNick

type ModLongNick struct {
	Uin   *uint64 `protobuf:"varint,1,opt"`
	Value []byte  `protobuf:"bytes,2,opt"`
}

func (*ModLongNick) GetUin

func (x *ModLongNick) GetUin() uint64

func (*ModLongNick) GetValue

func (x *ModLongNick) GetValue() []byte

type ModProfile

type ModProfile struct {
	Uin          *uint64        `protobuf:"varint,1,opt"`
	ProfileInfos []*ProfileInfo `protobuf:"bytes,2,rep"`
}

func (*ModProfile) GetProfileInfos

func (x *ModProfile) GetProfileInfos() []*ProfileInfo

func (*ModProfile) GetUin

func (x *ModProfile) GetUin() uint64

type ModSnsGeneralInfo

type ModSnsGeneralInfo struct {
	SnsGeneralInfos []*SnsUpateBuffer `protobuf:"bytes,1,rep"`
}

func (*ModSnsGeneralInfo) GetSnsGeneralInfos

func (x *ModSnsGeneralInfo) GetSnsGeneralInfos() []*SnsUpateBuffer

type NewComeinUser

type NewComeinUser struct {
	Uin    *uint64 `protobuf:"varint,1,opt"`
	IsFrd  *uint32 `protobuf:"varint,2,opt"`
	Remark []byte  `protobuf:"bytes,3,opt"`
	Nick   []byte  `protobuf:"bytes,4,opt"`
}

func (*NewComeinUser) GetIsFrd

func (x *NewComeinUser) GetIsFrd() uint32

func (*NewComeinUser) GetNick

func (x *NewComeinUser) GetNick() []byte

func (*NewComeinUser) GetRemark

func (x *NewComeinUser) GetRemark() []byte

func (*NewComeinUser) GetUin

func (x *NewComeinUser) GetUin() uint64

type NewComeinUserNotify

type NewComeinUserNotify struct {
	MsgType       *uint32        `protobuf:"varint,1,opt"`
	OngNotify     *bool          `protobuf:"varint,2,opt"`
	PushTime      *uint32        `protobuf:"varint,3,opt"`
	NewComeinUser *NewComeinUser `protobuf:"bytes,4,opt"`
	NewGroup      *NewGroup      `protobuf:"bytes,5,opt"`
	NewGroupUser  *NewGroupUser  `protobuf:"bytes,6,opt"`
}

func (*NewComeinUserNotify) GetMsgType

func (x *NewComeinUserNotify) GetMsgType() uint32

func (*NewComeinUserNotify) GetNewComeinUser

func (x *NewComeinUserNotify) GetNewComeinUser() *NewComeinUser

func (*NewComeinUserNotify) GetNewGroup

func (x *NewComeinUserNotify) GetNewGroup() *NewGroup

func (*NewComeinUserNotify) GetNewGroupUser

func (x *NewComeinUserNotify) GetNewGroupUser() *NewGroupUser

func (*NewComeinUserNotify) GetOngNotify

func (x *NewComeinUserNotify) GetOngNotify() bool

func (*NewComeinUserNotify) GetPushTime

func (x *NewComeinUserNotify) GetPushTime() uint32

type NewGroup

type NewGroup struct {
	GroupCode *uint64 `protobuf:"varint,1,opt"`
	GroupName []byte  `protobuf:"bytes,2,opt"`
	OwnerUin  *uint64 `protobuf:"varint,3,opt"`
	OwnerNick []byte  `protobuf:"bytes,4,opt"`
	Distance  []byte  `protobuf:"bytes,5,opt"`
}

func (*NewGroup) GetDistance

func (x *NewGroup) GetDistance() []byte

func (*NewGroup) GetGroupCode

func (x *NewGroup) GetGroupCode() uint64

func (*NewGroup) GetGroupName

func (x *NewGroup) GetGroupName() []byte

func (*NewGroup) GetOwnerNick

func (x *NewGroup) GetOwnerNick() []byte

func (*NewGroup) GetOwnerUin

func (x *NewGroup) GetOwnerUin() uint64

type NewGroupUser

type NewGroupUser struct {
	Uin      *uint64 `protobuf:"varint,1,opt"`
	Sex      *int32  `protobuf:"varint,2,opt"`
	Age      *int32  `protobuf:"varint,3,opt"`
	Nick     *string `protobuf:"bytes,4,opt"`
	Distance []byte  `protobuf:"bytes,5,opt"`
}

func (*NewGroupUser) GetAge

func (x *NewGroupUser) GetAge() int32

func (*NewGroupUser) GetDistance

func (x *NewGroupUser) GetDistance() []byte

func (*NewGroupUser) GetNick

func (x *NewGroupUser) GetNick() string

func (*NewGroupUser) GetSex

func (x *NewGroupUser) GetSex() int32

func (*NewGroupUser) GetUin

func (x *NewGroupUser) GetUin() uint64

type OneRoamPriv

type OneRoamPriv struct {
	Fuin      *uint64 `protobuf:"varint,1,opt"`
	PrivTag   *uint32 `protobuf:"varint,2,opt"`
	PrivValue *uint32 `protobuf:"varint,3,opt"`
}

func (*OneRoamPriv) GetFuin

func (x *OneRoamPriv) GetFuin() uint64

func (*OneRoamPriv) GetPrivTag

func (x *OneRoamPriv) GetPrivTag() uint32

func (*OneRoamPriv) GetPrivValue

func (x *OneRoamPriv) GetPrivValue() uint32

type PraiseRankNotify

type PraiseRankNotify struct {
	IsChampion *uint32 `protobuf:"varint,11,opt"`
	RankNum    *uint32 `protobuf:"varint,12,opt"`
	Msg        *string `protobuf:"bytes,13,opt"`
}

func (*PraiseRankNotify) GetIsChampion

func (x *PraiseRankNotify) GetIsChampion() uint32

func (*PraiseRankNotify) GetMsg

func (x *PraiseRankNotify) GetMsg() string

func (*PraiseRankNotify) GetRankNum

func (x *PraiseRankNotify) GetRankNum() uint32

type ProfileInfo

type ProfileInfo struct {
	Field *uint32 `protobuf:"varint,1,opt"`
	Value []byte  `protobuf:"bytes,2,opt"`
}

func (*ProfileInfo) GetField

func (x *ProfileInfo) GetField() uint32

func (*ProfileInfo) GetValue

func (x *ProfileInfo) GetValue() []byte

type PushReportDev

type PushReportDev struct {
	MsgType      *uint32 `protobuf:"varint,1,opt"`
	Cookie       []byte  `protobuf:"bytes,4,opt"`
	ReportMaxNum *uint32 `protobuf:"varint,5,opt"`
	Sn           []byte  `protobuf:"bytes,6,opt"`
}

func (*PushReportDev) GetCookie

func (x *PushReportDev) GetCookie() []byte

func (*PushReportDev) GetMsgType

func (x *PushReportDev) GetMsgType() uint32

func (*PushReportDev) GetReportMaxNum

func (x *PushReportDev) GetReportMaxNum() uint32

func (*PushReportDev) GetSn

func (x *PushReportDev) GetSn() []byte

type PushSearchDev

type PushSearchDev struct {
	MsgType  *uint32 `protobuf:"varint,1,opt"`
	GpsInfo  *GPS    `protobuf:"bytes,2,opt"`
	DevTime  *uint32 `protobuf:"varint,3,opt"`
	PushTime *uint32 `protobuf:"varint,4,opt"`
	Din      *uint64 `protobuf:"varint,5,opt"`
	Data     *string `protobuf:"bytes,6,opt"`
}

func (*PushSearchDev) GetData

func (x *PushSearchDev) GetData() string

func (*PushSearchDev) GetDevTime

func (x *PushSearchDev) GetDevTime() uint32

func (*PushSearchDev) GetDin

func (x *PushSearchDev) GetDin() uint64

func (*PushSearchDev) GetGpsInfo

func (x *PushSearchDev) GetGpsInfo() *GPS

func (*PushSearchDev) GetMsgType

func (x *PushSearchDev) GetMsgType() uint32

func (*PushSearchDev) GetPushTime

func (x *PushSearchDev) GetPushTime() uint32

type QQPayPush

type QQPayPush struct {
	Uin   *uint64 `protobuf:"varint,1,opt"`
	PayOk *bool   `protobuf:"varint,2,opt"`
}

func (*QQPayPush) GetPayOk

func (x *QQPayPush) GetPayOk() bool

func (*QQPayPush) GetUin

func (x *QQPayPush) GetUin() uint64

type SnsUpateBuffer

type SnsUpateBuffer struct {
	Uin           *uint64          `protobuf:"varint,1,opt"`
	Code          *uint64          `protobuf:"varint,2,opt"`
	Result        *uint32          `protobuf:"varint,3,opt"`
	SnsUpdateItem []*SnsUpdateItem `protobuf:"bytes,400,rep"`
	Idlist        []uint32         `protobuf:"varint,401,rep"`
}

func (*SnsUpateBuffer) GetCode

func (x *SnsUpateBuffer) GetCode() uint64

func (*SnsUpateBuffer) GetIdlist

func (x *SnsUpateBuffer) GetIdlist() []uint32

func (*SnsUpateBuffer) GetResult

func (x *SnsUpateBuffer) GetResult() uint32

func (*SnsUpateBuffer) GetSnsUpdateItem

func (x *SnsUpateBuffer) GetSnsUpdateItem() []*SnsUpdateItem

func (*SnsUpateBuffer) GetUin

func (x *SnsUpateBuffer) GetUin() uint64

type SnsUpdateFlag

type SnsUpdateFlag struct {
	UpdateSnsFlag []*SnsUpdateOneFlag `protobuf:"bytes,1,rep"`
}

func (*SnsUpdateFlag) GetUpdateSnsFlag

func (x *SnsUpdateFlag) GetUpdateSnsFlag() []*SnsUpdateOneFlag

type SnsUpdateItem

type SnsUpdateItem struct {
	UpdateSnsType *uint32 `protobuf:"varint,1,opt"`
	Value         []byte  `protobuf:"bytes,2,opt"`
}

func (*SnsUpdateItem) GetUpdateSnsType

func (x *SnsUpdateItem) GetUpdateSnsType() uint32

func (*SnsUpdateItem) GetValue

func (x *SnsUpdateItem) GetValue() []byte

type SnsUpdateOneFlag

type SnsUpdateOneFlag struct {
	XUin *uint64 `protobuf:"varint,1,opt"`
	Id   *uint64 `protobuf:"varint,2,opt"`
	Flag *uint32 `protobuf:"varint,3,opt"`
}

func (*SnsUpdateOneFlag) GetFlag

func (x *SnsUpdateOneFlag) GetFlag() uint32

func (*SnsUpdateOneFlag) GetId

func (x *SnsUpdateOneFlag) GetId() uint64

func (*SnsUpdateOneFlag) GetXUin

func (x *SnsUpdateOneFlag) GetXUin() uint64

type SubMsg0X27Body

type SubMsg0X27Body struct {
	ModInfos []*ForwardBody `protobuf:"bytes,1,rep"`
}

func (*SubMsg0X27Body) GetModInfos

func (x *SubMsg0X27Body) GetModInfos() []*ForwardBody

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL