go_qq_protobuf

package module
v0.0.0-...-ac54c43 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2022 License: MIT Imports: 4 Imported by: 1

README

go-qq-protobuf

来点,qq的protobuf

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_message_messageBody_proto protoreflect.FileDescriptor
View Source
var File_message_messageHead_proto protoreflect.FileDescriptor
View Source
var File_message_message_proto protoreflect.FileDescriptor
View Source
var File_protobufStruct_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AnonymousGroupMessage

type AnonymousGroupMessage struct {
	Flags         *uint32 `protobuf:"varint,1,opt,name=Flags,proto3,oneof" json:"Flags,omitempty"`
	AnonymousId   []byte  `protobuf:"bytes,2,opt,name=AnonymousId,proto3,oneof" json:"AnonymousId,omitempty"`
	AnonymousNick []byte  `protobuf:"bytes,3,opt,name=AnonymousNick,proto3,oneof" json:"AnonymousNick,omitempty"`
	HeadPortrait  *uint32 `protobuf:"varint,4,opt,name=HeadPortrait,proto3,oneof" json:"HeadPortrait,omitempty"`
	ExpireTime    *uint32 `protobuf:"varint,5,opt,name=ExpireTime,proto3,oneof" json:"ExpireTime,omitempty"`
	BubbleId      *uint32 `protobuf:"varint,6,opt,name=BubbleId,proto3,oneof" json:"BubbleId,omitempty"`
	RankColor     []byte  `protobuf:"bytes,7,opt,name=RankColor,proto3,oneof" json:"RankColor,omitempty"`
	// contains filtered or unexported fields
}

func (*AnonymousGroupMessage) Descriptor deprecated

func (*AnonymousGroupMessage) Descriptor() ([]byte, []int)

Deprecated: Use AnonymousGroupMessage.ProtoReflect.Descriptor instead.

func (*AnonymousGroupMessage) GetAnonymousId

func (x *AnonymousGroupMessage) GetAnonymousId() []byte

func (*AnonymousGroupMessage) GetAnonymousNick

func (x *AnonymousGroupMessage) GetAnonymousNick() []byte

func (*AnonymousGroupMessage) GetBubbleId

func (x *AnonymousGroupMessage) GetBubbleId() uint32

func (*AnonymousGroupMessage) GetExpireTime

func (x *AnonymousGroupMessage) GetExpireTime() uint32

func (*AnonymousGroupMessage) GetFlags

func (x *AnonymousGroupMessage) GetFlags() uint32

func (*AnonymousGroupMessage) GetHeadPortrait

func (x *AnonymousGroupMessage) GetHeadPortrait() uint32

func (*AnonymousGroupMessage) GetRankColor

func (x *AnonymousGroupMessage) GetRankColor() []byte

func (*AnonymousGroupMessage) ProtoMessage

func (*AnonymousGroupMessage) ProtoMessage()

func (*AnonymousGroupMessage) ProtoReflect

func (x *AnonymousGroupMessage) ProtoReflect() protoreflect.Message

func (*AnonymousGroupMessage) Reset

func (x *AnonymousGroupMessage) Reset()

func (*AnonymousGroupMessage) String

func (x *AnonymousGroupMessage) String() string

type AppShareInfo

type AppShareInfo struct {
	AppShareId       *uint32     `protobuf:"varint,1,opt,name=AppShareId,proto3,oneof" json:"AppShareId,omitempty"`
	AppShareCookie   []byte      `protobuf:"bytes,2,opt,name=AppShareCookie,proto3,oneof" json:"AppShareCookie,omitempty"`
	AppShareResource *PluginInfo `protobuf:"bytes,3,opt,name=AppShareResource,proto3,oneof" json:"AppShareResource,omitempty"`
	// contains filtered or unexported fields
}

func (*AppShareInfo) Descriptor deprecated

func (*AppShareInfo) Descriptor() ([]byte, []int)

Deprecated: Use AppShareInfo.ProtoReflect.Descriptor instead.

func (*AppShareInfo) GetAppShareCookie

func (x *AppShareInfo) GetAppShareCookie() []byte

func (*AppShareInfo) GetAppShareId

func (x *AppShareInfo) GetAppShareId() uint32

func (*AppShareInfo) GetAppShareResource

func (x *AppShareInfo) GetAppShareResource() *PluginInfo

func (*AppShareInfo) ProtoMessage

func (*AppShareInfo) ProtoMessage()

func (*AppShareInfo) ProtoReflect

func (x *AppShareInfo) ProtoReflect() protoreflect.Message

func (*AppShareInfo) Reset

func (x *AppShareInfo) Reset()

func (*AppShareInfo) String

func (x *AppShareInfo) String() string

type Attribute

type Attribute struct {
	CodePage       *int32  `protobuf:"zigzag32,1,opt,name=CodePage,proto3,oneof" json:"CodePage,omitempty"`
	Time           *uint32 `protobuf:"varint,2,opt,name=Time,proto3,oneof" json:"Time,omitempty"`
	Random         *uint32 `protobuf:"varint,3,opt,name=Random,proto3,oneof" json:"Random,omitempty"`
	Color          *uint32 `protobuf:"varint,4,opt,name=Color,proto3,oneof" json:"Color,omitempty"`
	Size           *uint32 `protobuf:"varint,5,opt,name=Size,proto3,oneof" json:"Size,omitempty"`
	Effect         *uint32 `protobuf:"varint,6,opt,name=Effect,proto3,oneof" json:"Effect,omitempty"`
	CharSet        *uint32 `protobuf:"varint,7,opt,name=CharSet,proto3,oneof" json:"CharSet,omitempty"`
	PitchAndFamily *uint32 `protobuf:"varint,8,opt,name=PitchAndFamily,proto3,oneof" json:"PitchAndFamily,omitempty"`
	FontName       *string `protobuf:"bytes,9,opt,name=FontName,proto3,oneof" json:"FontName,omitempty"`
	ReserveData    []byte  `protobuf:"bytes,10,opt,name=ReserveData,proto3,oneof" json:"ReserveData,omitempty"`
	// contains filtered or unexported fields
}

func (*Attribute) Descriptor deprecated

func (*Attribute) Descriptor() ([]byte, []int)

Deprecated: Use Attribute.ProtoReflect.Descriptor instead.

func (*Attribute) GetCharSet

func (x *Attribute) GetCharSet() uint32

func (*Attribute) GetCodePage

func (x *Attribute) GetCodePage() int32

func (*Attribute) GetColor

func (x *Attribute) GetColor() uint32

func (*Attribute) GetEffect

func (x *Attribute) GetEffect() uint32

func (*Attribute) GetFontName

func (x *Attribute) GetFontName() string

func (*Attribute) GetPitchAndFamily

func (x *Attribute) GetPitchAndFamily() uint32

func (*Attribute) GetRandom

func (x *Attribute) GetRandom() uint32

func (*Attribute) GetReserveData

func (x *Attribute) GetReserveData() []byte

func (*Attribute) GetSize

func (x *Attribute) GetSize() uint32

func (*Attribute) GetTime

func (x *Attribute) GetTime() uint32

func (*Attribute) ProtoMessage

func (*Attribute) ProtoMessage()

func (*Attribute) ProtoReflect

func (x *Attribute) ProtoReflect() protoreflect.Message

func (*Attribute) Reset

func (x *Attribute) Reset()

func (*Attribute) String

func (x *Attribute) String() string

type C2CTempMessageHead

type C2CTempMessageHead struct {
	C2CType            *uint32 `protobuf:"varint,1,opt,name=C2CType,proto3,oneof" json:"C2CType,omitempty"`
	ServiceType        *uint32 `protobuf:"varint,2,opt,name=ServiceType,proto3,oneof" json:"ServiceType,omitempty"`
	GroupUin           *uint64 `protobuf:"varint,3,opt,name=GroupUin,proto3,oneof" json:"GroupUin,omitempty"`
	GroupCode          *uint64 `protobuf:"varint,4,opt,name=GroupCode,proto3,oneof" json:"GroupCode,omitempty"`
	Sig                []byte  `protobuf:"bytes,5,opt,name=Sig,proto3,oneof" json:"Sig,omitempty"`
	SigType            *uint32 `protobuf:"varint,6,opt,name=SigType,proto3,oneof" json:"SigType,omitempty"`
	FromPhone          *string `protobuf:"bytes,7,opt,name=FromPhone,proto3,oneof" json:"FromPhone,omitempty"`
	ToPhone            *string `protobuf:"bytes,8,opt,name=ToPhone,proto3,oneof" json:"ToPhone,omitempty"`
	LockDisplay        *uint32 `protobuf:"varint,9,opt,name=LockDisplay,proto3,oneof" json:"LockDisplay,omitempty"`
	DirectionFlag      *uint32 `protobuf:"varint,10,opt,name=DirectionFlag,proto3,oneof" json:"DirectionFlag,omitempty"`
	Reserved           []byte  `protobuf:"bytes,11,opt,name=Reserved,proto3,oneof" json:"Reserved,omitempty"`
	BusinessName       []byte  `protobuf:"bytes,14,opt,name=BusinessName,proto3,oneof" json:"BusinessName,omitempty"`
	BusinessSubContent []byte  `protobuf:"bytes,15,opt,name=BusinessSubContent,proto3,oneof" json:"BusinessSubContent,omitempty"`
	// contains filtered or unexported fields
}

func (*C2CTempMessageHead) Descriptor deprecated

func (*C2CTempMessageHead) Descriptor() ([]byte, []int)

Deprecated: Use C2CTempMessageHead.ProtoReflect.Descriptor instead.

func (*C2CTempMessageHead) GetBusinessName

func (x *C2CTempMessageHead) GetBusinessName() []byte

func (*C2CTempMessageHead) GetBusinessSubContent

func (x *C2CTempMessageHead) GetBusinessSubContent() []byte

func (*C2CTempMessageHead) GetC2CType

func (x *C2CTempMessageHead) GetC2CType() uint32

func (*C2CTempMessageHead) GetDirectionFlag

func (x *C2CTempMessageHead) GetDirectionFlag() uint32

func (*C2CTempMessageHead) GetFromPhone

func (x *C2CTempMessageHead) GetFromPhone() string

func (*C2CTempMessageHead) GetGroupCode

func (x *C2CTempMessageHead) GetGroupCode() uint64

func (*C2CTempMessageHead) GetGroupUin

func (x *C2CTempMessageHead) GetGroupUin() uint64

func (*C2CTempMessageHead) GetLockDisplay

func (x *C2CTempMessageHead) GetLockDisplay() uint32

func (*C2CTempMessageHead) GetReserved

func (x *C2CTempMessageHead) GetReserved() []byte

func (*C2CTempMessageHead) GetServiceType

func (x *C2CTempMessageHead) GetServiceType() uint32

func (*C2CTempMessageHead) GetSig

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

func (*C2CTempMessageHead) GetSigType

func (x *C2CTempMessageHead) GetSigType() uint32

func (*C2CTempMessageHead) GetToPhone

func (x *C2CTempMessageHead) GetToPhone() string

func (*C2CTempMessageHead) ProtoMessage

func (*C2CTempMessageHead) ProtoMessage()

func (*C2CTempMessageHead) ProtoReflect

func (x *C2CTempMessageHead) ProtoReflect() protoreflect.Message

func (*C2CTempMessageHead) Reset

func (x *C2CTempMessageHead) Reset()

func (*C2CTempMessageHead) String

func (x *C2CTempMessageHead) String() string

type CommonElement

type CommonElement struct {
	ServiceType  *uint32 `protobuf:"varint,1,opt,name=ServiceType,proto3,oneof" json:"ServiceType,omitempty"`
	PbElement    []byte  `protobuf:"bytes,2,opt,name=PbElement,proto3,oneof" json:"PbElement,omitempty"`
	BusinessType *uint32 `protobuf:"varint,3,opt,name=BusinessType,proto3,oneof" json:"BusinessType,omitempty"`
	// contains filtered or unexported fields
}

func (*CommonElement) Descriptor deprecated

func (*CommonElement) Descriptor() ([]byte, []int)

Deprecated: Use CommonElement.ProtoReflect.Descriptor instead.

func (*CommonElement) GetBusinessType

func (x *CommonElement) GetBusinessType() uint32

func (*CommonElement) GetPbElement

func (x *CommonElement) GetPbElement() []byte

func (*CommonElement) GetServiceType

func (x *CommonElement) GetServiceType() uint32

func (*CommonElement) ProtoMessage

func (*CommonElement) ProtoMessage()

func (*CommonElement) ProtoReflect

func (x *CommonElement) ProtoReflect() protoreflect.Message

func (*CommonElement) Reset

func (x *CommonElement) Reset()

func (*CommonElement) String

func (x *CommonElement) String() string

type ContentHead

type ContentHead struct {
	PackageNum   *uint32 `protobuf:"varint,1,opt,name=PackageNum,proto3,oneof" json:"PackageNum,omitempty"`
	PackageIndex *uint32 `protobuf:"varint,2,opt,name=PackageIndex,proto3,oneof" json:"PackageIndex,omitempty"`
	DivSeqence   *uint32 `protobuf:"varint,3,opt,name=DivSeqence,proto3,oneof" json:"DivSeqence,omitempty"`
	AutoReply    *uint32 `protobuf:"varint,4,opt,name=AutoReply,proto3,oneof" json:"AutoReply,omitempty"`
	// contains filtered or unexported fields
}

func (*ContentHead) Descriptor deprecated

func (*ContentHead) Descriptor() ([]byte, []int)

Deprecated: Use ContentHead.ProtoReflect.Descriptor instead.

func (*ContentHead) GetAutoReply

func (x *ContentHead) GetAutoReply() uint32

func (*ContentHead) GetDivSeqence

func (x *ContentHead) GetDivSeqence() uint32

func (*ContentHead) GetPackageIndex

func (x *ContentHead) GetPackageIndex() uint32

func (*ContentHead) GetPackageNum

func (x *ContentHead) GetPackageNum() uint32

func (*ContentHead) ProtoMessage

func (*ContentHead) ProtoMessage()

func (*ContentHead) ProtoReflect

func (x *ContentHead) ProtoReflect() protoreflect.Message

func (*ContentHead) Reset

func (x *ContentHead) Reset()

func (*ContentHead) String

func (x *ContentHead) String() string

type CustomElem

type CustomElem struct {
	Desc     []byte  `protobuf:"bytes,1,opt,name=Desc,proto3,oneof" json:"Desc,omitempty"`
	Data     []byte  `protobuf:"bytes,2,opt,name=Data,proto3,oneof" json:"Data,omitempty"`
	EnumType *uint32 `protobuf:"varint,3,opt,name=EnumType,proto3,oneof" json:"EnumType,omitempty"`
	Ext      []byte  `protobuf:"bytes,4,opt,name=Ext,proto3,oneof" json:"Ext,omitempty"`
	Sound    []byte  `protobuf:"bytes,5,opt,name=Sound,proto3,oneof" json:"Sound,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomElem) Descriptor deprecated

func (*CustomElem) Descriptor() ([]byte, []int)

Deprecated: Use CustomElem.ProtoReflect.Descriptor instead.

func (*CustomElem) GetData

func (x *CustomElem) GetData() []byte

func (*CustomElem) GetDesc

func (x *CustomElem) GetDesc() []byte

func (*CustomElem) GetEnumType

func (x *CustomElem) GetEnumType() uint32

func (*CustomElem) GetExt

func (x *CustomElem) GetExt() []byte

func (*CustomElem) GetSound

func (x *CustomElem) GetSound() []byte

func (*CustomElem) ProtoMessage

func (*CustomElem) ProtoMessage()

func (*CustomElem) ProtoReflect

func (x *CustomElem) ProtoReflect() protoreflect.Message

func (*CustomElem) Reset

func (x *CustomElem) Reset()

func (*CustomElem) String

func (x *CustomElem) String() string

type CustomFace

type CustomFace struct {
	Guid        []byte  `protobuf:"bytes,1,opt,name=Guid,proto3,oneof" json:"Guid,omitempty"`
	FilePath    *string `protobuf:"bytes,2,opt,name=FilePath,proto3,oneof" json:"FilePath,omitempty"`
	Shortcut    *string `protobuf:"bytes,3,opt,name=Shortcut,proto3,oneof" json:"Shortcut,omitempty"`
	Buffer      []byte  `protobuf:"bytes,4,opt,name=Buffer,proto3,oneof" json:"Buffer,omitempty"`
	Flag        []byte  `protobuf:"bytes,5,opt,name=Flag,proto3,oneof" json:"Flag,omitempty"`
	OldData     []byte  `protobuf:"bytes,6,opt,name=OldData,proto3,oneof" json:"OldData,omitempty"`
	FileId      *int32  `protobuf:"varint,7,opt,name=FileId,proto3,oneof" json:"FileId,omitempty"`
	ServerIp    *int32  `protobuf:"varint,8,opt,name=ServerIp,proto3,oneof" json:"ServerIp,omitempty"`
	ServerPort  *int32  `protobuf:"varint,9,opt,name=ServerPort,proto3,oneof" json:"ServerPort,omitempty"`
	FileType    *int32  `protobuf:"varint,10,opt,name=FileType,proto3,oneof" json:"FileType,omitempty"`
	Signature   []byte  `protobuf:"bytes,11,opt,name=Signature,proto3,oneof" json:"Signature,omitempty"`
	Useful      *int32  `protobuf:"varint,12,opt,name=Useful,proto3,oneof" json:"Useful,omitempty"`
	Md5         []byte  `protobuf:"bytes,13,opt,name=Md5,proto3,oneof" json:"Md5,omitempty"`
	ThumbUrl    *string `protobuf:"bytes,14,opt,name=ThumbUrl,proto3,oneof" json:"ThumbUrl,omitempty"`
	BigUrl      *string `protobuf:"bytes,15,opt,name=BigUrl,proto3,oneof" json:"BigUrl,omitempty"`
	OriginalUrl *string `protobuf:"bytes,16,opt,name=OriginalUrl,proto3,oneof" json:"OriginalUrl,omitempty"`
	BizType     *int32  `protobuf:"varint,17,opt,name=BizType,proto3,oneof" json:"BizType,omitempty"`
	RepeatIndex *int32  `protobuf:"varint,18,opt,name=RepeatIndex,proto3,oneof" json:"RepeatIndex,omitempty"`
	RepeatImage *int32  `protobuf:"varint,19,opt,name=RepeatImage,proto3,oneof" json:"RepeatImage,omitempty"`
	ImageType   *int32  `protobuf:"varint,20,opt,name=ImageType,proto3,oneof" json:"ImageType,omitempty"`
	Index       *int32  `protobuf:"varint,21,opt,name=Index,proto3,oneof" json:"Index,omitempty"`
	Width       *int32  `protobuf:"varint,22,opt,name=Width,proto3,oneof" json:"Width,omitempty"`
	Height      *int32  `protobuf:"varint,23,opt,name=Height,proto3,oneof" json:"Height,omitempty"`
	Source      *int32  `protobuf:"varint,24,opt,name=Source,proto3,oneof" json:"Source,omitempty"`
	Size        *int32  `protobuf:"varint,25,opt,name=Size,proto3,oneof" json:"Size,omitempty"`
	Origin      *int32  `protobuf:"varint,26,opt,name=Origin,proto3,oneof" json:"Origin,omitempty"`
	ThumbWidth  *int32  `protobuf:"varint,27,opt,name=ThumbWidth,proto3,oneof" json:"ThumbWidth,omitempty"`
	ThumbHeight *int32  `protobuf:"varint,28,opt,name=ThumbHeight,proto3,oneof" json:"ThumbHeight,omitempty"`
	ShowLen     *int32  `protobuf:"varint,29,opt,name=ShowLen,proto3,oneof" json:"ShowLen,omitempty"`
	DownloadLen *int32  `protobuf:"varint,30,opt,name=DownloadLen,proto3,oneof" json:"DownloadLen,omitempty"`
	X400Url     *string `protobuf:"bytes,31,opt,name=_400Url,json=400Url,proto3,oneof" json:"_400Url,omitempty"`
	X400Width   *int32  `protobuf:"varint,32,opt,name=_400Width,json=400Width,proto3,oneof" json:"_400Width,omitempty"`
	X400Height  *int32  `protobuf:"varint,33,opt,name=_400Height,json=400Height,proto3,oneof" json:"_400Height,omitempty"`
	PbReserve   []byte  `protobuf:"bytes,34,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomFace) Descriptor deprecated

func (*CustomFace) Descriptor() ([]byte, []int)

Deprecated: Use CustomFace.ProtoReflect.Descriptor instead.

func (*CustomFace) GetBigUrl

func (x *CustomFace) GetBigUrl() string

func (*CustomFace) GetBizType

func (x *CustomFace) GetBizType() int32

func (*CustomFace) GetBuffer

func (x *CustomFace) GetBuffer() []byte

func (*CustomFace) GetDownloadLen

func (x *CustomFace) GetDownloadLen() int32

func (*CustomFace) GetFileId

func (x *CustomFace) GetFileId() int32

func (*CustomFace) GetFilePath

func (x *CustomFace) GetFilePath() string

func (*CustomFace) GetFileType

func (x *CustomFace) GetFileType() int32

func (*CustomFace) GetFlag

func (x *CustomFace) GetFlag() []byte

func (*CustomFace) GetGuid

func (x *CustomFace) GetGuid() []byte

func (*CustomFace) GetHeight

func (x *CustomFace) GetHeight() int32

func (*CustomFace) GetImageType

func (x *CustomFace) GetImageType() int32

func (*CustomFace) GetIndex

func (x *CustomFace) GetIndex() int32

func (*CustomFace) GetMd5

func (x *CustomFace) GetMd5() []byte

func (*CustomFace) GetOldData

func (x *CustomFace) GetOldData() []byte

func (*CustomFace) GetOrigin

func (x *CustomFace) GetOrigin() int32

func (*CustomFace) GetOriginalUrl

func (x *CustomFace) GetOriginalUrl() string

func (*CustomFace) GetPbReserve

func (x *CustomFace) GetPbReserve() []byte

func (*CustomFace) GetRepeatImage

func (x *CustomFace) GetRepeatImage() int32

func (*CustomFace) GetRepeatIndex

func (x *CustomFace) GetRepeatIndex() int32

func (*CustomFace) GetServerIp

func (x *CustomFace) GetServerIp() int32

func (*CustomFace) GetServerPort

func (x *CustomFace) GetServerPort() int32

func (*CustomFace) GetShortcut

func (x *CustomFace) GetShortcut() string

func (*CustomFace) GetShowLen

func (x *CustomFace) GetShowLen() int32

func (*CustomFace) GetSignature

func (x *CustomFace) GetSignature() []byte

func (*CustomFace) GetSize

func (x *CustomFace) GetSize() int32

func (*CustomFace) GetSource

func (x *CustomFace) GetSource() int32

func (*CustomFace) GetThumbHeight

func (x *CustomFace) GetThumbHeight() int32

func (*CustomFace) GetThumbUrl

func (x *CustomFace) GetThumbUrl() string

func (*CustomFace) GetThumbWidth

func (x *CustomFace) GetThumbWidth() int32

func (*CustomFace) GetUseful

func (x *CustomFace) GetUseful() int32

func (*CustomFace) GetWidth

func (x *CustomFace) GetWidth() int32

func (*CustomFace) GetX400Height

func (x *CustomFace) GetX400Height() int32

func (*CustomFace) GetX400Url

func (x *CustomFace) GetX400Url() string

func (*CustomFace) GetX400Width

func (x *CustomFace) GetX400Width() int32

func (*CustomFace) ProtoMessage

func (*CustomFace) ProtoMessage()

func (*CustomFace) ProtoReflect

func (x *CustomFace) ProtoReflect() protoreflect.Message

func (*CustomFace) Reset

func (x *CustomFace) Reset()

func (*CustomFace) String

func (x *CustomFace) String() string

type D50RequestStruct

type D50RequestStruct struct {
	AppId                                *uint64  `protobuf:"varint,1,opt,name=AppId,proto3,oneof" json:"AppId,omitempty"`
	MaxPackageSize                       *uint32  `protobuf:"varint,2,opt,name=MaxPackageSize,proto3,oneof" json:"MaxPackageSize,omitempty"`
	StartTime                            *uint32  `protobuf:"varint,3,opt,name=StartTime,proto3,oneof" json:"StartTime,omitempty"`
	StartIndex                           *uint32  `protobuf:"varint,4,opt,name=StartIndex,proto3,oneof" json:"StartIndex,omitempty"`
	RequestNum                           *uint32  `protobuf:"varint,5,opt,name=RequestNum,proto3,oneof" json:"RequestNum,omitempty"`
	UinList                              []uint64 `protobuf:"varint,6,rep,packed,name=UinList,proto3" json:"UinList,omitempty"`
	RequestLovers                        *uint32  `protobuf:"varint,11002,opt,name=RequestLovers,proto3,oneof" json:"RequestLovers,omitempty"`
	RequestConfidante                    *uint32  `protobuf:"varint,21002,opt,name=RequestConfidante,proto3,oneof" json:"RequestConfidante,omitempty"`
	RequestBuddy                         *uint32  `protobuf:"varint,31002,opt,name=RequestBuddy,proto3,oneof" json:"RequestBuddy,omitempty"`
	RequestFriendTree                    *uint32  `protobuf:"varint,41001,opt,name=RequestFriendTree,proto3,oneof" json:"RequestFriendTree,omitempty"`
	RequestChat                          *uint32  `protobuf:"varint,51001,opt,name=RequestChat,proto3,oneof" json:"RequestChat,omitempty"`
	RequestPraise                        *uint32  `protobuf:"varint,61001,opt,name=RequestPraise,proto3,oneof" json:"RequestPraise,omitempty"`
	RequestQzoneLove                     *uint32  `protobuf:"varint,71001,opt,name=RequestQzoneLove,proto3,oneof" json:"RequestQzoneLove,omitempty"`
	RequestQzoneHouse                    *uint32  `protobuf:"varint,81001,opt,name=RequestQzoneHouse,proto3,oneof" json:"RequestQzoneHouse,omitempty"`
	RequestMusicSwitch                   *uint32  `protobuf:"varint,91001,opt,name=RequestMusicSwitch,proto3,oneof" json:"RequestMusicSwitch,omitempty"`
	RequestMutualmarkAlienation          *uint32  `protobuf:"varint,101001,opt,name=RequestMutualmarkAlienation,proto3,oneof" json:"RequestMutualmarkAlienation,omitempty"`
	RequestUnreadMessage                 *uint32  `protobuf:"varint,111001,opt,name=RequestUnreadMessage,proto3,oneof" json:"RequestUnreadMessage,omitempty"`
	RequestBoat                          *uint32  `protobuf:"varint,121001,opt,name=RequestBoat,proto3,oneof" json:"RequestBoat,omitempty"`
	RequestCloseFriend                   *uint32  `protobuf:"varint,131001,opt,name=RequestCloseFriend,proto3,oneof" json:"RequestCloseFriend,omitempty"`
	RequestMutualmarkScore               *uint32  `protobuf:"varint,141001,opt,name=RequestMutualmarkScore,proto3,oneof" json:"RequestMutualmarkScore,omitempty"`
	RequestKsingSwitch                   *uint32  `protobuf:"varint,151001,opt,name=RequestKsingSwitch,proto3,oneof" json:"RequestKsingSwitch,omitempty"`
	RequestMutalmarkLbsShare             *uint32  `protobuf:"varint,181001,opt,name=RequestMutalmarkLbsShare,proto3,oneof" json:"RequestMutalmarkLbsShare,omitempty"`
	RequestDontForgetMe                  *uint32  `protobuf:"varint,211001,opt,name=RequestDontForgetMe,proto3,oneof" json:"RequestDontForgetMe,omitempty"`
	RequestMyOnlineStatusVisibleToFriend *uint32  `` /* 137-byte string literal not displayed */
	RequestFriendOnlineStatusVisibleToMe *uint32  `` /* 137-byte string literal not displayed */
	RequestVisitorRecord                 *uint32  `protobuf:"varint,231001,opt,name=RequestVisitorRecord,proto3,oneof" json:"RequestVisitorRecord,omitempty"`
	RequestFriendStealRecord             *uint32  `protobuf:"varint,231002,opt,name=RequestFriendStealRecord,proto3,oneof" json:"RequestFriendStealRecord,omitempty"`
	RequestMyStealRecord                 *uint32  `protobuf:"varint,231003,opt,name=RequestMyStealRecord,proto3,oneof" json:"RequestMyStealRecord,omitempty"`
	RequestAvgame                        *uint32  `protobuf:"varint,241001,opt,name=RequestAvgame,proto3,oneof" json:"RequestAvgame,omitempty"`
	RequestAioQuickApp                   *uint32  `protobuf:"varint,251001,opt,name=RequestAioQuickApp,proto3,oneof" json:"RequestAioQuickApp,omitempty"`
	// contains filtered or unexported fields
}

func (*D50RequestStruct) Descriptor deprecated

func (*D50RequestStruct) Descriptor() ([]byte, []int)

Deprecated: Use D50RequestStruct.ProtoReflect.Descriptor instead.

func (*D50RequestStruct) GetAppId

func (x *D50RequestStruct) GetAppId() uint64

func (*D50RequestStruct) GetMaxPackageSize

func (x *D50RequestStruct) GetMaxPackageSize() uint32

func (*D50RequestStruct) GetRequestAioQuickApp

func (x *D50RequestStruct) GetRequestAioQuickApp() uint32

func (*D50RequestStruct) GetRequestAvgame

func (x *D50RequestStruct) GetRequestAvgame() uint32

func (*D50RequestStruct) GetRequestBoat

func (x *D50RequestStruct) GetRequestBoat() uint32

func (*D50RequestStruct) GetRequestBuddy

func (x *D50RequestStruct) GetRequestBuddy() uint32

func (*D50RequestStruct) GetRequestChat

func (x *D50RequestStruct) GetRequestChat() uint32

func (*D50RequestStruct) GetRequestCloseFriend

func (x *D50RequestStruct) GetRequestCloseFriend() uint32

func (*D50RequestStruct) GetRequestConfidante

func (x *D50RequestStruct) GetRequestConfidante() uint32

func (*D50RequestStruct) GetRequestDontForgetMe

func (x *D50RequestStruct) GetRequestDontForgetMe() uint32

func (*D50RequestStruct) GetRequestFriendOnlineStatusVisibleToMe

func (x *D50RequestStruct) GetRequestFriendOnlineStatusVisibleToMe() uint32

func (*D50RequestStruct) GetRequestFriendStealRecord

func (x *D50RequestStruct) GetRequestFriendStealRecord() uint32

func (*D50RequestStruct) GetRequestFriendTree

func (x *D50RequestStruct) GetRequestFriendTree() uint32

func (*D50RequestStruct) GetRequestKsingSwitch

func (x *D50RequestStruct) GetRequestKsingSwitch() uint32

func (*D50RequestStruct) GetRequestLovers

func (x *D50RequestStruct) GetRequestLovers() uint32

func (*D50RequestStruct) GetRequestMusicSwitch

func (x *D50RequestStruct) GetRequestMusicSwitch() uint32

func (*D50RequestStruct) GetRequestMutalmarkLbsShare

func (x *D50RequestStruct) GetRequestMutalmarkLbsShare() uint32

func (*D50RequestStruct) GetRequestMutualmarkAlienation

func (x *D50RequestStruct) GetRequestMutualmarkAlienation() uint32

func (*D50RequestStruct) GetRequestMutualmarkScore

func (x *D50RequestStruct) GetRequestMutualmarkScore() uint32

func (*D50RequestStruct) GetRequestMyOnlineStatusVisibleToFriend

func (x *D50RequestStruct) GetRequestMyOnlineStatusVisibleToFriend() uint32

func (*D50RequestStruct) GetRequestMyStealRecord

func (x *D50RequestStruct) GetRequestMyStealRecord() uint32

func (*D50RequestStruct) GetRequestNum

func (x *D50RequestStruct) GetRequestNum() uint32

func (*D50RequestStruct) GetRequestPraise

func (x *D50RequestStruct) GetRequestPraise() uint32

func (*D50RequestStruct) GetRequestQzoneHouse

func (x *D50RequestStruct) GetRequestQzoneHouse() uint32

func (*D50RequestStruct) GetRequestQzoneLove

func (x *D50RequestStruct) GetRequestQzoneLove() uint32

func (*D50RequestStruct) GetRequestUnreadMessage

func (x *D50RequestStruct) GetRequestUnreadMessage() uint32

func (*D50RequestStruct) GetRequestVisitorRecord

func (x *D50RequestStruct) GetRequestVisitorRecord() uint32

func (*D50RequestStruct) GetStartIndex

func (x *D50RequestStruct) GetStartIndex() uint32

func (*D50RequestStruct) GetStartTime

func (x *D50RequestStruct) GetStartTime() uint32

func (*D50RequestStruct) GetUinList

func (x *D50RequestStruct) GetUinList() []uint64

func (*D50RequestStruct) ProtoMessage

func (*D50RequestStruct) ProtoMessage()

func (*D50RequestStruct) ProtoReflect

func (x *D50RequestStruct) ProtoReflect() protoreflect.Message

func (*D50RequestStruct) Reset

func (x *D50RequestStruct) Reset()

func (*D50RequestStruct) String

func (x *D50RequestStruct) String() string

type DeviceInfoBytesStruct

type DeviceInfoBytesStruct struct {
	Bootloader   *string `protobuf:"bytes,1,opt,name=Bootloader,proto3,oneof" json:"Bootloader,omitempty"`
	ProcVersion  *string `protobuf:"bytes,2,opt,name=ProcVersion,proto3,oneof" json:"ProcVersion,omitempty"`
	CodeName     *string `protobuf:"bytes,3,opt,name=CodeName,proto3,oneof" json:"CodeName,omitempty"`
	Incremental  *string `protobuf:"bytes,4,opt,name=Incremental,proto3,oneof" json:"Incremental,omitempty"`
	FingerPrint  *string `protobuf:"bytes,5,opt,name=FingerPrint,proto3,oneof" json:"FingerPrint,omitempty"`
	BootId       *string `protobuf:"bytes,6,opt,name=BootId,proto3,oneof" json:"BootId,omitempty"`
	AndroidId    *string `protobuf:"bytes,7,opt,name=AndroidId,proto3,oneof" json:"AndroidId,omitempty"`
	BaseBand     *string `protobuf:"bytes,8,opt,name=BaseBand,proto3,oneof" json:"BaseBand,omitempty"`
	InnerVersion *string `protobuf:"bytes,9,opt,name=InnerVersion,proto3,oneof" json:"InnerVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceInfoBytesStruct) Descriptor deprecated

func (*DeviceInfoBytesStruct) Descriptor() ([]byte, []int)

Deprecated: Use DeviceInfoBytesStruct.ProtoReflect.Descriptor instead.

func (*DeviceInfoBytesStruct) GetAndroidId

func (x *DeviceInfoBytesStruct) GetAndroidId() string

func (*DeviceInfoBytesStruct) GetBaseBand

func (x *DeviceInfoBytesStruct) GetBaseBand() string

func (*DeviceInfoBytesStruct) GetBootId

func (x *DeviceInfoBytesStruct) GetBootId() string

func (*DeviceInfoBytesStruct) GetBootloader

func (x *DeviceInfoBytesStruct) GetBootloader() string

func (*DeviceInfoBytesStruct) GetCodeName

func (x *DeviceInfoBytesStruct) GetCodeName() string

func (*DeviceInfoBytesStruct) GetFingerPrint

func (x *DeviceInfoBytesStruct) GetFingerPrint() string

func (*DeviceInfoBytesStruct) GetIncremental

func (x *DeviceInfoBytesStruct) GetIncremental() string

func (*DeviceInfoBytesStruct) GetInnerVersion

func (x *DeviceInfoBytesStruct) GetInnerVersion() string

func (*DeviceInfoBytesStruct) GetProcVersion

func (x *DeviceInfoBytesStruct) GetProcVersion() string

func (*DeviceInfoBytesStruct) ProtoMessage

func (*DeviceInfoBytesStruct) ProtoMessage()

func (*DeviceInfoBytesStruct) ProtoReflect

func (x *DeviceInfoBytesStruct) ProtoReflect() protoreflect.Message

func (*DeviceInfoBytesStruct) Reset

func (x *DeviceInfoBytesStruct) Reset()

func (*DeviceInfoBytesStruct) String

func (x *DeviceInfoBytesStruct) String() string

type DiscussInfo

type DiscussInfo struct {
	DiscussUin         *uint64 `protobuf:"varint,1,opt,name=DiscussUin,proto3,oneof" json:"DiscussUin,omitempty"`
	DiscussType        *uint32 `protobuf:"varint,2,opt,name=DiscussType,proto3,oneof" json:"DiscussType,omitempty"`
	DiscussInfoSeqence *uint64 `protobuf:"varint,3,opt,name=DiscussInfoSeqence,proto3,oneof" json:"DiscussInfoSeqence,omitempty"`
	DiscussRemark      []byte  `protobuf:"bytes,4,opt,name=DiscussRemark,proto3,oneof" json:"DiscussRemark,omitempty"`
	DiscussName        []byte  `protobuf:"bytes,5,opt,name=DiscussName,proto3,oneof" json:"DiscussName,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscussInfo) Descriptor deprecated

func (*DiscussInfo) Descriptor() ([]byte, []int)

Deprecated: Use DiscussInfo.ProtoReflect.Descriptor instead.

func (*DiscussInfo) GetDiscussInfoSeqence

func (x *DiscussInfo) GetDiscussInfoSeqence() uint64

func (*DiscussInfo) GetDiscussName

func (x *DiscussInfo) GetDiscussName() []byte

func (*DiscussInfo) GetDiscussRemark

func (x *DiscussInfo) GetDiscussRemark() []byte

func (*DiscussInfo) GetDiscussType

func (x *DiscussInfo) GetDiscussType() uint32

func (*DiscussInfo) GetDiscussUin

func (x *DiscussInfo) GetDiscussUin() uint64

func (*DiscussInfo) ProtoMessage

func (*DiscussInfo) ProtoMessage()

func (*DiscussInfo) ProtoReflect

func (x *DiscussInfo) ProtoReflect() protoreflect.Message

func (*DiscussInfo) Reset

func (x *DiscussInfo) Reset()

func (*DiscussInfo) String

func (x *DiscussInfo) String() string

type ElemFlags2

type ElemFlags2 struct {
	ColorTextId      *uint32       `protobuf:"varint,1,opt,name=ColorTextId,proto3,oneof" json:"ColorTextId,omitempty"`
	MessageId        *uint64       `protobuf:"varint,2,opt,name=MessageId,proto3,oneof" json:"MessageId,omitempty"`
	WhisperSessionId *uint32       `protobuf:"varint,3,opt,name=WhisperSessionId,proto3,oneof" json:"WhisperSessionId,omitempty"`
	PttChangeBit     *uint32       `protobuf:"varint,4,opt,name=PttChangeBit,proto3,oneof" json:"PttChangeBit,omitempty"`
	VipStatus        *uint32       `protobuf:"varint,5,opt,name=VipStatus,proto3,oneof" json:"VipStatus,omitempty"`
	CompatibleId     *uint32       `protobuf:"varint,6,opt,name=CompatibleId,proto3,oneof" json:"CompatibleId,omitempty"`
	Inst             []*Inst       `protobuf:"bytes,7,rep,name=Inst,proto3" json:"Inst,omitempty"`
	MessageRptCnt    *uint32       `protobuf:"varint,8,opt,name=MessageRptCnt,proto3,oneof" json:"MessageRptCnt,omitempty"`
	SrcInst          *Inst         `protobuf:"bytes,9,opt,name=SrcInst,proto3,oneof" json:"SrcInst,omitempty"`
	Longitude        *uint32       `protobuf:"varint,10,opt,name=Longitude,proto3,oneof" json:"Longitude,omitempty"`
	Latitude         *uint32       `protobuf:"varint,11,opt,name=Latitude,proto3,oneof" json:"Latitude,omitempty"`
	CustomFont       *uint32       `protobuf:"varint,12,opt,name=CustomFont,proto3,oneof" json:"CustomFont,omitempty"`
	PcSupportDef     *PcSupportDef `protobuf:"bytes,13,opt,name=PcSupportDef,proto3,oneof" json:"PcSupportDef,omitempty"`
	CrmFlags         *uint32       `protobuf:"varint,14,opt,name=CrmFlags,proto3,oneof" json:"CrmFlags,omitempty"`
	// contains filtered or unexported fields
}

func (*ElemFlags2) Descriptor deprecated

func (*ElemFlags2) Descriptor() ([]byte, []int)

Deprecated: Use ElemFlags2.ProtoReflect.Descriptor instead.

func (*ElemFlags2) GetColorTextId

func (x *ElemFlags2) GetColorTextId() uint32

func (*ElemFlags2) GetCompatibleId

func (x *ElemFlags2) GetCompatibleId() uint32

func (*ElemFlags2) GetCrmFlags

func (x *ElemFlags2) GetCrmFlags() uint32

func (*ElemFlags2) GetCustomFont

func (x *ElemFlags2) GetCustomFont() uint32

func (*ElemFlags2) GetInst

func (x *ElemFlags2) GetInst() []*Inst

func (*ElemFlags2) GetLatitude

func (x *ElemFlags2) GetLatitude() uint32

func (*ElemFlags2) GetLongitude

func (x *ElemFlags2) GetLongitude() uint32

func (*ElemFlags2) GetMessageId

func (x *ElemFlags2) GetMessageId() uint64

func (*ElemFlags2) GetMessageRptCnt

func (x *ElemFlags2) GetMessageRptCnt() uint32

func (*ElemFlags2) GetPcSupportDef

func (x *ElemFlags2) GetPcSupportDef() *PcSupportDef

func (*ElemFlags2) GetPttChangeBit

func (x *ElemFlags2) GetPttChangeBit() uint32

func (*ElemFlags2) GetSrcInst

func (x *ElemFlags2) GetSrcInst() *Inst

func (*ElemFlags2) GetVipStatus

func (x *ElemFlags2) GetVipStatus() uint32

func (*ElemFlags2) GetWhisperSessionId

func (x *ElemFlags2) GetWhisperSessionId() uint32

func (*ElemFlags2) ProtoMessage

func (*ElemFlags2) ProtoMessage()

func (*ElemFlags2) ProtoReflect

func (x *ElemFlags2) ProtoReflect() protoreflect.Message

func (*ElemFlags2) Reset

func (x *ElemFlags2) Reset()

func (*ElemFlags2) String

func (x *ElemFlags2) String() string

type Element

type Element struct {
	Text                  *PlainText             `protobuf:"bytes,1,opt,name=Text,proto3,oneof" json:"Text,omitempty"`
	Face                  *Face                  `protobuf:"bytes,2,opt,name=Face,proto3,oneof" json:"Face,omitempty"`
	OnlineImage           *OnlineImage           `protobuf:"bytes,3,opt,name=OnlineImage,proto3,oneof" json:"OnlineImage,omitempty"`
	NotOnlineImage        *NotOnlineImage        `protobuf:"bytes,4,opt,name=NotOnlineImage,proto3,oneof" json:"NotOnlineImage,omitempty"`
	TransElem             *TransElem             `protobuf:"bytes,5,opt,name=TransElem,proto3,oneof" json:"TransElem,omitempty"`
	MarketFace            *MarketFace            `protobuf:"bytes,6,opt,name=MarketFace,proto3,oneof" json:"MarketFace,omitempty"`
	CustomFace            *CustomFace            `protobuf:"bytes,8,opt,name=CustomFace,proto3,oneof" json:"CustomFace,omitempty"`
	ElemFlags2            *ElemFlags2            `protobuf:"bytes,9,opt,name=ElemFlags2,proto3,oneof" json:"ElemFlags2,omitempty"`
	RichMessage           *RichMessage           `protobuf:"bytes,12,opt,name=RichMessage,proto3,oneof" json:"RichMessage,omitempty"`
	GroupFile             *GroupFile             `protobuf:"bytes,13,opt,name=GroupFile,proto3,oneof" json:"GroupFile,omitempty"`
	ExtraInfo             *ExtraInfo             `protobuf:"bytes,16,opt,name=ExtraInfo,proto3,oneof" json:"ExtraInfo,omitempty"`
	VideoFile             *VideoFile             `protobuf:"bytes,19,opt,name=VideoFile,proto3,oneof" json:"VideoFile,omitempty"`
	AnonymousGroupMessage *AnonymousGroupMessage `protobuf:"bytes,21,opt,name=AnonymousGroupMessage,proto3,oneof" json:"AnonymousGroupMessage,omitempty"`
	QQWalletMessage       *QQWalletMessage       `protobuf:"bytes,24,opt,name=QQWalletMessage,proto3,oneof" json:"QQWalletMessage,omitempty"`
	CustomElem            *CustomElem            `protobuf:"bytes,31,opt,name=CustomElem,proto3,oneof" json:"CustomElem,omitempty"`
	GeneralFlags          *GeneralFlags          `protobuf:"bytes,37,opt,name=GeneralFlags,proto3,oneof" json:"GeneralFlags,omitempty"`
	SourceMessage         *SourceMessage         `protobuf:"bytes,45,opt,name=SourceMessage,proto3,oneof" json:"SourceMessage,omitempty"`
	LightAppElement       *LightAppElement       `protobuf:"bytes,51,opt,name=LightAppElement,proto3,oneof" json:"LightAppElement,omitempty"`
	CommonElement         *CommonElement         `protobuf:"bytes,53,opt,name=CommonElement,proto3,oneof" json:"CommonElement,omitempty"`
	// contains filtered or unexported fields
}

func (*Element) Descriptor deprecated

func (*Element) Descriptor() ([]byte, []int)

Deprecated: Use Element.ProtoReflect.Descriptor instead.

func (*Element) GetAnonymousGroupMessage

func (x *Element) GetAnonymousGroupMessage() *AnonymousGroupMessage

func (*Element) GetCommonElement

func (x *Element) GetCommonElement() *CommonElement

func (*Element) GetCustomElem

func (x *Element) GetCustomElem() *CustomElem

func (*Element) GetCustomFace

func (x *Element) GetCustomFace() *CustomFace

func (*Element) GetElemFlags2

func (x *Element) GetElemFlags2() *ElemFlags2

func (*Element) GetExtraInfo

func (x *Element) GetExtraInfo() *ExtraInfo

func (*Element) GetFace

func (x *Element) GetFace() *Face

func (*Element) GetGeneralFlags

func (x *Element) GetGeneralFlags() *GeneralFlags

func (*Element) GetGroupFile

func (x *Element) GetGroupFile() *GroupFile

func (*Element) GetLightAppElement

func (x *Element) GetLightAppElement() *LightAppElement

func (*Element) GetMarketFace

func (x *Element) GetMarketFace() *MarketFace

func (*Element) GetNotOnlineImage

func (x *Element) GetNotOnlineImage() *NotOnlineImage

func (*Element) GetOnlineImage

func (x *Element) GetOnlineImage() *OnlineImage

func (*Element) GetQQWalletMessage

func (x *Element) GetQQWalletMessage() *QQWalletMessage

func (*Element) GetRichMessage

func (x *Element) GetRichMessage() *RichMessage

func (*Element) GetSourceMessage

func (x *Element) GetSourceMessage() *SourceMessage

func (*Element) GetText

func (x *Element) GetText() *PlainText

func (*Element) GetTransElem

func (x *Element) GetTransElem() *TransElem

func (*Element) GetVideoFile

func (x *Element) GetVideoFile() *VideoFile

func (*Element) ProtoMessage

func (*Element) ProtoMessage()

func (*Element) ProtoReflect

func (x *Element) ProtoReflect() protoreflect.Message

func (*Element) Reset

func (x *Element) Reset()

func (*Element) String

func (x *Element) String() string

type ExtGroupKeyInfo

type ExtGroupKeyInfo struct {
	CurrentMaxSeqence *uint32 `protobuf:"varint,1,opt,name=CurrentMaxSeqence,proto3,oneof" json:"CurrentMaxSeqence,omitempty"`
	CurrentTime       *uint64 `protobuf:"varint,2,opt,name=CurrentTime,proto3,oneof" json:"CurrentTime,omitempty"`
	OperateByParents  *uint32 `protobuf:"varint,3,opt,name=OperateByParents,proto3,oneof" json:"OperateByParents,omitempty"`
	ExtGroupInfo      []byte  `protobuf:"bytes,4,opt,name=ExtGroupInfo,proto3,oneof" json:"ExtGroupInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtGroupKeyInfo) Descriptor deprecated

func (*ExtGroupKeyInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExtGroupKeyInfo.ProtoReflect.Descriptor instead.

func (*ExtGroupKeyInfo) GetCurrentMaxSeqence

func (x *ExtGroupKeyInfo) GetCurrentMaxSeqence() uint32

func (*ExtGroupKeyInfo) GetCurrentTime

func (x *ExtGroupKeyInfo) GetCurrentTime() uint64

func (*ExtGroupKeyInfo) GetExtGroupInfo

func (x *ExtGroupKeyInfo) GetExtGroupInfo() []byte

func (*ExtGroupKeyInfo) GetOperateByParents

func (x *ExtGroupKeyInfo) GetOperateByParents() uint32

func (*ExtGroupKeyInfo) ProtoMessage

func (*ExtGroupKeyInfo) ProtoMessage()

func (*ExtGroupKeyInfo) ProtoReflect

func (x *ExtGroupKeyInfo) ProtoReflect() protoreflect.Message

func (*ExtGroupKeyInfo) Reset

func (x *ExtGroupKeyInfo) Reset()

func (*ExtGroupKeyInfo) String

func (x *ExtGroupKeyInfo) String() string

type ExtraInfo

type ExtraInfo struct {
	Nickname         []byte  `protobuf:"bytes,1,opt,name=Nickname,proto3,oneof" json:"Nickname,omitempty"`
	GroupCard        []byte  `protobuf:"bytes,2,opt,name=GroupCard,proto3,oneof" json:"GroupCard,omitempty"`
	Level            *uint32 `protobuf:"varint,3,opt,name=Level,proto3,oneof" json:"Level,omitempty"`
	Flags            *uint32 `protobuf:"varint,4,opt,name=Flags,proto3,oneof" json:"Flags,omitempty"`
	GroupMask        *uint32 `protobuf:"varint,5,opt,name=GroupMask,proto3,oneof" json:"GroupMask,omitempty"`
	MessageTailId    *uint32 `protobuf:"varint,6,opt,name=MessageTailId,proto3,oneof" json:"MessageTailId,omitempty"`
	SenderTitle      []byte  `protobuf:"bytes,7,opt,name=SenderTitle,proto3,oneof" json:"SenderTitle,omitempty"`
	ApnsTips         []byte  `protobuf:"bytes,8,opt,name=ApnsTips,proto3,oneof" json:"ApnsTips,omitempty"`
	Uin              *int64  `protobuf:"varint,9,opt,name=Uin,proto3,oneof" json:"Uin,omitempty"`
	MessageStateFlag *int32  `protobuf:"varint,10,opt,name=MessageStateFlag,proto3,oneof" json:"MessageStateFlag,omitempty"`
	ApnsSoundType    *uint32 `protobuf:"varint,11,opt,name=ApnsSoundType,proto3,oneof" json:"ApnsSoundType,omitempty"`
	NewGroupFlag     *uint32 `protobuf:"varint,12,opt,name=NewGroupFlag,proto3,oneof" json:"NewGroupFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtraInfo) Descriptor deprecated

func (*ExtraInfo) Descriptor() ([]byte, []int)

Deprecated: Use ExtraInfo.ProtoReflect.Descriptor instead.

func (*ExtraInfo) GetApnsSoundType

func (x *ExtraInfo) GetApnsSoundType() uint32

func (*ExtraInfo) GetApnsTips

func (x *ExtraInfo) GetApnsTips() []byte

func (*ExtraInfo) GetFlags

func (x *ExtraInfo) GetFlags() uint32

func (*ExtraInfo) GetGroupCard

func (x *ExtraInfo) GetGroupCard() []byte

func (*ExtraInfo) GetGroupMask

func (x *ExtraInfo) GetGroupMask() uint32

func (*ExtraInfo) GetLevel

func (x *ExtraInfo) GetLevel() uint32

func (*ExtraInfo) GetMessageStateFlag

func (x *ExtraInfo) GetMessageStateFlag() int32

func (*ExtraInfo) GetMessageTailId

func (x *ExtraInfo) GetMessageTailId() uint32

func (*ExtraInfo) GetNewGroupFlag

func (x *ExtraInfo) GetNewGroupFlag() uint32

func (*ExtraInfo) GetNickname

func (x *ExtraInfo) GetNickname() []byte

func (*ExtraInfo) GetSenderTitle

func (x *ExtraInfo) GetSenderTitle() []byte

func (*ExtraInfo) GetUin

func (x *ExtraInfo) GetUin() int64

func (*ExtraInfo) ProtoMessage

func (*ExtraInfo) ProtoMessage()

func (*ExtraInfo) ProtoReflect

func (x *ExtraInfo) ProtoReflect() protoreflect.Message

func (*ExtraInfo) Reset

func (x *ExtraInfo) Reset()

func (*ExtraInfo) String

func (x *ExtraInfo) String() string

type Face

type Face struct {
	Index  *uint32 `protobuf:"varint,1,opt,name=Index,proto3,oneof" json:"Index,omitempty"`
	Old    []byte  `protobuf:"bytes,2,opt,name=Old,proto3,oneof" json:"Old,omitempty"`
	Buffer []byte  `protobuf:"bytes,11,opt,name=Buffer,proto3,oneof" json:"Buffer,omitempty"`
	// contains filtered or unexported fields
}

func (*Face) Descriptor deprecated

func (*Face) Descriptor() ([]byte, []int)

Deprecated: Use Face.ProtoReflect.Descriptor instead.

func (*Face) GetBuffer

func (x *Face) GetBuffer() []byte

func (*Face) GetIndex

func (x *Face) GetIndex() uint32

func (*Face) GetOld

func (x *Face) GetOld() []byte

func (*Face) ProtoMessage

func (*Face) ProtoMessage()

func (*Face) ProtoReflect

func (x *Face) ProtoReflect() protoreflect.Message

func (*Face) Reset

func (x *Face) Reset()

func (*Face) String

func (x *Face) String() string

type GeneralFlags

type GeneralFlags struct {
	BubbleDiyTextId         *uint32 `protobuf:"varint,1,opt,name=BubbleDiyTextId,proto3,oneof" json:"BubbleDiyTextId,omitempty"`
	GroupFlagNew            *uint32 `protobuf:"varint,2,opt,name=GroupFlagNew,proto3,oneof" json:"GroupFlagNew,omitempty"`
	Uin                     *int64  `protobuf:"varint,3,opt,name=Uin,proto3,oneof" json:"Uin,omitempty"`
	ReplyId                 []byte  `protobuf:"bytes,4,opt,name=ReplyId,proto3,oneof" json:"ReplyId,omitempty"`
	PrpFold                 *uint32 `protobuf:"varint,5,opt,name=PrpFold,proto3,oneof" json:"PrpFold,omitempty"`
	LongTextFlag            *uint32 `protobuf:"varint,6,opt,name=LongTextFlag,proto3,oneof" json:"LongTextFlag,omitempty"`
	LongTextResid           *string `protobuf:"bytes,7,opt,name=LongTextResid,proto3,oneof" json:"LongTextResid,omitempty"`
	GroupType               *uint32 `protobuf:"varint,8,opt,name=GroupType,proto3,oneof" json:"GroupType,omitempty"`
	ToUinFlag               *uint32 `protobuf:"varint,9,opt,name=ToUinFlag,proto3,oneof" json:"ToUinFlag,omitempty"`
	GlamourLevel            *uint32 `protobuf:"varint,10,opt,name=GlamourLevel,proto3,oneof" json:"GlamourLevel,omitempty"`
	MemberLevel             *uint32 `protobuf:"varint,11,opt,name=MemberLevel,proto3,oneof" json:"MemberLevel,omitempty"`
	GroupRankSeqence        *int64  `protobuf:"varint,12,opt,name=GroupRankSeqence,proto3,oneof" json:"GroupRankSeqence,omitempty"`
	OlympicTorch            *uint32 `protobuf:"varint,13,opt,name=OlympicTorch,proto3,oneof" json:"OlympicTorch,omitempty"`
	BabyqGuideMessageCookie []byte  `protobuf:"bytes,14,opt,name=BabyqGuideMessageCookie,proto3,oneof" json:"BabyqGuideMessageCookie,omitempty"`
	Uin32ExpertFlag         *uint32 `protobuf:"varint,15,opt,name=Uin32ExpertFlag,proto3,oneof" json:"Uin32ExpertFlag,omitempty"`
	BubbleSubId             *uint32 `protobuf:"varint,16,opt,name=BubbleSubId,proto3,oneof" json:"BubbleSubId,omitempty"`
	PendantId               *int64  `protobuf:"varint,17,opt,name=PendantId,proto3,oneof" json:"PendantId,omitempty"`
	RpIndex                 []byte  `protobuf:"bytes,18,opt,name=RpIndex,proto3,oneof" json:"RpIndex,omitempty"`
	PbReserve               []byte  `protobuf:"bytes,19,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	// contains filtered or unexported fields
}

func (*GeneralFlags) Descriptor deprecated

func (*GeneralFlags) Descriptor() ([]byte, []int)

Deprecated: Use GeneralFlags.ProtoReflect.Descriptor instead.

func (*GeneralFlags) GetBabyqGuideMessageCookie

func (x *GeneralFlags) GetBabyqGuideMessageCookie() []byte

func (*GeneralFlags) GetBubbleDiyTextId

func (x *GeneralFlags) GetBubbleDiyTextId() uint32

func (*GeneralFlags) GetBubbleSubId

func (x *GeneralFlags) GetBubbleSubId() uint32

func (*GeneralFlags) GetGlamourLevel

func (x *GeneralFlags) GetGlamourLevel() uint32

func (*GeneralFlags) GetGroupFlagNew

func (x *GeneralFlags) GetGroupFlagNew() uint32

func (*GeneralFlags) GetGroupRankSeqence

func (x *GeneralFlags) GetGroupRankSeqence() int64

func (*GeneralFlags) GetGroupType

func (x *GeneralFlags) GetGroupType() uint32

func (*GeneralFlags) GetLongTextFlag

func (x *GeneralFlags) GetLongTextFlag() uint32

func (*GeneralFlags) GetLongTextResid

func (x *GeneralFlags) GetLongTextResid() string

func (*GeneralFlags) GetMemberLevel

func (x *GeneralFlags) GetMemberLevel() uint32

func (*GeneralFlags) GetOlympicTorch

func (x *GeneralFlags) GetOlympicTorch() uint32

func (*GeneralFlags) GetPbReserve

func (x *GeneralFlags) GetPbReserve() []byte

func (*GeneralFlags) GetPendantId

func (x *GeneralFlags) GetPendantId() int64

func (*GeneralFlags) GetPrpFold

func (x *GeneralFlags) GetPrpFold() uint32

func (*GeneralFlags) GetReplyId

func (x *GeneralFlags) GetReplyId() []byte

func (*GeneralFlags) GetRpIndex

func (x *GeneralFlags) GetRpIndex() []byte

func (*GeneralFlags) GetToUinFlag

func (x *GeneralFlags) GetToUinFlag() uint32

func (*GeneralFlags) GetUin

func (x *GeneralFlags) GetUin() int64

func (*GeneralFlags) GetUin32ExpertFlag

func (x *GeneralFlags) GetUin32ExpertFlag() uint32

func (*GeneralFlags) ProtoMessage

func (*GeneralFlags) ProtoMessage()

func (*GeneralFlags) ProtoReflect

func (x *GeneralFlags) ProtoReflect() protoreflect.Message

func (*GeneralFlags) Reset

func (x *GeneralFlags) Reset()

func (*GeneralFlags) String

func (x *GeneralFlags) String() string

type GetMessageRequestStruct

type GetMessageRequestStruct struct {
	SyncFlag             *uint32 `protobuf:"varint,1,opt,name=SyncFlag,proto3,oneof" json:"SyncFlag,omitempty"`
	SyncCookie           []byte  `protobuf:"bytes,2,opt,name=SyncCookie,proto3,oneof" json:"SyncCookie,omitempty"`
	RambleFlag           *uint32 `protobuf:"varint,3,opt,name=RambleFlag,proto3,oneof" json:"RambleFlag,omitempty"`
	LatestRambleNumber   *uint32 `protobuf:"varint,4,opt,name=LatestRambleNumber,proto3,oneof" json:"LatestRambleNumber,omitempty"`
	OtherRambleNumber    *uint32 `protobuf:"varint,5,opt,name=OtherRambleNumber,proto3,oneof" json:"OtherRambleNumber,omitempty"`
	OnlineSyncFlag       *uint32 `protobuf:"varint,6,opt,name=OnlineSyncFlag,proto3,oneof" json:"OnlineSyncFlag,omitempty"`
	ContextFlag          *uint32 `protobuf:"varint,7,opt,name=ContextFlag,proto3,oneof" json:"ContextFlag,omitempty"`
	WhisperSessionId     *uint32 `protobuf:"varint,8,opt,name=WhisperSessionId,proto3,oneof" json:"WhisperSessionId,omitempty"`
	MessageRequestType   *uint32 `protobuf:"varint,9,opt,name=MessageRequestType,proto3,oneof" json:"MessageRequestType,omitempty"`
	PublicAccountCookie  []byte  `protobuf:"bytes,10,opt,name=PublicAccountCookie,proto3,oneof" json:"PublicAccountCookie,omitempty"`
	MessageControlBuffer []byte  `protobuf:"bytes,11,opt,name=MessageControlBuffer,proto3,oneof" json:"MessageControlBuffer,omitempty"`
	ServerBuffer         []byte  `protobuf:"bytes,12,opt,name=ServerBuffer,proto3,oneof" json:"ServerBuffer,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMessageRequestStruct) Descriptor deprecated

func (*GetMessageRequestStruct) Descriptor() ([]byte, []int)

Deprecated: Use GetMessageRequestStruct.ProtoReflect.Descriptor instead.

func (*GetMessageRequestStruct) GetContextFlag

func (x *GetMessageRequestStruct) GetContextFlag() uint32

func (*GetMessageRequestStruct) GetLatestRambleNumber

func (x *GetMessageRequestStruct) GetLatestRambleNumber() uint32

func (*GetMessageRequestStruct) GetMessageControlBuffer

func (x *GetMessageRequestStruct) GetMessageControlBuffer() []byte

func (*GetMessageRequestStruct) GetMessageRequestType

func (x *GetMessageRequestStruct) GetMessageRequestType() uint32

func (*GetMessageRequestStruct) GetOnlineSyncFlag

func (x *GetMessageRequestStruct) GetOnlineSyncFlag() uint32

func (*GetMessageRequestStruct) GetOtherRambleNumber

func (x *GetMessageRequestStruct) GetOtherRambleNumber() uint32

func (*GetMessageRequestStruct) GetPublicAccountCookie

func (x *GetMessageRequestStruct) GetPublicAccountCookie() []byte

func (*GetMessageRequestStruct) GetRambleFlag

func (x *GetMessageRequestStruct) GetRambleFlag() uint32

func (*GetMessageRequestStruct) GetServerBuffer

func (x *GetMessageRequestStruct) GetServerBuffer() []byte

func (*GetMessageRequestStruct) GetSyncCookie

func (x *GetMessageRequestStruct) GetSyncCookie() []byte

func (*GetMessageRequestStruct) GetSyncFlag

func (x *GetMessageRequestStruct) GetSyncFlag() uint32

func (*GetMessageRequestStruct) GetWhisperSessionId

func (x *GetMessageRequestStruct) GetWhisperSessionId() uint32

func (*GetMessageRequestStruct) ProtoMessage

func (*GetMessageRequestStruct) ProtoMessage()

func (*GetMessageRequestStruct) ProtoReflect

func (x *GetMessageRequestStruct) ProtoReflect() protoreflect.Message

func (*GetMessageRequestStruct) Reset

func (x *GetMessageRequestStruct) Reset()

func (*GetMessageRequestStruct) String

func (x *GetMessageRequestStruct) String() string

type GetMessageResponse

type GetMessageResponse struct {
	Result               *uint32            `protobuf:"varint,1,opt,name=Result,proto3,oneof" json:"Result,omitempty"`
	ErrorMessage         *string            `protobuf:"bytes,2,opt,name=ErrorMessage,proto3,oneof" json:"ErrorMessage,omitempty"`
	SyncCookie           []byte             `protobuf:"bytes,3,opt,name=SyncCookie,proto3,oneof" json:"SyncCookie,omitempty"`
	SyncFlag             *uint32            `protobuf:"varint,4,opt,name=SyncFlag,proto3,oneof" json:"SyncFlag,omitempty"`
	UinPairMessages      []*UinPairMessages `protobuf:"bytes,5,rep,name=UinPairMessages,proto3" json:"UinPairMessages,omitempty"`
	BindUin              *int64             `protobuf:"varint,6,opt,name=BindUin,proto3,oneof" json:"BindUin,omitempty"`
	MessageResponseType  *uint32            `protobuf:"varint,7,opt,name=MessageResponseType,proto3,oneof" json:"MessageResponseType,omitempty"`
	PublicAccountCookie  []byte             `protobuf:"bytes,8,opt,name=PublicAccountCookie,proto3,oneof" json:"PublicAccountCookie,omitempty"`
	IsPartialSync        *bool              `protobuf:"varint,9,opt,name=IsPartialSync,proto3,oneof" json:"IsPartialSync,omitempty"`
	MessageControlBuffer []byte             `protobuf:"bytes,10,opt,name=MessageControlBuffer,proto3,oneof" json:"MessageControlBuffer,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMessageResponse) Descriptor deprecated

func (*GetMessageResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMessageResponse.ProtoReflect.Descriptor instead.

func (*GetMessageResponse) GetBindUin

func (x *GetMessageResponse) GetBindUin() int64

func (*GetMessageResponse) GetErrorMessage

func (x *GetMessageResponse) GetErrorMessage() string

func (*GetMessageResponse) GetIsPartialSync

func (x *GetMessageResponse) GetIsPartialSync() bool

func (*GetMessageResponse) GetMessageControlBuffer

func (x *GetMessageResponse) GetMessageControlBuffer() []byte

func (*GetMessageResponse) GetMessageResponseType

func (x *GetMessageResponse) GetMessageResponseType() uint32

func (*GetMessageResponse) GetPublicAccountCookie

func (x *GetMessageResponse) GetPublicAccountCookie() []byte

func (*GetMessageResponse) GetResult

func (x *GetMessageResponse) GetResult() uint32

func (*GetMessageResponse) GetSyncCookie

func (x *GetMessageResponse) GetSyncCookie() []byte

func (*GetMessageResponse) GetSyncFlag

func (x *GetMessageResponse) GetSyncFlag() uint32

func (*GetMessageResponse) GetUinPairMessages

func (x *GetMessageResponse) GetUinPairMessages() []*UinPairMessages

func (*GetMessageResponse) ProtoMessage

func (*GetMessageResponse) ProtoMessage()

func (*GetMessageResponse) ProtoReflect

func (x *GetMessageResponse) ProtoReflect() protoreflect.Message

func (*GetMessageResponse) Reset

func (x *GetMessageResponse) Reset()

func (*GetMessageResponse) String

func (x *GetMessageResponse) String() string

type GroupFile

type GroupFile struct {
	FilenName       []byte  `protobuf:"bytes,1,opt,name=FilenName,proto3,oneof" json:"FilenName,omitempty"`
	FileSize        *int64  `protobuf:"varint,2,opt,name=FileSize,proto3,oneof" json:"FileSize,omitempty"`
	FileId          []byte  `protobuf:"bytes,3,opt,name=FileId,proto3,oneof" json:"FileId,omitempty"`
	BatchId         []byte  `protobuf:"bytes,4,opt,name=BatchId,proto3,oneof" json:"BatchId,omitempty"`
	FileKey         []byte  `protobuf:"bytes,5,opt,name=FileKey,proto3,oneof" json:"FileKey,omitempty"`
	Mark            []byte  `protobuf:"bytes,6,opt,name=Mark,proto3,oneof" json:"Mark,omitempty"`
	Sequence        *int64  `protobuf:"varint,7,opt,name=Sequence,proto3,oneof" json:"Sequence,omitempty"`
	BatchItemId     []byte  `protobuf:"bytes,8,opt,name=BatchItemId,proto3,oneof" json:"BatchItemId,omitempty"`
	FeedMessageTime *uint32 `protobuf:"varint,9,opt,name=FeedMessageTime,proto3,oneof" json:"FeedMessageTime,omitempty"`
	PbReserve       []byte  `protobuf:"bytes,10,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupFile) Descriptor deprecated

func (*GroupFile) Descriptor() ([]byte, []int)

Deprecated: Use GroupFile.ProtoReflect.Descriptor instead.

func (*GroupFile) GetBatchId

func (x *GroupFile) GetBatchId() []byte

func (*GroupFile) GetBatchItemId

func (x *GroupFile) GetBatchItemId() []byte

func (*GroupFile) GetFeedMessageTime

func (x *GroupFile) GetFeedMessageTime() uint32

func (*GroupFile) GetFileId

func (x *GroupFile) GetFileId() []byte

func (*GroupFile) GetFileKey

func (x *GroupFile) GetFileKey() []byte

func (*GroupFile) GetFileSize

func (x *GroupFile) GetFileSize() int64

func (*GroupFile) GetFilenName

func (x *GroupFile) GetFilenName() []byte

func (*GroupFile) GetMark

func (x *GroupFile) GetMark() []byte

func (*GroupFile) GetPbReserve

func (x *GroupFile) GetPbReserve() []byte

func (*GroupFile) GetSequence

func (x *GroupFile) GetSequence() int64

func (*GroupFile) ProtoMessage

func (*GroupFile) ProtoMessage()

func (*GroupFile) ProtoReflect

func (x *GroupFile) ProtoReflect() protoreflect.Message

func (*GroupFile) Reset

func (x *GroupFile) Reset()

func (*GroupFile) String

func (x *GroupFile) String() string

type GroupInfo

type GroupInfo struct {
	GroupCode        *uint64 `protobuf:"varint,1,opt,name=GroupCode,proto3,oneof" json:"GroupCode,omitempty"`
	GroupType        *uint32 `protobuf:"varint,2,opt,name=GroupType,proto3,oneof" json:"GroupType,omitempty"`
	GroupInfoSeqence *uint64 `protobuf:"varint,3,opt,name=GroupInfoSeqence,proto3,oneof" json:"GroupInfoSeqence,omitempty"`
	GroupCard        []byte  `protobuf:"bytes,4,opt,name=GroupCard,proto3,oneof" json:"GroupCard,omitempty"`
	GroupRank        []byte  `protobuf:"bytes,5,opt,name=GroupRank,proto3,oneof" json:"GroupRank,omitempty"`
	GroupLevel       *uint32 `protobuf:"varint,6,opt,name=GroupLevel,proto3,oneof" json:"GroupLevel,omitempty"`
	GroupCardType    *uint32 `protobuf:"varint,7,opt,name=GroupCardType,proto3,oneof" json:"GroupCardType,omitempty"`
	GroupName        []byte  `protobuf:"bytes,8,opt,name=GroupName,proto3,oneof" json:"GroupName,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupInfo) Descriptor deprecated

func (*GroupInfo) Descriptor() ([]byte, []int)

Deprecated: Use GroupInfo.ProtoReflect.Descriptor instead.

func (*GroupInfo) GetGroupCard

func (x *GroupInfo) GetGroupCard() []byte

func (*GroupInfo) GetGroupCardType

func (x *GroupInfo) GetGroupCardType() uint32

func (*GroupInfo) GetGroupCode

func (x *GroupInfo) GetGroupCode() uint64

func (*GroupInfo) GetGroupInfoSeqence

func (x *GroupInfo) GetGroupInfoSeqence() uint64

func (*GroupInfo) GetGroupLevel

func (x *GroupInfo) GetGroupLevel() uint32

func (*GroupInfo) GetGroupName

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

func (*GroupInfo) GetGroupRank

func (x *GroupInfo) GetGroupRank() []byte

func (*GroupInfo) GetGroupType

func (x *GroupInfo) GetGroupType() uint32

func (*GroupInfo) ProtoMessage

func (*GroupInfo) ProtoMessage()

func (*GroupInfo) ProtoReflect

func (x *GroupInfo) ProtoReflect() protoreflect.Message

func (*GroupInfo) Reset

func (x *GroupInfo) Reset()

func (*GroupInfo) String

func (x *GroupInfo) String() string

type Inst

type Inst struct {
	AppId  *uint32 `protobuf:"varint,1,opt,name=AppId,proto3,oneof" json:"AppId,omitempty"`
	InstId *uint32 `protobuf:"varint,2,opt,name=InstId,proto3,oneof" json:"InstId,omitempty"`
	// contains filtered or unexported fields
}

func (*Inst) Descriptor deprecated

func (*Inst) Descriptor() ([]byte, []int)

Deprecated: Use Inst.ProtoReflect.Descriptor instead.

func (*Inst) GetAppId

func (x *Inst) GetAppId() uint32

func (*Inst) GetInstId

func (x *Inst) GetInstId() uint32

func (*Inst) ProtoMessage

func (*Inst) ProtoMessage()

func (*Inst) ProtoReflect

func (x *Inst) ProtoReflect() protoreflect.Message

func (*Inst) Reset

func (x *Inst) Reset()

func (*Inst) String

func (x *Inst) String() string

type InstCtrl

type InstCtrl struct {
	SendToInst  []*InstInfo `protobuf:"bytes,1,rep,name=SendToInst,proto3" json:"SendToInst,omitempty"`
	ExcludeInst []*InstInfo `protobuf:"bytes,2,rep,name=ExcludeInst,proto3" json:"ExcludeInst,omitempty"`
	FromInst    *InstInfo   `protobuf:"bytes,3,opt,name=FromInst,proto3,oneof" json:"FromInst,omitempty"`
	// contains filtered or unexported fields
}

func (*InstCtrl) Descriptor deprecated

func (*InstCtrl) Descriptor() ([]byte, []int)

Deprecated: Use InstCtrl.ProtoReflect.Descriptor instead.

func (*InstCtrl) GetExcludeInst

func (x *InstCtrl) GetExcludeInst() []*InstInfo

func (*InstCtrl) GetFromInst

func (x *InstCtrl) GetFromInst() *InstInfo

func (*InstCtrl) GetSendToInst

func (x *InstCtrl) GetSendToInst() []*InstInfo

func (*InstCtrl) ProtoMessage

func (*InstCtrl) ProtoMessage()

func (*InstCtrl) ProtoReflect

func (x *InstCtrl) ProtoReflect() protoreflect.Message

func (*InstCtrl) Reset

func (x *InstCtrl) Reset()

func (*InstCtrl) String

func (x *InstCtrl) String() string

type InstInfo

type InstInfo struct {
	AppPid         *uint32 `protobuf:"varint,1,opt,name=AppPid,proto3,oneof" json:"AppPid,omitempty"`
	InstId         *uint32 `protobuf:"varint,2,opt,name=InstId,proto3,oneof" json:"InstId,omitempty"`
	Platform       *uint32 `protobuf:"varint,3,opt,name=Platform,proto3,oneof" json:"Platform,omitempty"`
	EnumDeviceType *uint32 `protobuf:"varint,10,opt,name=EnumDeviceType,proto3,oneof" json:"EnumDeviceType,omitempty"`
	// contains filtered or unexported fields
}

func (*InstInfo) Descriptor deprecated

func (*InstInfo) Descriptor() ([]byte, []int)

Deprecated: Use InstInfo.ProtoReflect.Descriptor instead.

func (*InstInfo) GetAppPid

func (x *InstInfo) GetAppPid() uint32

func (*InstInfo) GetEnumDeviceType

func (x *InstInfo) GetEnumDeviceType() uint32

func (*InstInfo) GetInstId

func (x *InstInfo) GetInstId() uint32

func (*InstInfo) GetPlatform

func (x *InstInfo) GetPlatform() uint32

func (*InstInfo) ProtoMessage

func (*InstInfo) ProtoMessage()

func (*InstInfo) ProtoReflect

func (x *InstInfo) ProtoReflect() protoreflect.Message

func (*InstInfo) Reset

func (x *InstInfo) Reset()

func (*InstInfo) String

func (x *InstInfo) String() string

type LightAppElement

type LightAppElement struct {
	Data         []byte `protobuf:"bytes,1,opt,name=Data,proto3,oneof" json:"Data,omitempty"`
	MessageResId []byte `protobuf:"bytes,2,opt,name=MessageResId,proto3,oneof" json:"MessageResId,omitempty"`
	// contains filtered or unexported fields
}

func (*LightAppElement) Descriptor deprecated

func (*LightAppElement) Descriptor() ([]byte, []int)

Deprecated: Use LightAppElement.ProtoReflect.Descriptor instead.

func (*LightAppElement) GetData

func (x *LightAppElement) GetData() []byte

func (*LightAppElement) GetMessageResId

func (x *LightAppElement) GetMessageResId() []byte

func (*LightAppElement) ProtoMessage

func (*LightAppElement) ProtoMessage()

func (*LightAppElement) ProtoReflect

func (x *LightAppElement) ProtoReflect() protoreflect.Message

func (*LightAppElement) Reset

func (x *LightAppElement) Reset()

func (*LightAppElement) String

func (x *LightAppElement) String() string

type MarketFace

type MarketFace struct {
	FaceName    []byte  `protobuf:"bytes,1,opt,name=FaceName,proto3,oneof" json:"FaceName,omitempty"`
	ItemType    *uint32 `protobuf:"varint,2,opt,name=ItemType,proto3,oneof" json:"ItemType,omitempty"`
	FaceInfo    *uint32 `protobuf:"varint,3,opt,name=FaceInfo,proto3,oneof" json:"FaceInfo,omitempty"`
	FaceId      []byte  `protobuf:"bytes,4,opt,name=FaceId,proto3,oneof" json:"FaceId,omitempty"`
	TabId       *uint32 `protobuf:"varint,5,opt,name=TabId,proto3,oneof" json:"TabId,omitempty"`
	SubType     *uint32 `protobuf:"varint,6,opt,name=SubType,proto3,oneof" json:"SubType,omitempty"`
	Key         []byte  `protobuf:"bytes,7,opt,name=Key,proto3,oneof" json:"Key,omitempty"`
	Param       []byte  `protobuf:"bytes,8,opt,name=Param,proto3,oneof" json:"Param,omitempty"`
	MediaType   *uint32 `protobuf:"varint,9,opt,name=MediaType,proto3,oneof" json:"MediaType,omitempty"`
	ImageWidth  *uint32 `protobuf:"varint,10,opt,name=ImageWidth,proto3,oneof" json:"ImageWidth,omitempty"`
	ImageHeight *uint32 `protobuf:"varint,11,opt,name=ImageHeight,proto3,oneof" json:"ImageHeight,omitempty"`
	MobileParam []byte  `protobuf:"bytes,12,opt,name=MobileParam,proto3,oneof" json:"MobileParam,omitempty"`
	PbReserve   []byte  `protobuf:"bytes,13,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	// contains filtered or unexported fields
}

func (*MarketFace) Descriptor deprecated

func (*MarketFace) Descriptor() ([]byte, []int)

Deprecated: Use MarketFace.ProtoReflect.Descriptor instead.

func (*MarketFace) GetFaceId

func (x *MarketFace) GetFaceId() []byte

func (*MarketFace) GetFaceInfo

func (x *MarketFace) GetFaceInfo() uint32

func (*MarketFace) GetFaceName

func (x *MarketFace) GetFaceName() []byte

func (*MarketFace) GetImageHeight

func (x *MarketFace) GetImageHeight() uint32

func (*MarketFace) GetImageWidth

func (x *MarketFace) GetImageWidth() uint32

func (*MarketFace) GetItemType

func (x *MarketFace) GetItemType() uint32

func (*MarketFace) GetKey

func (x *MarketFace) GetKey() []byte

func (*MarketFace) GetMediaType

func (x *MarketFace) GetMediaType() uint32

func (*MarketFace) GetMobileParam

func (x *MarketFace) GetMobileParam() []byte

func (*MarketFace) GetParam

func (x *MarketFace) GetParam() []byte

func (*MarketFace) GetPbReserve

func (x *MarketFace) GetPbReserve() []byte

func (*MarketFace) GetSubType

func (x *MarketFace) GetSubType() uint32

func (*MarketFace) GetTabId

func (x *MarketFace) GetTabId() uint32

func (*MarketFace) ProtoMessage

func (*MarketFace) ProtoMessage()

func (*MarketFace) ProtoReflect

func (x *MarketFace) ProtoReflect() protoreflect.Message

func (*MarketFace) Reset

func (x *MarketFace) Reset()

func (*MarketFace) String

func (x *MarketFace) String() string

type Message

type Message struct {
	MessageHead    *MessageHead  `protobuf:"bytes,1,opt,name=MessageHead,proto3,oneof" json:"MessageHead,omitempty"`
	MessageContent *ContentHead  `protobuf:"bytes,2,opt,name=MessageContent,proto3,oneof" json:"MessageContent,omitempty"`
	MessageBody    *MessageBody  `protobuf:"bytes,3,opt,name=MessageBody,proto3,oneof" json:"MessageBody,omitempty"`
	AppShareInfo   *AppShareInfo `protobuf:"bytes,4,opt,name=AppShareInfo,proto3,oneof" json:"AppShareInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*Message) Descriptor deprecated

func (*Message) Descriptor() ([]byte, []int)

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetAppShareInfo

func (x *Message) GetAppShareInfo() *AppShareInfo

func (*Message) GetMessageBody

func (x *Message) GetMessageBody() *MessageBody

func (*Message) GetMessageContent

func (x *Message) GetMessageContent() *ContentHead

func (*Message) GetMessageHead

func (x *Message) GetMessageHead() *MessageHead

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

func (x *Message) ProtoReflect() protoreflect.Message

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

type MessageBody

type MessageBody struct {
	RichText       *RichText `protobuf:"bytes,1,opt,name=RichText,proto3,oneof" json:"RichText,omitempty"`
	Content        []byte    `protobuf:"bytes,2,opt,name=Content,proto3,oneof" json:"Content,omitempty"`
	EncryptContent []byte    `protobuf:"bytes,3,opt,name=EncryptContent,proto3,oneof" json:"EncryptContent,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageBody) Descriptor deprecated

func (*MessageBody) Descriptor() ([]byte, []int)

Deprecated: Use MessageBody.ProtoReflect.Descriptor instead.

func (*MessageBody) GetContent

func (x *MessageBody) GetContent() []byte

func (*MessageBody) GetEncryptContent

func (x *MessageBody) GetEncryptContent() []byte

func (*MessageBody) GetRichText

func (x *MessageBody) GetRichText() *RichText

func (*MessageBody) ProtoMessage

func (*MessageBody) ProtoMessage()

func (*MessageBody) ProtoReflect

func (x *MessageBody) ProtoReflect() protoreflect.Message

func (*MessageBody) Reset

func (x *MessageBody) Reset()

func (*MessageBody) String

func (x *MessageBody) String() string

type MessageHead

type MessageHead struct {
	FromUin                    *int64              `protobuf:"varint,1,opt,name=FromUin,proto3,oneof" json:"FromUin,omitempty"`
	ToUin                      *int64              `protobuf:"varint,2,opt,name=ToUin,proto3,oneof" json:"ToUin,omitempty"`
	MessageType                *uint32             `protobuf:"varint,3,opt,name=MessageType,proto3,oneof" json:"MessageType,omitempty"`
	C2CCmd                     *uint32             `protobuf:"varint,4,opt,name=C2CCmd,proto3,oneof" json:"C2CCmd,omitempty"`
	MessageSeqence             *uint32             `protobuf:"varint,5,opt,name=MessageSeqence,proto3,oneof" json:"MessageSeqence,omitempty"`
	MessageTime                *uint32             `protobuf:"varint,6,opt,name=MessageTime,proto3,oneof" json:"MessageTime,omitempty"`
	MessageUid                 *uint64             `protobuf:"varint,7,opt,name=MessageUid,proto3,oneof" json:"MessageUid,omitempty"`
	C2CTempMessageHead         *C2CTempMessageHead `protobuf:"bytes,8,opt,name=C2CTempMessageHead,proto3,oneof" json:"C2CTempMessageHead,omitempty"`
	GroupInfo                  *GroupInfo          `protobuf:"bytes,9,opt,name=GroupInfo,proto3,oneof" json:"GroupInfo,omitempty"`
	FromAppId                  *uint32             `protobuf:"varint,10,opt,name=FromAppId,proto3,oneof" json:"FromAppId,omitempty"`
	FromInstId                 *uint32             `protobuf:"varint,11,opt,name=FromInstId,proto3,oneof" json:"FromInstId,omitempty"`
	UserActive                 *uint32             `protobuf:"varint,12,opt,name=UserActive,proto3,oneof" json:"UserActive,omitempty"`
	DiscussInfo                *DiscussInfo        `protobuf:"bytes,13,opt,name=DiscussInfo,proto3,oneof" json:"DiscussInfo,omitempty"`
	FromNickname               *string             `protobuf:"bytes,14,opt,name=FromNickname,proto3,oneof" json:"FromNickname,omitempty"`
	AuthUin                    *int64              `protobuf:"varint,15,opt,name=AuthUin,proto3,oneof" json:"AuthUin,omitempty"`
	AuthNickname               *string             `protobuf:"bytes,16,opt,name=AuthNickname,proto3,oneof" json:"AuthNickname,omitempty"`
	MessageFlag                *uint32             `protobuf:"varint,17,opt,name=MessageFlag,proto3,oneof" json:"MessageFlag,omitempty"`
	AuthRemark                 *string             `protobuf:"bytes,18,opt,name=AuthRemark,proto3,oneof" json:"AuthRemark,omitempty"`
	GroupName                  *string             `protobuf:"bytes,19,opt,name=GroupName,proto3,oneof" json:"GroupName,omitempty"`
	MutilTransHead             *MutilTransHead     `protobuf:"bytes,20,opt,name=MutilTransHead,proto3,oneof" json:"MutilTransHead,omitempty"`
	MessageInstCtrl            *InstCtrl           `protobuf:"bytes,21,opt,name=MessageInstCtrl,proto3,oneof" json:"MessageInstCtrl,omitempty"`
	PublicAccountGroupSendFlag *uint32             `protobuf:"varint,22,opt,name=PublicAccountGroupSendFlag,proto3,oneof" json:"PublicAccountGroupSendFlag,omitempty"`
	WseqInC2CMessageHead       *uint32             `protobuf:"varint,23,opt,name=WseqInC2CMessageHead,proto3,oneof" json:"WseqInC2CMessageHead,omitempty"`
	CpId                       *uint64             `protobuf:"varint,24,opt,name=CpId,proto3,oneof" json:"CpId,omitempty"`
	ExtGroupKeyInfo            *ExtGroupKeyInfo    `protobuf:"bytes,25,opt,name=ExtGroupKeyInfo,proto3,oneof" json:"ExtGroupKeyInfo,omitempty"`
	MultiCompatibleText        *string             `protobuf:"bytes,26,opt,name=MultiCompatibleText,proto3,oneof" json:"MultiCompatibleText,omitempty"`
	AuthSex                    *uint32             `protobuf:"varint,27,opt,name=AuthSex,proto3,oneof" json:"AuthSex,omitempty"`
	IsSourceMessage            *bool               `protobuf:"varint,28,opt,name=IsSourceMessage,proto3,oneof" json:"IsSourceMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageHead) Descriptor deprecated

func (*MessageHead) Descriptor() ([]byte, []int)

Deprecated: Use MessageHead.ProtoReflect.Descriptor instead.

func (*MessageHead) GetAuthNickname

func (x *MessageHead) GetAuthNickname() string

func (*MessageHead) GetAuthRemark

func (x *MessageHead) GetAuthRemark() string

func (*MessageHead) GetAuthSex

func (x *MessageHead) GetAuthSex() uint32

func (*MessageHead) GetAuthUin

func (x *MessageHead) GetAuthUin() int64

func (*MessageHead) GetC2CCmd

func (x *MessageHead) GetC2CCmd() uint32

func (*MessageHead) GetC2CTempMessageHead

func (x *MessageHead) GetC2CTempMessageHead() *C2CTempMessageHead

func (*MessageHead) GetCpId

func (x *MessageHead) GetCpId() uint64

func (*MessageHead) GetDiscussInfo

func (x *MessageHead) GetDiscussInfo() *DiscussInfo

func (*MessageHead) GetExtGroupKeyInfo

func (x *MessageHead) GetExtGroupKeyInfo() *ExtGroupKeyInfo

func (*MessageHead) GetFromAppId

func (x *MessageHead) GetFromAppId() uint32

func (*MessageHead) GetFromInstId

func (x *MessageHead) GetFromInstId() uint32

func (*MessageHead) GetFromNickname

func (x *MessageHead) GetFromNickname() string

func (*MessageHead) GetFromUin

func (x *MessageHead) GetFromUin() int64

func (*MessageHead) GetGroupInfo

func (x *MessageHead) GetGroupInfo() *GroupInfo

func (*MessageHead) GetGroupName

func (x *MessageHead) GetGroupName() string

func (*MessageHead) GetIsSourceMessage

func (x *MessageHead) GetIsSourceMessage() bool

func (*MessageHead) GetMessageFlag

func (x *MessageHead) GetMessageFlag() uint32

func (*MessageHead) GetMessageInstCtrl

func (x *MessageHead) GetMessageInstCtrl() *InstCtrl

func (*MessageHead) GetMessageSeqence

func (x *MessageHead) GetMessageSeqence() uint32

func (*MessageHead) GetMessageTime

func (x *MessageHead) GetMessageTime() uint32

func (*MessageHead) GetMessageType

func (x *MessageHead) GetMessageType() uint32

func (*MessageHead) GetMessageUid

func (x *MessageHead) GetMessageUid() uint64

func (*MessageHead) GetMultiCompatibleText

func (x *MessageHead) GetMultiCompatibleText() string

func (*MessageHead) GetMutilTransHead

func (x *MessageHead) GetMutilTransHead() *MutilTransHead

func (*MessageHead) GetPublicAccountGroupSendFlag

func (x *MessageHead) GetPublicAccountGroupSendFlag() uint32

func (*MessageHead) GetToUin

func (x *MessageHead) GetToUin() int64

func (*MessageHead) GetUserActive

func (x *MessageHead) GetUserActive() uint32

func (*MessageHead) GetWseqInC2CMessageHead

func (x *MessageHead) GetWseqInC2CMessageHead() uint32

func (*MessageHead) ProtoMessage

func (*MessageHead) ProtoMessage()

func (*MessageHead) ProtoReflect

func (x *MessageHead) ProtoReflect() protoreflect.Message

func (*MessageHead) Reset

func (x *MessageHead) Reset()

func (*MessageHead) String

func (x *MessageHead) String() string

type MutilTransHead

type MutilTransHead struct {
	Status    *uint32 `protobuf:"varint,1,opt,name=Status,proto3,oneof" json:"Status,omitempty"`
	MessageId *uint32 `protobuf:"varint,2,opt,name=MessageId,proto3,oneof" json:"MessageId,omitempty"`
	// contains filtered or unexported fields
}

func (*MutilTransHead) Descriptor deprecated

func (*MutilTransHead) Descriptor() ([]byte, []int)

Deprecated: Use MutilTransHead.ProtoReflect.Descriptor instead.

func (*MutilTransHead) GetMessageId

func (x *MutilTransHead) GetMessageId() uint32

func (*MutilTransHead) GetStatus

func (x *MutilTransHead) GetStatus() uint32

func (*MutilTransHead) ProtoMessage

func (*MutilTransHead) ProtoMessage()

func (*MutilTransHead) ProtoReflect

func (x *MutilTransHead) ProtoReflect() protoreflect.Message

func (*MutilTransHead) Reset

func (x *MutilTransHead) Reset()

func (*MutilTransHead) String

func (x *MutilTransHead) String() string

type NotOnlineFile

type NotOnlineFile struct {
	FileType     *uint32  `protobuf:"varint,1,opt,name=FileType,proto3,oneof" json:"FileType,omitempty"`
	Sig          []byte   `protobuf:"bytes,2,opt,name=Sig,proto3,oneof" json:"Sig,omitempty"`
	FileUuid     []byte   `protobuf:"bytes,3,opt,name=FileUuid,proto3,oneof" json:"FileUuid,omitempty"`
	FileMd5      []byte   `protobuf:"bytes,4,opt,name=FileMd5,proto3,oneof" json:"FileMd5,omitempty"`
	FileName     []byte   `protobuf:"bytes,5,opt,name=FileName,proto3,oneof" json:"FileName,omitempty"`
	FileSize     *int64   `protobuf:"varint,6,opt,name=FileSize,proto3,oneof" json:"FileSize,omitempty"`
	Note         []byte   `protobuf:"bytes,7,opt,name=Note,proto3,oneof" json:"Note,omitempty"`
	Reserved     *uint32  `protobuf:"varint,8,opt,name=Reserved,proto3,oneof" json:"Reserved,omitempty"`
	SubCommand   *uint32  `protobuf:"varint,9,opt,name=SubCommand,proto3,oneof" json:"SubCommand,omitempty"`
	MicroCloud   *uint32  `protobuf:"varint,10,opt,name=MicroCloud,proto3,oneof" json:"MicroCloud,omitempty"`
	BytesFileUrl [][]byte `protobuf:"bytes,11,rep,name=BytesFileUrl,proto3" json:"BytesFileUrl,omitempty"`
	DownloadFlag *uint32  `protobuf:"varint,12,opt,name=DownloadFlag,proto3,oneof" json:"DownloadFlag,omitempty"`
	DangerEvel   *uint32  `protobuf:"varint,50,opt,name=DangerEvel,proto3,oneof" json:"DangerEvel,omitempty"`
	LifeTime     *uint32  `protobuf:"varint,51,opt,name=LifeTime,proto3,oneof" json:"LifeTime,omitempty"`
	UploadTime   *uint32  `protobuf:"varint,52,opt,name=UploadTime,proto3,oneof" json:"UploadTime,omitempty"`
	AbsFileType  *uint32  `protobuf:"varint,53,opt,name=AbsFileType,proto3,oneof" json:"AbsFileType,omitempty"`
	ClientType   *uint32  `protobuf:"varint,54,opt,name=ClientType,proto3,oneof" json:"ClientType,omitempty"`
	ExpireTime   *uint32  `protobuf:"varint,55,opt,name=ExpireTime,proto3,oneof" json:"ExpireTime,omitempty"`
	PbReserve    []byte   `protobuf:"bytes,56,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	// contains filtered or unexported fields
}

func (*NotOnlineFile) Descriptor deprecated

func (*NotOnlineFile) Descriptor() ([]byte, []int)

Deprecated: Use NotOnlineFile.ProtoReflect.Descriptor instead.

func (*NotOnlineFile) GetAbsFileType

func (x *NotOnlineFile) GetAbsFileType() uint32

func (*NotOnlineFile) GetBytesFileUrl

func (x *NotOnlineFile) GetBytesFileUrl() [][]byte

func (*NotOnlineFile) GetClientType

func (x *NotOnlineFile) GetClientType() uint32

func (*NotOnlineFile) GetDangerEvel

func (x *NotOnlineFile) GetDangerEvel() uint32

func (*NotOnlineFile) GetDownloadFlag

func (x *NotOnlineFile) GetDownloadFlag() uint32

func (*NotOnlineFile) GetExpireTime

func (x *NotOnlineFile) GetExpireTime() uint32

func (*NotOnlineFile) GetFileMd5

func (x *NotOnlineFile) GetFileMd5() []byte

func (*NotOnlineFile) GetFileName

func (x *NotOnlineFile) GetFileName() []byte

func (*NotOnlineFile) GetFileSize

func (x *NotOnlineFile) GetFileSize() int64

func (*NotOnlineFile) GetFileType

func (x *NotOnlineFile) GetFileType() uint32

func (*NotOnlineFile) GetFileUuid

func (x *NotOnlineFile) GetFileUuid() []byte

func (*NotOnlineFile) GetLifeTime

func (x *NotOnlineFile) GetLifeTime() uint32

func (*NotOnlineFile) GetMicroCloud

func (x *NotOnlineFile) GetMicroCloud() uint32

func (*NotOnlineFile) GetNote

func (x *NotOnlineFile) GetNote() []byte

func (*NotOnlineFile) GetPbReserve

func (x *NotOnlineFile) GetPbReserve() []byte

func (*NotOnlineFile) GetReserved

func (x *NotOnlineFile) GetReserved() uint32

func (*NotOnlineFile) GetSig

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

func (*NotOnlineFile) GetSubCommand

func (x *NotOnlineFile) GetSubCommand() uint32

func (*NotOnlineFile) GetUploadTime

func (x *NotOnlineFile) GetUploadTime() uint32

func (*NotOnlineFile) ProtoMessage

func (*NotOnlineFile) ProtoMessage()

func (*NotOnlineFile) ProtoReflect

func (x *NotOnlineFile) ProtoReflect() protoreflect.Message

func (*NotOnlineFile) Reset

func (x *NotOnlineFile) Reset()

func (*NotOnlineFile) String

func (x *NotOnlineFile) String() string

type NotOnlineImage

type NotOnlineImage struct {
	FilePath           *string `protobuf:"bytes,1,opt,name=FilePath,proto3,oneof" json:"FilePath,omitempty"`
	FileLength         *uint32 `protobuf:"varint,2,opt,name=FileLength,proto3,oneof" json:"FileLength,omitempty"`
	DownloadPath       *string `protobuf:"bytes,3,opt,name=DownloadPath,proto3,oneof" json:"DownloadPath,omitempty"`
	OldVersionSendFile []byte  `protobuf:"bytes,4,opt,name=OldVersionSendFile,proto3,oneof" json:"OldVersionSendFile,omitempty"`
	ImageType          *uint32 `protobuf:"varint,5,opt,name=ImageType,proto3,oneof" json:"ImageType,omitempty"`
	PreviewImage       []byte  `protobuf:"bytes,6,opt,name=PreviewImage,proto3,oneof" json:"PreviewImage,omitempty"`
	PictureMd5         []byte  `protobuf:"bytes,7,opt,name=PictureMd5,proto3,oneof" json:"PictureMd5,omitempty"`
	PictureHeight      *uint32 `protobuf:"varint,8,opt,name=PictureHeight,proto3,oneof" json:"PictureHeight,omitempty"`
	PictureWidth       *uint32 `protobuf:"varint,9,opt,name=PictureWidth,proto3,oneof" json:"PictureWidth,omitempty"`
	ResId              *string `protobuf:"bytes,10,opt,name=ResId,proto3,oneof" json:"ResId,omitempty"`
	Flag               []byte  `protobuf:"bytes,11,opt,name=Flag,proto3,oneof" json:"Flag,omitempty"`
	ThumbUrl           *string `protobuf:"bytes,12,opt,name=ThumbUrl,proto3,oneof" json:"ThumbUrl,omitempty"`
	Original           *uint32 `protobuf:"varint,13,opt,name=Original,proto3,oneof" json:"Original,omitempty"`
	BigUrl             *string `protobuf:"bytes,14,opt,name=BigUrl,proto3,oneof" json:"BigUrl,omitempty"`
	OriginalUrl        *string `protobuf:"bytes,15,opt,name=OriginalUrl,proto3,oneof" json:"OriginalUrl,omitempty"`
	BizType            *uint32 `protobuf:"varint,16,opt,name=BizType,proto3,oneof" json:"BizType,omitempty"`
	Result             *uint32 `protobuf:"varint,17,opt,name=Result,proto3,oneof" json:"Result,omitempty"`
	Index              *uint32 `protobuf:"varint,18,opt,name=Index,proto3,oneof" json:"Index,omitempty"`
	OpFaceBuffer       []byte  `protobuf:"bytes,19,opt,name=OpFaceBuffer,proto3,oneof" json:"OpFaceBuffer,omitempty"`
	OldPictureMd5      *bool   `protobuf:"varint,20,opt,name=OldPictureMd5,proto3,oneof" json:"OldPictureMd5,omitempty"`
	ThumbWidth         *uint32 `protobuf:"varint,21,opt,name=ThumbWidth,proto3,oneof" json:"ThumbWidth,omitempty"`
	ThumbHeight        *uint32 `protobuf:"varint,22,opt,name=ThumbHeight,proto3,oneof" json:"ThumbHeight,omitempty"`
	FileId             *uint32 `protobuf:"varint,23,opt,name=FileId,proto3,oneof" json:"FileId,omitempty"`
	ShowLen            *uint32 `protobuf:"varint,24,opt,name=ShowLen,proto3,oneof" json:"ShowLen,omitempty"`
	DownloadLen        *uint32 `protobuf:"varint,25,opt,name=DownloadLen,proto3,oneof" json:"DownloadLen,omitempty"`
	PbReserve          []byte  `protobuf:"bytes,29,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	// contains filtered or unexported fields
}

func (*NotOnlineImage) Descriptor deprecated

func (*NotOnlineImage) Descriptor() ([]byte, []int)

Deprecated: Use NotOnlineImage.ProtoReflect.Descriptor instead.

func (*NotOnlineImage) GetBigUrl

func (x *NotOnlineImage) GetBigUrl() string

func (*NotOnlineImage) GetBizType

func (x *NotOnlineImage) GetBizType() uint32

func (*NotOnlineImage) GetDownloadLen

func (x *NotOnlineImage) GetDownloadLen() uint32

func (*NotOnlineImage) GetDownloadPath

func (x *NotOnlineImage) GetDownloadPath() string

func (*NotOnlineImage) GetFileId

func (x *NotOnlineImage) GetFileId() uint32

func (*NotOnlineImage) GetFileLength

func (x *NotOnlineImage) GetFileLength() uint32

func (*NotOnlineImage) GetFilePath

func (x *NotOnlineImage) GetFilePath() string

func (*NotOnlineImage) GetFlag

func (x *NotOnlineImage) GetFlag() []byte

func (*NotOnlineImage) GetImageType

func (x *NotOnlineImage) GetImageType() uint32

func (*NotOnlineImage) GetIndex

func (x *NotOnlineImage) GetIndex() uint32

func (*NotOnlineImage) GetOldPictureMd5

func (x *NotOnlineImage) GetOldPictureMd5() bool

func (*NotOnlineImage) GetOldVersionSendFile

func (x *NotOnlineImage) GetOldVersionSendFile() []byte

func (*NotOnlineImage) GetOpFaceBuffer

func (x *NotOnlineImage) GetOpFaceBuffer() []byte

func (*NotOnlineImage) GetOriginal

func (x *NotOnlineImage) GetOriginal() uint32

func (*NotOnlineImage) GetOriginalUrl

func (x *NotOnlineImage) GetOriginalUrl() string

func (*NotOnlineImage) GetPbReserve

func (x *NotOnlineImage) GetPbReserve() []byte

func (*NotOnlineImage) GetPictureHeight

func (x *NotOnlineImage) GetPictureHeight() uint32

func (*NotOnlineImage) GetPictureMd5

func (x *NotOnlineImage) GetPictureMd5() []byte

func (*NotOnlineImage) GetPictureWidth

func (x *NotOnlineImage) GetPictureWidth() uint32

func (*NotOnlineImage) GetPreviewImage

func (x *NotOnlineImage) GetPreviewImage() []byte

func (*NotOnlineImage) GetResId

func (x *NotOnlineImage) GetResId() string

func (*NotOnlineImage) GetResult

func (x *NotOnlineImage) GetResult() uint32

func (*NotOnlineImage) GetShowLen

func (x *NotOnlineImage) GetShowLen() uint32

func (*NotOnlineImage) GetThumbHeight

func (x *NotOnlineImage) GetThumbHeight() uint32

func (*NotOnlineImage) GetThumbUrl

func (x *NotOnlineImage) GetThumbUrl() string

func (*NotOnlineImage) GetThumbWidth

func (x *NotOnlineImage) GetThumbWidth() uint32

func (*NotOnlineImage) ProtoMessage

func (*NotOnlineImage) ProtoMessage()

func (*NotOnlineImage) ProtoReflect

func (x *NotOnlineImage) ProtoReflect() protoreflect.Message

func (*NotOnlineImage) Reset

func (x *NotOnlineImage) Reset()

func (*NotOnlineImage) String

func (x *NotOnlineImage) String() string

type OnlineImage

type OnlineImage struct {
	Guid               []byte `protobuf:"bytes,1,opt,name=Guid,proto3,oneof" json:"Guid,omitempty"`
	FilePath           []byte `protobuf:"bytes,2,opt,name=FilePath,proto3,oneof" json:"FilePath,omitempty"`
	OldVersionSendFile []byte `protobuf:"bytes,3,opt,name=OldVersionSendFile,proto3,oneof" json:"OldVersionSendFile,omitempty"`
	// contains filtered or unexported fields
}

func (*OnlineImage) Descriptor deprecated

func (*OnlineImage) Descriptor() ([]byte, []int)

Deprecated: Use OnlineImage.ProtoReflect.Descriptor instead.

func (*OnlineImage) GetFilePath

func (x *OnlineImage) GetFilePath() []byte

func (*OnlineImage) GetGuid

func (x *OnlineImage) GetGuid() []byte

func (*OnlineImage) GetOldVersionSendFile

func (x *OnlineImage) GetOldVersionSendFile() []byte

func (*OnlineImage) ProtoMessage

func (*OnlineImage) ProtoMessage()

func (*OnlineImage) ProtoReflect

func (x *OnlineImage) ProtoReflect() protoreflect.Message

func (*OnlineImage) Reset

func (x *OnlineImage) Reset()

func (*OnlineImage) String

func (x *OnlineImage) String() string

type PcSupportDef

type PcSupportDef struct {
	PcPtlBegin     *uint32  `protobuf:"varint,1,opt,name=PcPtlBegin,proto3,oneof" json:"PcPtlBegin,omitempty"`
	PcPtlEnd       *uint32  `protobuf:"varint,2,opt,name=PcPtlEnd,proto3,oneof" json:"PcPtlEnd,omitempty"`
	MacPtlBegin    *uint32  `protobuf:"varint,3,opt,name=MacPtlBegin,proto3,oneof" json:"MacPtlBegin,omitempty"`
	MacPtlEnd      *uint32  `protobuf:"varint,4,opt,name=MacPtlEnd,proto3,oneof" json:"MacPtlEnd,omitempty"`
	PtlsSupport    []uint32 `protobuf:"varint,5,rep,packed,name=PtlsSupport,proto3" json:"PtlsSupport,omitempty"`
	PtlsNotSupport []uint32 `protobuf:"varint,6,rep,packed,name=PtlsNotSupport,proto3" json:"PtlsNotSupport,omitempty"`
	// contains filtered or unexported fields
}

func (*PcSupportDef) Descriptor deprecated

func (*PcSupportDef) Descriptor() ([]byte, []int)

Deprecated: Use PcSupportDef.ProtoReflect.Descriptor instead.

func (*PcSupportDef) GetMacPtlBegin

func (x *PcSupportDef) GetMacPtlBegin() uint32

func (*PcSupportDef) GetMacPtlEnd

func (x *PcSupportDef) GetMacPtlEnd() uint32

func (*PcSupportDef) GetPcPtlBegin

func (x *PcSupportDef) GetPcPtlBegin() uint32

func (*PcSupportDef) GetPcPtlEnd

func (x *PcSupportDef) GetPcPtlEnd() uint32

func (*PcSupportDef) GetPtlsNotSupport

func (x *PcSupportDef) GetPtlsNotSupport() []uint32

func (*PcSupportDef) GetPtlsSupport

func (x *PcSupportDef) GetPtlsSupport() []uint32

func (*PcSupportDef) ProtoMessage

func (*PcSupportDef) ProtoMessage()

func (*PcSupportDef) ProtoReflect

func (x *PcSupportDef) ProtoReflect() protoreflect.Message

func (*PcSupportDef) Reset

func (x *PcSupportDef) Reset()

func (*PcSupportDef) String

func (x *PcSupportDef) String() string

type PlainText

type PlainText struct {
	String_          *string `protobuf:"bytes,1,opt,name=String,proto3,oneof" json:"String,omitempty"`
	Link             *string `protobuf:"bytes,2,opt,name=Link,proto3,oneof" json:"Link,omitempty"`
	Attribute6Buffer []byte  `protobuf:"bytes,3,opt,name=Attribute6Buffer,proto3,oneof" json:"Attribute6Buffer,omitempty"`
	Attribute7Buffer []byte  `protobuf:"bytes,4,opt,name=Attribute7Buffer,proto3,oneof" json:"Attribute7Buffer,omitempty"`
	Buffer           []byte  `protobuf:"bytes,11,opt,name=Buffer,proto3,oneof" json:"Buffer,omitempty"`
	PbReserve        []byte  `protobuf:"bytes,12,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	// contains filtered or unexported fields
}

func (*PlainText) Descriptor deprecated

func (*PlainText) Descriptor() ([]byte, []int)

Deprecated: Use PlainText.ProtoReflect.Descriptor instead.

func (*PlainText) GetAttribute6Buffer

func (x *PlainText) GetAttribute6Buffer() []byte

func (*PlainText) GetAttribute7Buffer

func (x *PlainText) GetAttribute7Buffer() []byte

func (*PlainText) GetBuffer

func (x *PlainText) GetBuffer() []byte
func (x *PlainText) GetLink() string

func (*PlainText) GetPbReserve

func (x *PlainText) GetPbReserve() []byte

func (*PlainText) GetString_

func (x *PlainText) GetString_() string

func (*PlainText) ProtoMessage

func (*PlainText) ProtoMessage()

func (*PlainText) ProtoReflect

func (x *PlainText) ProtoReflect() protoreflect.Message

func (*PlainText) Reset

func (x *PlainText) Reset()

func (*PlainText) String

func (x *PlainText) String() string

type PluginInfo

type PluginInfo struct {
	ResId       *uint32 `protobuf:"varint,1,opt,name=ResId,proto3,oneof" json:"ResId,omitempty"`
	PackageName *string `protobuf:"bytes,2,opt,name=PackageName,proto3,oneof" json:"PackageName,omitempty"`
	NewVersion  *uint32 `protobuf:"varint,3,opt,name=NewVersion,proto3,oneof" json:"NewVersion,omitempty"`
	ResType     *uint32 `protobuf:"varint,4,opt,name=ResType,proto3,oneof" json:"ResType,omitempty"`
	LanType     *uint32 `protobuf:"varint,5,opt,name=LanType,proto3,oneof" json:"LanType,omitempty"`
	Priority    *uint32 `protobuf:"varint,6,opt,name=Priority,proto3,oneof" json:"Priority,omitempty"`
	ResName     *string `protobuf:"bytes,7,opt,name=ResName,proto3,oneof" json:"ResName,omitempty"`
	ResDesc     *string `protobuf:"bytes,8,opt,name=ResDesc,proto3,oneof" json:"ResDesc,omitempty"`
	ResUrlBig   *string `protobuf:"bytes,9,opt,name=ResUrlBig,proto3,oneof" json:"ResUrlBig,omitempty"`
	ResUrlSmall *string `protobuf:"bytes,10,opt,name=ResUrlSmall,proto3,oneof" json:"ResUrlSmall,omitempty"`
	ResConf     *string `protobuf:"bytes,11,opt,name=ResConf,proto3,oneof" json:"ResConf,omitempty"`
	// contains filtered or unexported fields
}

func (*PluginInfo) Descriptor deprecated

func (*PluginInfo) Descriptor() ([]byte, []int)

Deprecated: Use PluginInfo.ProtoReflect.Descriptor instead.

func (*PluginInfo) GetLanType

func (x *PluginInfo) GetLanType() uint32

func (*PluginInfo) GetNewVersion

func (x *PluginInfo) GetNewVersion() uint32

func (*PluginInfo) GetPackageName

func (x *PluginInfo) GetPackageName() string

func (*PluginInfo) GetPriority

func (x *PluginInfo) GetPriority() uint32

func (*PluginInfo) GetResConf

func (x *PluginInfo) GetResConf() string

func (*PluginInfo) GetResDesc

func (x *PluginInfo) GetResDesc() string

func (*PluginInfo) GetResId

func (x *PluginInfo) GetResId() uint32

func (*PluginInfo) GetResName

func (x *PluginInfo) GetResName() string

func (*PluginInfo) GetResType

func (x *PluginInfo) GetResType() uint32

func (*PluginInfo) GetResUrlBig

func (x *PluginInfo) GetResUrlBig() string

func (*PluginInfo) GetResUrlSmall

func (x *PluginInfo) GetResUrlSmall() string

func (*PluginInfo) ProtoMessage

func (*PluginInfo) ProtoMessage()

func (*PluginInfo) ProtoReflect

func (x *PluginInfo) ProtoReflect() protoreflect.Message

func (*PluginInfo) Reset

func (x *PluginInfo) Reset()

func (*PluginInfo) String

func (x *PluginInfo) String() string

type Ptt

type Ptt struct {
	FileType      *uint32  `protobuf:"varint,1,opt,name=FileType,proto3,oneof" json:"FileType,omitempty"`
	SourceUin     *int64   `protobuf:"varint,2,opt,name=SourceUin,proto3,oneof" json:"SourceUin,omitempty"`
	FileUuid      []byte   `protobuf:"bytes,3,opt,name=FileUuid,proto3,oneof" json:"FileUuid,omitempty"`
	FileMd5       []byte   `protobuf:"bytes,4,opt,name=FileMd5,proto3,oneof" json:"FileMd5,omitempty"`
	FileName      *string  `protobuf:"bytes,5,opt,name=FileName,proto3,oneof" json:"FileName,omitempty"`
	FileSize      *uint32  `protobuf:"varint,6,opt,name=FileSize,proto3,oneof" json:"FileSize,omitempty"`
	Reserve       []byte   `protobuf:"bytes,7,opt,name=Reserve,proto3,oneof" json:"Reserve,omitempty"`
	FileId        *uint32  `protobuf:"varint,8,opt,name=FileId,proto3,oneof" json:"FileId,omitempty"`
	ServerIp      *uint32  `protobuf:"varint,9,opt,name=ServerIp,proto3,oneof" json:"ServerIp,omitempty"`
	ServerPort    *uint32  `protobuf:"varint,10,opt,name=ServerPort,proto3,oneof" json:"ServerPort,omitempty"`
	Valid         *bool    `protobuf:"varint,11,opt,name=Valid,proto3,oneof" json:"Valid,omitempty"`
	Signature     []byte   `protobuf:"bytes,12,opt,name=Signature,proto3,oneof" json:"Signature,omitempty"`
	ShortCut      []byte   `protobuf:"bytes,13,opt,name=ShortCut,proto3,oneof" json:"ShortCut,omitempty"`
	FileKey       []byte   `protobuf:"bytes,14,opt,name=FileKey,proto3,oneof" json:"FileKey,omitempty"`
	MagicPttIndex *uint32  `protobuf:"varint,15,opt,name=MagicPttIndex,proto3,oneof" json:"MagicPttIndex,omitempty"`
	VoiceSwitch   *uint32  `protobuf:"varint,16,opt,name=VoiceSwitch,proto3,oneof" json:"VoiceSwitch,omitempty"`
	PttUrl        []byte   `protobuf:"bytes,17,opt,name=PttUrl,proto3,oneof" json:"PttUrl,omitempty"`
	GroupFileKey  []byte   `protobuf:"bytes,18,opt,name=GroupFileKey,proto3,oneof" json:"GroupFileKey,omitempty"`
	Time          *uint32  `protobuf:"varint,19,opt,name=Time,proto3,oneof" json:"Time,omitempty"`
	DownPara      []byte   `protobuf:"bytes,20,opt,name=DownPara,proto3,oneof" json:"DownPara,omitempty"`
	Format        *uint32  `protobuf:"varint,29,opt,name=Format,proto3,oneof" json:"Format,omitempty"`
	PbReserve     []byte   `protobuf:"bytes,30,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	BytesPttUrls  [][]byte `protobuf:"bytes,31,rep,name=BytesPttUrls,proto3" json:"BytesPttUrls,omitempty"`
	DownloadFlag  *uint32  `protobuf:"varint,32,opt,name=DownloadFlag,proto3,oneof" json:"DownloadFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*Ptt) Descriptor deprecated

func (*Ptt) Descriptor() ([]byte, []int)

Deprecated: Use Ptt.ProtoReflect.Descriptor instead.

func (*Ptt) GetBytesPttUrls

func (x *Ptt) GetBytesPttUrls() [][]byte

func (*Ptt) GetDownPara

func (x *Ptt) GetDownPara() []byte

func (*Ptt) GetDownloadFlag

func (x *Ptt) GetDownloadFlag() uint32

func (*Ptt) GetFileId

func (x *Ptt) GetFileId() uint32

func (*Ptt) GetFileKey

func (x *Ptt) GetFileKey() []byte

func (*Ptt) GetFileMd5

func (x *Ptt) GetFileMd5() []byte

func (*Ptt) GetFileName

func (x *Ptt) GetFileName() string

func (*Ptt) GetFileSize

func (x *Ptt) GetFileSize() uint32

func (*Ptt) GetFileType

func (x *Ptt) GetFileType() uint32

func (*Ptt) GetFileUuid

func (x *Ptt) GetFileUuid() []byte

func (*Ptt) GetFormat

func (x *Ptt) GetFormat() uint32

func (*Ptt) GetGroupFileKey

func (x *Ptt) GetGroupFileKey() []byte

func (*Ptt) GetMagicPttIndex

func (x *Ptt) GetMagicPttIndex() uint32

func (*Ptt) GetPbReserve

func (x *Ptt) GetPbReserve() []byte

func (*Ptt) GetPttUrl

func (x *Ptt) GetPttUrl() []byte

func (*Ptt) GetReserve

func (x *Ptt) GetReserve() []byte

func (*Ptt) GetServerIp

func (x *Ptt) GetServerIp() uint32

func (*Ptt) GetServerPort

func (x *Ptt) GetServerPort() uint32

func (*Ptt) GetShortCut

func (x *Ptt) GetShortCut() []byte

func (*Ptt) GetSignature

func (x *Ptt) GetSignature() []byte

func (*Ptt) GetSourceUin

func (x *Ptt) GetSourceUin() int64

func (*Ptt) GetTime

func (x *Ptt) GetTime() uint32

func (*Ptt) GetValid

func (x *Ptt) GetValid() bool

func (*Ptt) GetVoiceSwitch

func (x *Ptt) GetVoiceSwitch() uint32

func (*Ptt) ProtoMessage

func (*Ptt) ProtoMessage()

func (*Ptt) ProtoReflect

func (x *Ptt) ProtoReflect() protoreflect.Message

func (*Ptt) Reset

func (x *Ptt) Reset()

func (*Ptt) String

func (x *Ptt) String() string

type QQWalletAioBody

type QQWalletAioBody struct {
	SendUin         *uint64          `protobuf:"varint,1,opt,name=SendUin,proto3,oneof" json:"SendUin,omitempty"`
	Sender          *QQWalletAioElem `protobuf:"bytes,2,opt,name=Sender,proto3,oneof" json:"Sender,omitempty"`
	Receiver        *QQWalletAioElem `protobuf:"bytes,3,opt,name=Receiver,proto3,oneof" json:"Receiver,omitempty"`
	ChannelId       *int32           `protobuf:"varint,4,opt,name=ChannelId,proto3,oneof" json:"ChannelId,omitempty"`
	TemplateId      *int32           `protobuf:"varint,5,opt,name=TemplateId,proto3,oneof" json:"TemplateId,omitempty"`
	Resend          *uint32          `protobuf:"varint,6,opt,name=Resend,proto3,oneof" json:"Resend,omitempty"`
	MessagePriority *uint32          `protobuf:"varint,7,opt,name=MessagePriority,proto3,oneof" json:"MessagePriority,omitempty"`
	RedType         *int32           `protobuf:"varint,8,opt,name=RedType,proto3,oneof" json:"RedType,omitempty"`
	BillNum         []byte           `protobuf:"bytes,9,opt,name=BillNum,proto3,oneof" json:"BillNum,omitempty"`
	AuthKey         []byte           `protobuf:"bytes,10,opt,name=AuthKey,proto3,oneof" json:"AuthKey,omitempty"`
	SessionType     *int32           `protobuf:"varint,11,opt,name=SessionType,proto3,oneof" json:"SessionType,omitempty"`
	MessageType     *int32           `protobuf:"varint,12,opt,name=MessageType,proto3,oneof" json:"MessageType,omitempty"`
	EnvelOpeId      *int32           `protobuf:"varint,13,opt,name=EnvelOpeId,proto3,oneof" json:"EnvelOpeId,omitempty"`
	Name            []byte           `protobuf:"bytes,14,opt,name=Name,proto3,oneof" json:"Name,omitempty"`
	ConfType        *int32           `protobuf:"varint,15,opt,name=ConfType,proto3,oneof" json:"ConfType,omitempty"`
	MessageFrom     *int32           `protobuf:"varint,16,opt,name=MessageFrom,proto3,oneof" json:"MessageFrom,omitempty"`
	PcBody          []byte           `protobuf:"bytes,17,opt,name=PcBody,proto3,oneof" json:"PcBody,omitempty"`
	Index           []byte           `protobuf:"bytes,18,opt,name=Index,proto3,oneof" json:"Index,omitempty"`
	RedChannel      *uint32          `protobuf:"varint,19,opt,name=RedChannel,proto3,oneof" json:"RedChannel,omitempty"`
	GrapUin         []uint64         `protobuf:"varint,20,rep,packed,name=GrapUin,proto3" json:"GrapUin,omitempty"`
	PbReserve       []byte           `protobuf:"bytes,21,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	// contains filtered or unexported fields
}

func (*QQWalletAioBody) Descriptor deprecated

func (*QQWalletAioBody) Descriptor() ([]byte, []int)

Deprecated: Use QQWalletAioBody.ProtoReflect.Descriptor instead.

func (*QQWalletAioBody) GetAuthKey

func (x *QQWalletAioBody) GetAuthKey() []byte

func (*QQWalletAioBody) GetBillNum

func (x *QQWalletAioBody) GetBillNum() []byte

func (*QQWalletAioBody) GetChannelId

func (x *QQWalletAioBody) GetChannelId() int32

func (*QQWalletAioBody) GetConfType

func (x *QQWalletAioBody) GetConfType() int32

func (*QQWalletAioBody) GetEnvelOpeId

func (x *QQWalletAioBody) GetEnvelOpeId() int32

func (*QQWalletAioBody) GetGrapUin

func (x *QQWalletAioBody) GetGrapUin() []uint64

func (*QQWalletAioBody) GetIndex

func (x *QQWalletAioBody) GetIndex() []byte

func (*QQWalletAioBody) GetMessageFrom

func (x *QQWalletAioBody) GetMessageFrom() int32

func (*QQWalletAioBody) GetMessagePriority

func (x *QQWalletAioBody) GetMessagePriority() uint32

func (*QQWalletAioBody) GetMessageType

func (x *QQWalletAioBody) GetMessageType() int32

func (*QQWalletAioBody) GetName

func (x *QQWalletAioBody) GetName() []byte

func (*QQWalletAioBody) GetPbReserve

func (x *QQWalletAioBody) GetPbReserve() []byte

func (*QQWalletAioBody) GetPcBody

func (x *QQWalletAioBody) GetPcBody() []byte

func (*QQWalletAioBody) GetReceiver

func (x *QQWalletAioBody) GetReceiver() *QQWalletAioElem

func (*QQWalletAioBody) GetRedChannel

func (x *QQWalletAioBody) GetRedChannel() uint32

func (*QQWalletAioBody) GetRedType

func (x *QQWalletAioBody) GetRedType() int32

func (*QQWalletAioBody) GetResend

func (x *QQWalletAioBody) GetResend() uint32

func (*QQWalletAioBody) GetSendUin

func (x *QQWalletAioBody) GetSendUin() uint64

func (*QQWalletAioBody) GetSender

func (x *QQWalletAioBody) GetSender() *QQWalletAioElem

func (*QQWalletAioBody) GetSessionType

func (x *QQWalletAioBody) GetSessionType() int32

func (*QQWalletAioBody) GetTemplateId

func (x *QQWalletAioBody) GetTemplateId() int32

func (*QQWalletAioBody) ProtoMessage

func (*QQWalletAioBody) ProtoMessage()

func (*QQWalletAioBody) ProtoReflect

func (x *QQWalletAioBody) ProtoReflect() protoreflect.Message

func (*QQWalletAioBody) Reset

func (x *QQWalletAioBody) Reset()

func (*QQWalletAioBody) String

func (x *QQWalletAioBody) String() string

type QQWalletAioElem

type QQWalletAioElem struct {
	Background      *uint32 `protobuf:"varint,1,opt,name=Background,proto3,oneof" json:"Background,omitempty"`
	Icon            *uint32 `protobuf:"varint,2,opt,name=Icon,proto3,oneof" json:"Icon,omitempty"`
	Title           *string `protobuf:"bytes,3,opt,name=Title,proto3,oneof" json:"Title,omitempty"`
	Subtitle        *string `protobuf:"bytes,4,opt,name=Subtitle,proto3,oneof" json:"Subtitle,omitempty"`
	Content         *string `protobuf:"bytes,5,opt,name=Content,proto3,oneof" json:"Content,omitempty"`
	LinkUrl         []byte  `protobuf:"bytes,6,opt,name=LinkUrl,proto3,oneof" json:"LinkUrl,omitempty"`
	BlackStripe     []byte  `protobuf:"bytes,7,opt,name=BlackStripe,proto3,oneof" json:"BlackStripe,omitempty"`
	Notice          []byte  `protobuf:"bytes,8,opt,name=Notice,proto3,oneof" json:"Notice,omitempty"`
	TitleColor      *uint32 `protobuf:"varint,9,opt,name=TitleColor,proto3,oneof" json:"TitleColor,omitempty"`
	SubtitleColor   *uint32 `protobuf:"varint,10,opt,name=SubtitleColor,proto3,oneof" json:"SubtitleColor,omitempty"`
	ActionsPriority []byte  `protobuf:"bytes,11,opt,name=ActionsPriority,proto3,oneof" json:"ActionsPriority,omitempty"`
	JumpUrl         []byte  `protobuf:"bytes,12,opt,name=JumpUrl,proto3,oneof" json:"JumpUrl,omitempty"`
	NativeIos       []byte  `protobuf:"bytes,13,opt,name=NativeIos,proto3,oneof" json:"NativeIos,omitempty"`
	NativeAndroid   []byte  `protobuf:"bytes,14,opt,name=NativeAndroid,proto3,oneof" json:"NativeAndroid,omitempty"`
	IconUrl         []byte  `protobuf:"bytes,15,opt,name=IconUrl,proto3,oneof" json:"IconUrl,omitempty"`
	ContentColor    *uint32 `protobuf:"varint,16,opt,name=ContentColor,proto3,oneof" json:"ContentColor,omitempty"`
	ContentBgColor  *uint32 `protobuf:"varint,17,opt,name=ContentBgColor,proto3,oneof" json:"ContentBgColor,omitempty"`
	AioImageLeft    []byte  `protobuf:"bytes,18,opt,name=AioImageLeft,proto3,oneof" json:"AioImageLeft,omitempty"`
	AioImageRight   []byte  `protobuf:"bytes,19,opt,name=AioImageRight,proto3,oneof" json:"AioImageRight,omitempty"`
	CftImage        []byte  `protobuf:"bytes,20,opt,name=CftImage,proto3,oneof" json:"CftImage,omitempty"`
	PbReserve       []byte  `protobuf:"bytes,21,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	// contains filtered or unexported fields
}

func (*QQWalletAioElem) Descriptor deprecated

func (*QQWalletAioElem) Descriptor() ([]byte, []int)

Deprecated: Use QQWalletAioElem.ProtoReflect.Descriptor instead.

func (*QQWalletAioElem) GetActionsPriority

func (x *QQWalletAioElem) GetActionsPriority() []byte

func (*QQWalletAioElem) GetAioImageLeft

func (x *QQWalletAioElem) GetAioImageLeft() []byte

func (*QQWalletAioElem) GetAioImageRight

func (x *QQWalletAioElem) GetAioImageRight() []byte

func (*QQWalletAioElem) GetBackground

func (x *QQWalletAioElem) GetBackground() uint32

func (*QQWalletAioElem) GetBlackStripe

func (x *QQWalletAioElem) GetBlackStripe() []byte

func (*QQWalletAioElem) GetCftImage

func (x *QQWalletAioElem) GetCftImage() []byte

func (*QQWalletAioElem) GetContent

func (x *QQWalletAioElem) GetContent() string

func (*QQWalletAioElem) GetContentBgColor

func (x *QQWalletAioElem) GetContentBgColor() uint32

func (*QQWalletAioElem) GetContentColor

func (x *QQWalletAioElem) GetContentColor() uint32

func (*QQWalletAioElem) GetIcon

func (x *QQWalletAioElem) GetIcon() uint32

func (*QQWalletAioElem) GetIconUrl

func (x *QQWalletAioElem) GetIconUrl() []byte

func (*QQWalletAioElem) GetJumpUrl

func (x *QQWalletAioElem) GetJumpUrl() []byte

func (*QQWalletAioElem) GetLinkUrl

func (x *QQWalletAioElem) GetLinkUrl() []byte

func (*QQWalletAioElem) GetNativeAndroid

func (x *QQWalletAioElem) GetNativeAndroid() []byte

func (*QQWalletAioElem) GetNativeIos

func (x *QQWalletAioElem) GetNativeIos() []byte

func (*QQWalletAioElem) GetNotice

func (x *QQWalletAioElem) GetNotice() []byte

func (*QQWalletAioElem) GetPbReserve

func (x *QQWalletAioElem) GetPbReserve() []byte

func (*QQWalletAioElem) GetSubtitle

func (x *QQWalletAioElem) GetSubtitle() string

func (*QQWalletAioElem) GetSubtitleColor

func (x *QQWalletAioElem) GetSubtitleColor() uint32

func (*QQWalletAioElem) GetTitle

func (x *QQWalletAioElem) GetTitle() string

func (*QQWalletAioElem) GetTitleColor

func (x *QQWalletAioElem) GetTitleColor() uint32

func (*QQWalletAioElem) ProtoMessage

func (*QQWalletAioElem) ProtoMessage()

func (*QQWalletAioElem) ProtoReflect

func (x *QQWalletAioElem) ProtoReflect() protoreflect.Message

func (*QQWalletAioElem) Reset

func (x *QQWalletAioElem) Reset()

func (*QQWalletAioElem) String

func (x *QQWalletAioElem) String() string

type QQWalletMessage

type QQWalletMessage struct {
	QQWalletAioBody *QQWalletAioBody `protobuf:"bytes,1,opt,name=QQWalletAioBody,proto3,oneof" json:"QQWalletAioBody,omitempty"`
	// contains filtered or unexported fields
}

func (*QQWalletMessage) Descriptor deprecated

func (*QQWalletMessage) Descriptor() ([]byte, []int)

Deprecated: Use QQWalletMessage.ProtoReflect.Descriptor instead.

func (*QQWalletMessage) GetQQWalletAioBody

func (x *QQWalletMessage) GetQQWalletAioBody() *QQWalletAioBody

func (*QQWalletMessage) ProtoMessage

func (*QQWalletMessage) ProtoMessage()

func (*QQWalletMessage) ProtoReflect

func (x *QQWalletMessage) ProtoReflect() protoreflect.Message

func (*QQWalletMessage) Reset

func (x *QQWalletMessage) Reset()

func (*QQWalletMessage) String

func (x *QQWalletMessage) String() string

type RichMessage

type RichMessage struct {
	Template1    []byte  `protobuf:"bytes,1,opt,name=Template1,proto3,oneof" json:"Template1,omitempty"`
	ServiceId    *uint32 `protobuf:"varint,2,opt,name=ServiceId,proto3,oneof" json:"ServiceId,omitempty"`
	MessageResId []byte  `protobuf:"bytes,3,opt,name=MessageResId,proto3,oneof" json:"MessageResId,omitempty"`
	Rand         *uint32 `protobuf:"varint,4,opt,name=Rand,proto3,oneof" json:"Rand,omitempty"`
	Seqence      *uint32 `protobuf:"varint,5,opt,name=Seqence,proto3,oneof" json:"Seqence,omitempty"`
	// contains filtered or unexported fields
}

func (*RichMessage) Descriptor deprecated

func (*RichMessage) Descriptor() ([]byte, []int)

Deprecated: Use RichMessage.ProtoReflect.Descriptor instead.

func (*RichMessage) GetMessageResId

func (x *RichMessage) GetMessageResId() []byte

func (*RichMessage) GetRand

func (x *RichMessage) GetRand() uint32

func (*RichMessage) GetSeqence

func (x *RichMessage) GetSeqence() uint32

func (*RichMessage) GetServiceId

func (x *RichMessage) GetServiceId() uint32

func (*RichMessage) GetTemplate1

func (x *RichMessage) GetTemplate1() []byte

func (*RichMessage) ProtoMessage

func (*RichMessage) ProtoMessage()

func (*RichMessage) ProtoReflect

func (x *RichMessage) ProtoReflect() protoreflect.Message

func (*RichMessage) Reset

func (x *RichMessage) Reset()

func (*RichMessage) String

func (x *RichMessage) String() string

type RichText

type RichText struct {
	Attribute           *Attribute           `protobuf:"bytes,1,opt,name=Attribute,proto3,oneof" json:"Attribute,omitempty"`
	Element             []*Element           `protobuf:"bytes,2,rep,name=Element,proto3" json:"Element,omitempty"`
	NotOnlineFile       *NotOnlineFile       `protobuf:"bytes,3,opt,name=NotOnlineFile,proto3,oneof" json:"NotOnlineFile,omitempty"`
	Ptt                 *Ptt                 `protobuf:"bytes,4,opt,name=Ptt,proto3,oneof" json:"Ptt,omitempty"`
	TempPtt             *TempPtt             `protobuf:"bytes,5,opt,name=TempPtt,proto3,oneof" json:"TempPtt,omitempty"`
	Trans211TempMessage *Trans211TempMessage `protobuf:"bytes,6,opt,name=Trans211TempMessage,proto3,oneof" json:"Trans211TempMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*RichText) Descriptor deprecated

func (*RichText) Descriptor() ([]byte, []int)

Deprecated: Use RichText.ProtoReflect.Descriptor instead.

func (*RichText) GetAttribute

func (x *RichText) GetAttribute() *Attribute

func (*RichText) GetElement

func (x *RichText) GetElement() []*Element

func (*RichText) GetNotOnlineFile

func (x *RichText) GetNotOnlineFile() *NotOnlineFile

func (*RichText) GetPtt

func (x *RichText) GetPtt() *Ptt

func (*RichText) GetTempPtt

func (x *RichText) GetTempPtt() *TempPtt

func (*RichText) GetTrans211TempMessage

func (x *RichText) GetTrans211TempMessage() *Trans211TempMessage

func (*RichText) ProtoMessage

func (*RichText) ProtoMessage()

func (*RichText) ProtoReflect

func (x *RichText) ProtoReflect() protoreflect.Message

func (*RichText) Reset

func (x *RichText) Reset()

func (*RichText) String

func (x *RichText) String() string

type SourceMessage

type SourceMessage struct {
	OriginalSeqences []uint32   `protobuf:"varint,1,rep,packed,name=OriginalSeqences,proto3" json:"OriginalSeqences,omitempty"`
	SenderUin        *int64     `protobuf:"varint,2,opt,name=SenderUin,proto3,oneof" json:"SenderUin,omitempty"`
	Time             *uint32    `protobuf:"varint,3,opt,name=Time,proto3,oneof" json:"Time,omitempty"`
	Flag             *uint32    `protobuf:"varint,4,opt,name=Flag,proto3,oneof" json:"Flag,omitempty"`
	Element          []*Element `protobuf:"bytes,5,rep,name=Element,proto3" json:"Element,omitempty"`
	Type             *uint32    `protobuf:"varint,6,opt,name=Type,proto3,oneof" json:"Type,omitempty"`
	RichMessage      []byte     `protobuf:"bytes,7,opt,name=RichMessage,proto3,oneof" json:"RichMessage,omitempty"`
	PbReserve        []byte     `protobuf:"bytes,8,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	SourceMessage    []byte     `protobuf:"bytes,9,opt,name=SourceMessage,proto3,oneof" json:"SourceMessage,omitempty"`
	ToUin            *int64     `protobuf:"varint,10,opt,name=ToUin,proto3,oneof" json:"ToUin,omitempty"`
	TroopName        []byte     `protobuf:"bytes,11,opt,name=TroopName,proto3,oneof" json:"TroopName,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceMessage) Descriptor deprecated

func (*SourceMessage) Descriptor() ([]byte, []int)

Deprecated: Use SourceMessage.ProtoReflect.Descriptor instead.

func (*SourceMessage) GetElement

func (x *SourceMessage) GetElement() []*Element

func (*SourceMessage) GetFlag

func (x *SourceMessage) GetFlag() uint32

func (*SourceMessage) GetOriginalSeqences

func (x *SourceMessage) GetOriginalSeqences() []uint32

func (*SourceMessage) GetPbReserve

func (x *SourceMessage) GetPbReserve() []byte

func (*SourceMessage) GetRichMessage

func (x *SourceMessage) GetRichMessage() []byte

func (*SourceMessage) GetSenderUin

func (x *SourceMessage) GetSenderUin() int64

func (*SourceMessage) GetSourceMessage

func (x *SourceMessage) GetSourceMessage() []byte

func (*SourceMessage) GetTime

func (x *SourceMessage) GetTime() uint32

func (*SourceMessage) GetToUin

func (x *SourceMessage) GetToUin() int64

func (*SourceMessage) GetTroopName

func (x *SourceMessage) GetTroopName() []byte

func (*SourceMessage) GetType

func (x *SourceMessage) GetType() uint32

func (*SourceMessage) ProtoMessage

func (*SourceMessage) ProtoMessage()

func (*SourceMessage) ProtoReflect

func (x *SourceMessage) ProtoReflect() protoreflect.Message

func (*SourceMessage) Reset

func (x *SourceMessage) Reset()

func (*SourceMessage) String

func (x *SourceMessage) String() string

type TempPtt

type TempPtt struct {
	FileType      *uint32 `protobuf:"varint,1,opt,name=FileType,proto3,oneof" json:"FileType,omitempty"`
	FileUuid      []byte  `protobuf:"bytes,2,opt,name=FileUuid,proto3,oneof" json:"FileUuid,omitempty"`
	FileMd5       []byte  `protobuf:"bytes,3,opt,name=FileMd5,proto3,oneof" json:"FileMd5,omitempty"`
	FileName      []byte  `protobuf:"bytes,4,opt,name=FileName,proto3,oneof" json:"FileName,omitempty"`
	FileSize      *uint32 `protobuf:"varint,5,opt,name=FileSize,proto3,oneof" json:"FileSize,omitempty"`
	PttTimes      *uint32 `protobuf:"varint,6,opt,name=PttTimes,proto3,oneof" json:"PttTimes,omitempty"`
	UserType      *uint32 `protobuf:"varint,7,opt,name=UserType,proto3,oneof" json:"UserType,omitempty"`
	PttTransFlag  *uint32 `protobuf:"varint,8,opt,name=PttTransFlag,proto3,oneof" json:"PttTransFlag,omitempty"`
	BusiType      *uint32 `protobuf:"varint,9,opt,name=BusiType,proto3,oneof" json:"BusiType,omitempty"`
	MessageId     *uint64 `protobuf:"varint,10,opt,name=MessageId,proto3,oneof" json:"MessageId,omitempty"`
	PbReserve     []byte  `protobuf:"bytes,30,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	PttEncodeData []byte  `protobuf:"bytes,31,opt,name=PttEncodeData,proto3,oneof" json:"PttEncodeData,omitempty"`
	// contains filtered or unexported fields
}

func (*TempPtt) Descriptor deprecated

func (*TempPtt) Descriptor() ([]byte, []int)

Deprecated: Use TempPtt.ProtoReflect.Descriptor instead.

func (*TempPtt) GetBusiType

func (x *TempPtt) GetBusiType() uint32

func (*TempPtt) GetFileMd5

func (x *TempPtt) GetFileMd5() []byte

func (*TempPtt) GetFileName

func (x *TempPtt) GetFileName() []byte

func (*TempPtt) GetFileSize

func (x *TempPtt) GetFileSize() uint32

func (*TempPtt) GetFileType

func (x *TempPtt) GetFileType() uint32

func (*TempPtt) GetFileUuid

func (x *TempPtt) GetFileUuid() []byte

func (*TempPtt) GetMessageId

func (x *TempPtt) GetMessageId() uint64

func (*TempPtt) GetPbReserve

func (x *TempPtt) GetPbReserve() []byte

func (*TempPtt) GetPttEncodeData

func (x *TempPtt) GetPttEncodeData() []byte

func (*TempPtt) GetPttTimes

func (x *TempPtt) GetPttTimes() uint32

func (*TempPtt) GetPttTransFlag

func (x *TempPtt) GetPttTransFlag() uint32

func (*TempPtt) GetUserType

func (x *TempPtt) GetUserType() uint32

func (*TempPtt) ProtoMessage

func (*TempPtt) ProtoMessage()

func (*TempPtt) ProtoReflect

func (x *TempPtt) ProtoReflect() protoreflect.Message

func (*TempPtt) Reset

func (x *TempPtt) Reset()

func (*TempPtt) String

func (x *TempPtt) String() string

type Trans211TempMessage

type Trans211TempMessage struct {
	MessageBody []byte  `protobuf:"bytes,1,opt,name=MessageBody,proto3,oneof" json:"MessageBody,omitempty"`
	C2CCmd      *uint32 `protobuf:"varint,2,opt,name=C2CCmd,proto3,oneof" json:"C2CCmd,omitempty"`
	// contains filtered or unexported fields
}

func (*Trans211TempMessage) Descriptor deprecated

func (*Trans211TempMessage) Descriptor() ([]byte, []int)

Deprecated: Use Trans211TempMessage.ProtoReflect.Descriptor instead.

func (*Trans211TempMessage) GetC2CCmd

func (x *Trans211TempMessage) GetC2CCmd() uint32

func (*Trans211TempMessage) GetMessageBody

func (x *Trans211TempMessage) GetMessageBody() []byte

func (*Trans211TempMessage) ProtoMessage

func (*Trans211TempMessage) ProtoMessage()

func (*Trans211TempMessage) ProtoReflect

func (x *Trans211TempMessage) ProtoReflect() protoreflect.Message

func (*Trans211TempMessage) Reset

func (x *Trans211TempMessage) Reset()

func (*Trans211TempMessage) String

func (x *Trans211TempMessage) String() string

type TransElem

type TransElem struct {
	ElemType  *uint32 `protobuf:"varint,1,opt,name=ElemType,proto3,oneof" json:"ElemType,omitempty"`
	ElemValue []byte  `protobuf:"bytes,2,opt,name=ElemValue,proto3,oneof" json:"ElemValue,omitempty"`
	// contains filtered or unexported fields
}

func (*TransElem) Descriptor deprecated

func (*TransElem) Descriptor() ([]byte, []int)

Deprecated: Use TransElem.ProtoReflect.Descriptor instead.

func (*TransElem) GetElemType

func (x *TransElem) GetElemType() uint32

func (*TransElem) GetElemValue

func (x *TransElem) GetElemValue() []byte

func (*TransElem) ProtoMessage

func (*TransElem) ProtoMessage()

func (*TransElem) ProtoReflect

func (x *TransElem) ProtoReflect() protoreflect.Message

func (*TransElem) Reset

func (x *TransElem) Reset()

func (*TransElem) String

func (x *TransElem) String() string

type UinPairMessages

type UinPairMessages struct {
	LastReadTime     *uint32    `protobuf:"varint,1,opt,name=LastReadTime,proto3,oneof" json:"LastReadTime,omitempty"`
	PeerUin          *int64     `protobuf:"varint,2,opt,name=PeerUin,proto3,oneof" json:"PeerUin,omitempty"`
	MessagCompleted  *uint32    `protobuf:"varint,3,opt,name=MessagCompleted,proto3,oneof" json:"MessagCompleted,omitempty"`
	Message          []*Message `protobuf:"bytes,4,rep,name=Message,proto3" json:"Message,omitempty"`
	UnreadMessageNum *uint32    `protobuf:"varint,5,opt,name=UnreadMessageNum,proto3,oneof" json:"UnreadMessageNum,omitempty"`
	C2CType          *uint32    `protobuf:"varint,8,opt,name=C2CType,proto3,oneof" json:"C2CType,omitempty"`
	ServiceType      *uint32    `protobuf:"varint,9,opt,name=ServiceType,proto3,oneof" json:"ServiceType,omitempty"`
	PbReserve        []byte     `protobuf:"bytes,10,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	ToTinyId         *uint64    `protobuf:"varint,11,opt,name=ToTinyId,proto3,oneof" json:"ToTinyId,omitempty"`
	// contains filtered or unexported fields
}

func (*UinPairMessages) Descriptor deprecated

func (*UinPairMessages) Descriptor() ([]byte, []int)

Deprecated: Use UinPairMessages.ProtoReflect.Descriptor instead.

func (*UinPairMessages) GetC2CType

func (x *UinPairMessages) GetC2CType() uint32

func (*UinPairMessages) GetLastReadTime

func (x *UinPairMessages) GetLastReadTime() uint32

func (*UinPairMessages) GetMessagCompleted

func (x *UinPairMessages) GetMessagCompleted() uint32

func (*UinPairMessages) GetMessage

func (x *UinPairMessages) GetMessage() []*Message

func (*UinPairMessages) GetPbReserve

func (x *UinPairMessages) GetPbReserve() []byte

func (*UinPairMessages) GetPeerUin

func (x *UinPairMessages) GetPeerUin() int64

func (*UinPairMessages) GetServiceType

func (x *UinPairMessages) GetServiceType() uint32

func (*UinPairMessages) GetToTinyId

func (x *UinPairMessages) GetToTinyId() uint64

func (*UinPairMessages) GetUnreadMessageNum

func (x *UinPairMessages) GetUnreadMessageNum() uint32

func (*UinPairMessages) ProtoMessage

func (*UinPairMessages) ProtoMessage()

func (*UinPairMessages) ProtoReflect

func (x *UinPairMessages) ProtoReflect() protoreflect.Message

func (*UinPairMessages) Reset

func (x *UinPairMessages) Reset()

func (*UinPairMessages) String

func (x *UinPairMessages) String() string

type VideoFile

type VideoFile struct {
	FileUuid           []byte   `protobuf:"bytes,1,opt,name=FileUuid,proto3,oneof" json:"FileUuid,omitempty"`
	FileMd5            []byte   `protobuf:"bytes,2,opt,name=FileMd5,proto3,oneof" json:"FileMd5,omitempty"`
	FileName           []byte   `protobuf:"bytes,3,opt,name=FileName,proto3,oneof" json:"FileName,omitempty"`
	FileFormat         *uint32  `protobuf:"varint,4,opt,name=FileFormat,proto3,oneof" json:"FileFormat,omitempty"`
	FileTime           *uint32  `protobuf:"varint,5,opt,name=FileTime,proto3,oneof" json:"FileTime,omitempty"`
	FileSize           *uint32  `protobuf:"varint,6,opt,name=FileSize,proto3,oneof" json:"FileSize,omitempty"`
	ThumbWidth         *uint32  `protobuf:"varint,7,opt,name=ThumbWidth,proto3,oneof" json:"ThumbWidth,omitempty"`
	ThumbHeight        *uint32  `protobuf:"varint,8,opt,name=ThumbHeight,proto3,oneof" json:"ThumbHeight,omitempty"`
	ThumbFileMd5       []byte   `protobuf:"bytes,9,opt,name=ThumbFileMd5,proto3,oneof" json:"ThumbFileMd5,omitempty"`
	Source             []byte   `protobuf:"bytes,10,opt,name=Source,proto3,oneof" json:"Source,omitempty"`
	ThumbFileSize      *uint32  `protobuf:"varint,11,opt,name=ThumbFileSize,proto3,oneof" json:"ThumbFileSize,omitempty"`
	BusiType           *uint32  `protobuf:"varint,12,opt,name=BusiType,proto3,oneof" json:"BusiType,omitempty"`
	FromChatType       *uint32  `protobuf:"varint,13,opt,name=FromChatType,proto3,oneof" json:"FromChatType,omitempty"`
	ToChatType         *uint32  `protobuf:"varint,14,opt,name=ToChatType,proto3,oneof" json:"ToChatType,omitempty"`
	SupportProgressive *bool    `protobuf:"varint,15,opt,name=SupportProgressive,proto3,oneof" json:"SupportProgressive,omitempty"`
	FileWidth          *uint32  `protobuf:"varint,16,opt,name=FileWidth,proto3,oneof" json:"FileWidth,omitempty"`
	FileHeight         *uint32  `protobuf:"varint,17,opt,name=FileHeight,proto3,oneof" json:"FileHeight,omitempty"`
	SubBusiType        *uint32  `protobuf:"varint,18,opt,name=SubBusiType,proto3,oneof" json:"SubBusiType,omitempty"`
	VideoAttrbute      *uint32  `protobuf:"varint,19,opt,name=VideoAttrbute,proto3,oneof" json:"VideoAttrbute,omitempty"`
	BytesThumbFileUrls [][]byte `protobuf:"bytes,20,rep,name=BytesThumbFileUrls,proto3" json:"BytesThumbFileUrls,omitempty"`
	BytesVideoFileUrls [][]byte `protobuf:"bytes,21,rep,name=BytesVideoFileUrls,proto3" json:"BytesVideoFileUrls,omitempty"`
	ThumbDownloadFlag  *uint32  `protobuf:"varint,22,opt,name=ThumbDownloadFlag,proto3,oneof" json:"ThumbDownloadFlag,omitempty"`
	VideoDownloadFlag  *uint32  `protobuf:"varint,23,opt,name=VideoDownloadFlag,proto3,oneof" json:"VideoDownloadFlag,omitempty"`
	PbReserve          []byte   `protobuf:"bytes,24,opt,name=PbReserve,proto3,oneof" json:"PbReserve,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoFile) Descriptor deprecated

func (*VideoFile) Descriptor() ([]byte, []int)

Deprecated: Use VideoFile.ProtoReflect.Descriptor instead.

func (*VideoFile) GetBusiType

func (x *VideoFile) GetBusiType() uint32

func (*VideoFile) GetBytesThumbFileUrls

func (x *VideoFile) GetBytesThumbFileUrls() [][]byte

func (*VideoFile) GetBytesVideoFileUrls

func (x *VideoFile) GetBytesVideoFileUrls() [][]byte

func (*VideoFile) GetFileFormat

func (x *VideoFile) GetFileFormat() uint32

func (*VideoFile) GetFileHeight

func (x *VideoFile) GetFileHeight() uint32

func (*VideoFile) GetFileMd5

func (x *VideoFile) GetFileMd5() []byte

func (*VideoFile) GetFileName

func (x *VideoFile) GetFileName() []byte

func (*VideoFile) GetFileSize

func (x *VideoFile) GetFileSize() uint32

func (*VideoFile) GetFileTime

func (x *VideoFile) GetFileTime() uint32

func (*VideoFile) GetFileUuid

func (x *VideoFile) GetFileUuid() []byte

func (*VideoFile) GetFileWidth

func (x *VideoFile) GetFileWidth() uint32

func (*VideoFile) GetFromChatType

func (x *VideoFile) GetFromChatType() uint32

func (*VideoFile) GetPbReserve

func (x *VideoFile) GetPbReserve() []byte

func (*VideoFile) GetSource

func (x *VideoFile) GetSource() []byte

func (*VideoFile) GetSubBusiType

func (x *VideoFile) GetSubBusiType() uint32

func (*VideoFile) GetSupportProgressive

func (x *VideoFile) GetSupportProgressive() bool

func (*VideoFile) GetThumbDownloadFlag

func (x *VideoFile) GetThumbDownloadFlag() uint32

func (*VideoFile) GetThumbFileMd5

func (x *VideoFile) GetThumbFileMd5() []byte

func (*VideoFile) GetThumbFileSize

func (x *VideoFile) GetThumbFileSize() uint32

func (*VideoFile) GetThumbHeight

func (x *VideoFile) GetThumbHeight() uint32

func (*VideoFile) GetThumbWidth

func (x *VideoFile) GetThumbWidth() uint32

func (*VideoFile) GetToChatType

func (x *VideoFile) GetToChatType() uint32

func (*VideoFile) GetVideoAttrbute

func (x *VideoFile) GetVideoAttrbute() uint32

func (*VideoFile) GetVideoDownloadFlag

func (x *VideoFile) GetVideoDownloadFlag() uint32

func (*VideoFile) ProtoMessage

func (*VideoFile) ProtoMessage()

func (*VideoFile) ProtoReflect

func (x *VideoFile) ProtoReflect() protoreflect.Message

func (*VideoFile) Reset

func (x *VideoFile) Reset()

func (*VideoFile) String

func (x *VideoFile) String() string

Jump to

Keyboard shortcuts

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