channel

package
v0.0.0-...-b4be506 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2021 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_pb_channel_common_proto protoreflect.FileDescriptor
View Source
var File_pb_channel_synclogic_proto protoreflect.FileDescriptor
View Source
var File_unknown_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ChannelContentHead

type ChannelContentHead struct {
	Type    *uint64 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	SubType *uint64 `protobuf:"varint,2,opt,name=subType" json:"subType,omitempty"`
	Random  *uint64 `protobuf:"varint,3,opt,name=random" json:"random,omitempty"`
	Seq     *uint64 `protobuf:"varint,4,opt,name=seq" json:"seq,omitempty"`
	CntSeq  *uint64 `protobuf:"varint,5,opt,name=cntSeq" json:"cntSeq,omitempty"`
	Time    *uint64 `protobuf:"varint,6,opt,name=time" json:"time,omitempty"`
	Meta    []byte  `protobuf:"bytes,7,opt,name=meta" json:"meta,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelContentHead) Descriptor deprecated

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

Deprecated: Use ChannelContentHead.ProtoReflect.Descriptor instead.

func (*ChannelContentHead) GetCntSeq

func (x *ChannelContentHead) GetCntSeq() uint64

func (*ChannelContentHead) GetMeta

func (x *ChannelContentHead) GetMeta() []byte

func (*ChannelContentHead) GetRandom

func (x *ChannelContentHead) GetRandom() uint64

func (*ChannelContentHead) GetSeq

func (x *ChannelContentHead) GetSeq() uint64

func (*ChannelContentHead) GetSubType

func (x *ChannelContentHead) GetSubType() uint64

func (*ChannelContentHead) GetTime

func (x *ChannelContentHead) GetTime() uint64

func (*ChannelContentHead) GetType

func (x *ChannelContentHead) GetType() uint64

func (*ChannelContentHead) ProtoMessage

func (*ChannelContentHead) ProtoMessage()

func (*ChannelContentHead) ProtoReflect

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

func (*ChannelContentHead) Reset

func (x *ChannelContentHead) Reset()

func (*ChannelContentHead) String

func (x *ChannelContentHead) String() string

type ChannelEvent

type ChannelEvent struct {
	Type    *uint64           `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	Version *uint64           `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	OpInfo  *ChannelMsgOpInfo `protobuf:"bytes,3,opt,name=opInfo" json:"opInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelEvent) Descriptor deprecated

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

Deprecated: Use ChannelEvent.ProtoReflect.Descriptor instead.

func (*ChannelEvent) GetOpInfo

func (x *ChannelEvent) GetOpInfo() *ChannelMsgOpInfo

func (*ChannelEvent) GetType

func (x *ChannelEvent) GetType() uint64

func (*ChannelEvent) GetVersion

func (x *ChannelEvent) GetVersion() uint64

func (*ChannelEvent) ProtoMessage

func (*ChannelEvent) ProtoMessage()

func (*ChannelEvent) ProtoReflect

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

func (*ChannelEvent) Reset

func (x *ChannelEvent) Reset()

func (*ChannelEvent) String

func (x *ChannelEvent) String() string

type ChannelExtInfo

type ChannelExtInfo struct {
	FromNick            []byte                 `protobuf:"bytes,1,opt,name=fromNick" json:"fromNick,omitempty"`
	GuildName           []byte                 `protobuf:"bytes,2,opt,name=guildName" json:"guildName,omitempty"`
	ChannelName         []byte                 `protobuf:"bytes,3,opt,name=channelName" json:"channelName,omitempty"`
	Visibility          *uint32                `protobuf:"varint,4,opt,name=visibility" json:"visibility,omitempty"`
	NotifyType          *uint32                `protobuf:"varint,5,opt,name=notifyType" json:"notifyType,omitempty"`
	OfflineFlag         *uint32                `protobuf:"varint,6,opt,name=offlineFlag" json:"offlineFlag,omitempty"`
	NameType            *uint32                `protobuf:"varint,7,opt,name=nameType" json:"nameType,omitempty"`
	MemberName          []byte                 `protobuf:"bytes,8,opt,name=memberName" json:"memberName,omitempty"`
	Timestamp           *uint32                `protobuf:"varint,9,opt,name=timestamp" json:"timestamp,omitempty"`
	EventVersion        *uint64                `protobuf:"varint,10,opt,name=eventVersion" json:"eventVersion,omitempty"`
	Events              []*ChannelEvent        `protobuf:"bytes,11,rep,name=events" json:"events,omitempty"`
	FromRoleInfo        *ChannelRole           `protobuf:"bytes,12,opt,name=fromRoleInfo" json:"fromRoleInfo,omitempty"`
	FreqLimitInfo       *ChannelFreqLimitInfo  `protobuf:"bytes,13,opt,name=freqLimitInfo" json:"freqLimitInfo,omitempty"`
	DirectMessageMember []*DirectMessageMember `protobuf:"bytes,14,rep,name=directMessageMember" json:"directMessageMember,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelExtInfo) Descriptor deprecated

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

Deprecated: Use ChannelExtInfo.ProtoReflect.Descriptor instead.

func (*ChannelExtInfo) GetChannelName

func (x *ChannelExtInfo) GetChannelName() []byte

func (*ChannelExtInfo) GetDirectMessageMember

func (x *ChannelExtInfo) GetDirectMessageMember() []*DirectMessageMember

func (*ChannelExtInfo) GetEventVersion

func (x *ChannelExtInfo) GetEventVersion() uint64

func (*ChannelExtInfo) GetEvents

func (x *ChannelExtInfo) GetEvents() []*ChannelEvent

func (*ChannelExtInfo) GetFreqLimitInfo

func (x *ChannelExtInfo) GetFreqLimitInfo() *ChannelFreqLimitInfo

func (*ChannelExtInfo) GetFromNick

func (x *ChannelExtInfo) GetFromNick() []byte

func (*ChannelExtInfo) GetFromRoleInfo

func (x *ChannelExtInfo) GetFromRoleInfo() *ChannelRole

func (*ChannelExtInfo) GetGuildName

func (x *ChannelExtInfo) GetGuildName() []byte

func (*ChannelExtInfo) GetMemberName

func (x *ChannelExtInfo) GetMemberName() []byte

func (*ChannelExtInfo) GetNameType

func (x *ChannelExtInfo) GetNameType() uint32

func (*ChannelExtInfo) GetNotifyType

func (x *ChannelExtInfo) GetNotifyType() uint32

func (*ChannelExtInfo) GetOfflineFlag

func (x *ChannelExtInfo) GetOfflineFlag() uint32

func (*ChannelExtInfo) GetTimestamp

func (x *ChannelExtInfo) GetTimestamp() uint32

func (*ChannelExtInfo) GetVisibility

func (x *ChannelExtInfo) GetVisibility() uint32

func (*ChannelExtInfo) ProtoMessage

func (*ChannelExtInfo) ProtoMessage()

func (*ChannelExtInfo) ProtoReflect

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

func (*ChannelExtInfo) Reset

func (x *ChannelExtInfo) Reset()

func (*ChannelExtInfo) String

func (x *ChannelExtInfo) String() string

type ChannelFreqLimitInfo

type ChannelFreqLimitInfo struct {
	IsLimited      *uint32 `protobuf:"varint,1,opt,name=isLimited" json:"isLimited,omitempty"`
	LeftCount      *uint32 `protobuf:"varint,2,opt,name=leftCount" json:"leftCount,omitempty"`
	LimitTimestamp *uint64 `protobuf:"varint,3,opt,name=limitTimestamp" json:"limitTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelFreqLimitInfo) Descriptor deprecated

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

Deprecated: Use ChannelFreqLimitInfo.ProtoReflect.Descriptor instead.

func (*ChannelFreqLimitInfo) GetIsLimited

func (x *ChannelFreqLimitInfo) GetIsLimited() uint32

func (*ChannelFreqLimitInfo) GetLeftCount

func (x *ChannelFreqLimitInfo) GetLeftCount() uint32

func (*ChannelFreqLimitInfo) GetLimitTimestamp

func (x *ChannelFreqLimitInfo) GetLimitTimestamp() uint64

func (*ChannelFreqLimitInfo) ProtoMessage

func (*ChannelFreqLimitInfo) ProtoMessage()

func (*ChannelFreqLimitInfo) ProtoReflect

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

func (*ChannelFreqLimitInfo) Reset

func (x *ChannelFreqLimitInfo) Reset()

func (*ChannelFreqLimitInfo) String

func (x *ChannelFreqLimitInfo) String() string

type ChannelInfo

type ChannelInfo struct {
	Id    *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Name  []byte  `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Color *uint32 `protobuf:"varint,3,opt,name=color" json:"color,omitempty"`
	Hoist *uint32 `protobuf:"varint,4,opt,name=hoist" json:"hoist,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelInfo) Descriptor deprecated

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

Deprecated: Use ChannelInfo.ProtoReflect.Descriptor instead.

func (*ChannelInfo) GetColor

func (x *ChannelInfo) GetColor() uint32

func (*ChannelInfo) GetHoist

func (x *ChannelInfo) GetHoist() uint32

func (*ChannelInfo) GetId

func (x *ChannelInfo) GetId() uint64

func (*ChannelInfo) GetName

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

func (*ChannelInfo) ProtoMessage

func (*ChannelInfo) ProtoMessage()

func (*ChannelInfo) ProtoReflect

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

func (*ChannelInfo) Reset

func (x *ChannelInfo) Reset()

func (*ChannelInfo) String

func (x *ChannelInfo) String() string

type ChannelLoginSig

type ChannelLoginSig struct {
	Type  *uint32 `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	Sig   []byte  `protobuf:"bytes,2,opt,name=sig" json:"sig,omitempty"`
	Appid *uint32 `protobuf:"varint,3,opt,name=appid" json:"appid,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelLoginSig) Descriptor deprecated

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

Deprecated: Use ChannelLoginSig.ProtoReflect.Descriptor instead.

func (*ChannelLoginSig) GetAppid

func (x *ChannelLoginSig) GetAppid() uint32

func (*ChannelLoginSig) GetSig

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

func (*ChannelLoginSig) GetType

func (x *ChannelLoginSig) GetType() uint32

func (*ChannelLoginSig) ProtoMessage

func (*ChannelLoginSig) ProtoMessage()

func (*ChannelLoginSig) ProtoReflect

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

func (*ChannelLoginSig) Reset

func (x *ChannelLoginSig) Reset()

func (*ChannelLoginSig) String

func (x *ChannelLoginSig) String() string

type ChannelMeta

type ChannelMeta struct {
	FromUin  *uint64          `protobuf:"varint,1,opt,name=fromUin" json:"fromUin,omitempty"`
	LoginSig *ChannelLoginSig `protobuf:"bytes,2,opt,name=loginSig" json:"loginSig,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelMeta) Descriptor deprecated

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

Deprecated: Use ChannelMeta.ProtoReflect.Descriptor instead.

func (*ChannelMeta) GetFromUin

func (x *ChannelMeta) GetFromUin() uint64

func (*ChannelMeta) GetLoginSig

func (x *ChannelMeta) GetLoginSig() *ChannelLoginSig

func (*ChannelMeta) ProtoMessage

func (*ChannelMeta) ProtoMessage()

func (*ChannelMeta) ProtoReflect

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

func (*ChannelMeta) Reset

func (x *ChannelMeta) Reset()

func (*ChannelMeta) String

func (x *ChannelMeta) String() string

type ChannelMsg

type ChannelMsg struct {
	GuildId     *uint64              `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"`
	ChannelId   *uint64              `protobuf:"varint,2,opt,name=channelId" json:"channelId,omitempty"`
	Result      *uint32              `protobuf:"varint,3,opt,name=result" json:"result,omitempty"`
	RspBeginSeq *uint64              `protobuf:"varint,4,opt,name=rspBeginSeq" json:"rspBeginSeq,omitempty"`
	RspEndSeq   *uint64              `protobuf:"varint,5,opt,name=rspEndSeq" json:"rspEndSeq,omitempty"`
	Msgs        []*ChannelMsgContent `protobuf:"bytes,6,rep,name=msgs" json:"msgs,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelMsg) Descriptor deprecated

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

Deprecated: Use ChannelMsg.ProtoReflect.Descriptor instead.

func (*ChannelMsg) GetChannelId

func (x *ChannelMsg) GetChannelId() uint64

func (*ChannelMsg) GetGuildId

func (x *ChannelMsg) GetGuildId() uint64

func (*ChannelMsg) GetMsgs

func (x *ChannelMsg) GetMsgs() []*ChannelMsgContent

func (*ChannelMsg) GetResult

func (x *ChannelMsg) GetResult() uint32

func (*ChannelMsg) GetRspBeginSeq

func (x *ChannelMsg) GetRspBeginSeq() uint64

func (*ChannelMsg) GetRspEndSeq

func (x *ChannelMsg) GetRspEndSeq() uint64

func (*ChannelMsg) ProtoMessage

func (*ChannelMsg) ProtoMessage()

func (*ChannelMsg) ProtoReflect

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

func (*ChannelMsg) Reset

func (x *ChannelMsg) Reset()

func (*ChannelMsg) String

func (x *ChannelMsg) String() string

type ChannelMsgContent

type ChannelMsgContent struct {
	Head     *ChannelMsgHead     `protobuf:"bytes,1,opt,name=head" json:"head,omitempty"`
	CtrlHead *ChannelMsgCtrlHead `protobuf:"bytes,2,opt,name=ctrlHead" json:"ctrlHead,omitempty"`
	Body     *msg.MessageBody    `protobuf:"bytes,3,opt,name=body" json:"body,omitempty"`
	ExtInfo  *ChannelExtInfo     `protobuf:"bytes,4,opt,name=extInfo" json:"extInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelMsgContent) Descriptor deprecated

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

Deprecated: Use ChannelMsgContent.ProtoReflect.Descriptor instead.

func (*ChannelMsgContent) GetBody

func (x *ChannelMsgContent) GetBody() *msg.MessageBody

func (*ChannelMsgContent) GetCtrlHead

func (x *ChannelMsgContent) GetCtrlHead() *ChannelMsgCtrlHead

func (*ChannelMsgContent) GetExtInfo

func (x *ChannelMsgContent) GetExtInfo() *ChannelExtInfo

func (*ChannelMsgContent) GetHead

func (x *ChannelMsgContent) GetHead() *ChannelMsgHead

func (*ChannelMsgContent) ProtoMessage

func (*ChannelMsgContent) ProtoMessage()

func (*ChannelMsgContent) ProtoReflect

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

func (*ChannelMsgContent) Reset

func (x *ChannelMsgContent) Reset()

func (*ChannelMsgContent) String

func (x *ChannelMsgContent) String() string

type ChannelMsgCtrlHead

type ChannelMsgCtrlHead struct {
	IncludeUin     []uint64         `protobuf:"varint,1,rep,name=includeUin" json:"includeUin,omitempty"`
	ExcludeUin     []uint64         `protobuf:"varint,2,rep,name=excludeUin" json:"excludeUin,omitempty"`
	Featureid      []uint64         `protobuf:"varint,3,rep,name=featureid" json:"featureid,omitempty"`
	OfflineFlag    *uint32          `protobuf:"varint,4,opt,name=offlineFlag" json:"offlineFlag,omitempty"`
	Visibility     *uint32          `protobuf:"varint,5,opt,name=visibility" json:"visibility,omitempty"`
	CtrlFlag       *uint64          `protobuf:"varint,6,opt,name=ctrlFlag" json:"ctrlFlag,omitempty"`
	Events         []*ChannelEvent  `protobuf:"bytes,7,rep,name=events" json:"events,omitempty"`
	Level          *uint64          `protobuf:"varint,8,opt,name=level" json:"level,omitempty"`
	PersonalLevels []*PersonalLevel `protobuf:"bytes,9,rep,name=personalLevels" json:"personalLevels,omitempty"`
	GuildSyncSeq   *uint64          `protobuf:"varint,10,opt,name=guildSyncSeq" json:"guildSyncSeq,omitempty"`
	MemberNum      *uint32          `protobuf:"varint,11,opt,name=memberNum" json:"memberNum,omitempty"`
	ChannelType    *uint32          `protobuf:"varint,12,opt,name=channelType" json:"channelType,omitempty"`
	PrivateType    *uint32          `protobuf:"varint,13,opt,name=privateType" json:"privateType,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelMsgCtrlHead) Descriptor deprecated

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

Deprecated: Use ChannelMsgCtrlHead.ProtoReflect.Descriptor instead.

func (*ChannelMsgCtrlHead) GetChannelType

func (x *ChannelMsgCtrlHead) GetChannelType() uint32

func (*ChannelMsgCtrlHead) GetCtrlFlag

func (x *ChannelMsgCtrlHead) GetCtrlFlag() uint64

func (*ChannelMsgCtrlHead) GetEvents

func (x *ChannelMsgCtrlHead) GetEvents() []*ChannelEvent

func (*ChannelMsgCtrlHead) GetExcludeUin

func (x *ChannelMsgCtrlHead) GetExcludeUin() []uint64

func (*ChannelMsgCtrlHead) GetFeatureid

func (x *ChannelMsgCtrlHead) GetFeatureid() []uint64

func (*ChannelMsgCtrlHead) GetGuildSyncSeq

func (x *ChannelMsgCtrlHead) GetGuildSyncSeq() uint64

func (*ChannelMsgCtrlHead) GetIncludeUin

func (x *ChannelMsgCtrlHead) GetIncludeUin() []uint64

func (*ChannelMsgCtrlHead) GetLevel

func (x *ChannelMsgCtrlHead) GetLevel() uint64

func (*ChannelMsgCtrlHead) GetMemberNum

func (x *ChannelMsgCtrlHead) GetMemberNum() uint32

func (*ChannelMsgCtrlHead) GetOfflineFlag

func (x *ChannelMsgCtrlHead) GetOfflineFlag() uint32

func (*ChannelMsgCtrlHead) GetPersonalLevels

func (x *ChannelMsgCtrlHead) GetPersonalLevels() []*PersonalLevel

func (*ChannelMsgCtrlHead) GetPrivateType

func (x *ChannelMsgCtrlHead) GetPrivateType() uint32

func (*ChannelMsgCtrlHead) GetVisibility

func (x *ChannelMsgCtrlHead) GetVisibility() uint32

func (*ChannelMsgCtrlHead) ProtoMessage

func (*ChannelMsgCtrlHead) ProtoMessage()

func (*ChannelMsgCtrlHead) ProtoReflect

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

func (*ChannelMsgCtrlHead) Reset

func (x *ChannelMsgCtrlHead) Reset()

func (*ChannelMsgCtrlHead) String

func (x *ChannelMsgCtrlHead) String() string

type ChannelMsgHead

type ChannelMsgHead struct {
	RoutingHead *ChannelRoutingHead `protobuf:"bytes,1,opt,name=routingHead" json:"routingHead,omitempty"`
	ContentHead *ChannelContentHead `protobuf:"bytes,2,opt,name=contentHead" json:"contentHead,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelMsgHead) Descriptor deprecated

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

Deprecated: Use ChannelMsgHead.ProtoReflect.Descriptor instead.

func (*ChannelMsgHead) GetContentHead

func (x *ChannelMsgHead) GetContentHead() *ChannelContentHead

func (*ChannelMsgHead) GetRoutingHead

func (x *ChannelMsgHead) GetRoutingHead() *ChannelRoutingHead

func (*ChannelMsgHead) ProtoMessage

func (*ChannelMsgHead) ProtoMessage()

func (*ChannelMsgHead) ProtoReflect

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

func (*ChannelMsgHead) Reset

func (x *ChannelMsgHead) Reset()

func (*ChannelMsgHead) String

func (x *ChannelMsgHead) String() string

type ChannelMsgMeta

type ChannelMsgMeta struct {
	AtAllSeq *uint64 `protobuf:"varint,1,opt,name=atAllSeq" json:"atAllSeq,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelMsgMeta) Descriptor deprecated

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

Deprecated: Use ChannelMsgMeta.ProtoReflect.Descriptor instead.

func (*ChannelMsgMeta) GetAtAllSeq

func (x *ChannelMsgMeta) GetAtAllSeq() uint64

func (*ChannelMsgMeta) ProtoMessage

func (*ChannelMsgMeta) ProtoMessage()

func (*ChannelMsgMeta) ProtoReflect

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

func (*ChannelMsgMeta) Reset

func (x *ChannelMsgMeta) Reset()

func (*ChannelMsgMeta) String

func (x *ChannelMsgMeta) String() string

type ChannelMsgOpInfo

type ChannelMsgOpInfo struct {
	OperatorTinyid *uint64 `protobuf:"varint,1,opt,name=operatorTinyid" json:"operatorTinyid,omitempty"`
	OperatorRole   *uint64 `protobuf:"varint,2,opt,name=operatorRole" json:"operatorRole,omitempty"`
	Reason         *uint64 `protobuf:"varint,3,opt,name=reason" json:"reason,omitempty"`
	Timestamp      *uint64 `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"`
	AtType         *uint64 `protobuf:"varint,5,opt,name=atType" json:"atType,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelMsgOpInfo) Descriptor deprecated

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

Deprecated: Use ChannelMsgOpInfo.ProtoReflect.Descriptor instead.

func (*ChannelMsgOpInfo) GetAtType

func (x *ChannelMsgOpInfo) GetAtType() uint64

func (*ChannelMsgOpInfo) GetOperatorRole

func (x *ChannelMsgOpInfo) GetOperatorRole() uint64

func (*ChannelMsgOpInfo) GetOperatorTinyid

func (x *ChannelMsgOpInfo) GetOperatorTinyid() uint64

func (*ChannelMsgOpInfo) GetReason

func (x *ChannelMsgOpInfo) GetReason() uint64

func (*ChannelMsgOpInfo) GetTimestamp

func (x *ChannelMsgOpInfo) GetTimestamp() uint64

func (*ChannelMsgOpInfo) ProtoMessage

func (*ChannelMsgOpInfo) ProtoMessage()

func (*ChannelMsgOpInfo) ProtoReflect

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

func (*ChannelMsgOpInfo) Reset

func (x *ChannelMsgOpInfo) Reset()

func (*ChannelMsgOpInfo) String

func (x *ChannelMsgOpInfo) String() string

type ChannelMsgReq

type ChannelMsgReq struct {
	ChannelParam      *ChannelParam `protobuf:"bytes,1,opt,name=channelParam" json:"channelParam,omitempty"`
	WithVersionFlag   *uint32       `protobuf:"varint,2,opt,name=withVersionFlag" json:"withVersionFlag,omitempty"`
	DirectMessageFlag *uint32       `protobuf:"varint,3,opt,name=directMessageFlag" json:"directMessageFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelMsgReq) Descriptor deprecated

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

Deprecated: Use ChannelMsgReq.ProtoReflect.Descriptor instead.

func (*ChannelMsgReq) GetChannelParam

func (x *ChannelMsgReq) GetChannelParam() *ChannelParam

func (*ChannelMsgReq) GetDirectMessageFlag

func (x *ChannelMsgReq) GetDirectMessageFlag() uint32

func (*ChannelMsgReq) GetWithVersionFlag

func (x *ChannelMsgReq) GetWithVersionFlag() uint32

func (*ChannelMsgReq) ProtoMessage

func (*ChannelMsgReq) ProtoMessage()

func (*ChannelMsgReq) ProtoReflect

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

func (*ChannelMsgReq) Reset

func (x *ChannelMsgReq) Reset()

func (*ChannelMsgReq) String

func (x *ChannelMsgReq) String() string

type ChannelMsgRsp

type ChannelMsgRsp struct {
	Result          *uint32     `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	ErrMsg          []byte      `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"`
	ChannelMsg      *ChannelMsg `protobuf:"bytes,3,opt,name=channelMsg" json:"channelMsg,omitempty"`
	WithVersionFlag *uint32     `protobuf:"varint,4,opt,name=withVersionFlag" json:"withVersionFlag,omitempty"`
	GetMsgTime      *uint64     `protobuf:"varint,5,opt,name=getMsgTime" json:"getMsgTime,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelMsgRsp) Descriptor deprecated

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

Deprecated: Use ChannelMsgRsp.ProtoReflect.Descriptor instead.

func (*ChannelMsgRsp) GetChannelMsg

func (x *ChannelMsgRsp) GetChannelMsg() *ChannelMsg

func (*ChannelMsgRsp) GetErrMsg

func (x *ChannelMsgRsp) GetErrMsg() []byte

func (*ChannelMsgRsp) GetGetMsgTime

func (x *ChannelMsgRsp) GetGetMsgTime() uint64

func (*ChannelMsgRsp) GetResult

func (x *ChannelMsgRsp) GetResult() uint32

func (*ChannelMsgRsp) GetWithVersionFlag

func (x *ChannelMsgRsp) GetWithVersionFlag() uint32

func (*ChannelMsgRsp) ProtoMessage

func (*ChannelMsgRsp) ProtoMessage()

func (*ChannelMsgRsp) ProtoReflect

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

func (*ChannelMsgRsp) Reset

func (x *ChannelMsgRsp) Reset()

func (*ChannelMsgRsp) String

func (x *ChannelMsgRsp) String() string

type ChannelNode

type ChannelNode struct {
	ChannelId        *uint64 `protobuf:"varint,1,opt,name=channelId" json:"channelId,omitempty"`
	Seq              *uint64 `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"`
	CntSeq           *uint64 `protobuf:"varint,3,opt,name=cntSeq" json:"cntSeq,omitempty"`
	Time             *uint64 `protobuf:"varint,4,opt,name=time" json:"time,omitempty"`
	MemberReadMsgSeq *uint64 `protobuf:"varint,5,opt,name=memberReadMsgSeq" json:"memberReadMsgSeq,omitempty"`
	MemberReadCntSeq *uint64 `protobuf:"varint,6,opt,name=memberReadCntSeq" json:"memberReadCntSeq,omitempty"`
	NotifyType       *uint32 `protobuf:"varint,7,opt,name=notifyType" json:"notifyType,omitempty"`
	ChannelName      []byte  `protobuf:"bytes,8,opt,name=channelName" json:"channelName,omitempty"`
	ChannelType      *uint32 `protobuf:"varint,9,opt,name=channelType" json:"channelType,omitempty"`
	Meta             []byte  `protobuf:"bytes,10,opt,name=meta" json:"meta,omitempty"`
	ReadMsgMeta      []byte  `protobuf:"bytes,11,opt,name=readMsgMeta" json:"readMsgMeta,omitempty"`
	EventTime        *uint32 `protobuf:"varint,12,opt,name=eventTime" json:"eventTime,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelNode) Descriptor deprecated

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

Deprecated: Use ChannelNode.ProtoReflect.Descriptor instead.

func (*ChannelNode) GetChannelId

func (x *ChannelNode) GetChannelId() uint64

func (*ChannelNode) GetChannelName

func (x *ChannelNode) GetChannelName() []byte

func (*ChannelNode) GetChannelType

func (x *ChannelNode) GetChannelType() uint32

func (*ChannelNode) GetCntSeq

func (x *ChannelNode) GetCntSeq() uint64

func (*ChannelNode) GetEventTime

func (x *ChannelNode) GetEventTime() uint32

func (*ChannelNode) GetMemberReadCntSeq

func (x *ChannelNode) GetMemberReadCntSeq() uint64

func (*ChannelNode) GetMemberReadMsgSeq

func (x *ChannelNode) GetMemberReadMsgSeq() uint64

func (*ChannelNode) GetMeta

func (x *ChannelNode) GetMeta() []byte

func (*ChannelNode) GetNotifyType

func (x *ChannelNode) GetNotifyType() uint32

func (*ChannelNode) GetReadMsgMeta

func (x *ChannelNode) GetReadMsgMeta() []byte

func (*ChannelNode) GetSeq

func (x *ChannelNode) GetSeq() uint64

func (*ChannelNode) GetTime

func (x *ChannelNode) GetTime() uint64

func (*ChannelNode) ProtoMessage

func (*ChannelNode) ProtoMessage()

func (*ChannelNode) ProtoReflect

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

func (*ChannelNode) Reset

func (x *ChannelNode) Reset()

func (*ChannelNode) String

func (x *ChannelNode) String() string

type ChannelOidb0Xf57Rsp

type ChannelOidb0Xf57Rsp struct {
	Rsp *GuildMetaRsp `protobuf:"bytes,1,opt,name=rsp" json:"rsp,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelOidb0Xf57Rsp) Descriptor deprecated

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

Deprecated: Use ChannelOidb0Xf57Rsp.ProtoReflect.Descriptor instead.

func (*ChannelOidb0Xf57Rsp) GetRsp

func (x *ChannelOidb0Xf57Rsp) GetRsp() *GuildMetaRsp

func (*ChannelOidb0Xf57Rsp) ProtoMessage

func (*ChannelOidb0Xf57Rsp) ProtoMessage()

func (*ChannelOidb0Xf57Rsp) ProtoReflect

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

func (*ChannelOidb0Xf57Rsp) Reset

func (x *ChannelOidb0Xf57Rsp) Reset()

func (*ChannelOidb0Xf57Rsp) String

func (x *ChannelOidb0Xf57Rsp) String() string

type ChannelOidb0Xf5BRsp

type ChannelOidb0Xf5BRsp struct {
	GuildId   *uint64            `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"`
	Bots      []*GuildMemberInfo `protobuf:"bytes,4,rep,name=bots" json:"bots,omitempty"`
	Members   []*GuildMemberInfo `protobuf:"bytes,5,rep,name=members" json:"members,omitempty"`
	AdminInfo *GuildAdminInfo    `protobuf:"bytes,25,opt,name=adminInfo" json:"adminInfo,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelOidb0Xf5BRsp) Descriptor deprecated

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

Deprecated: Use ChannelOidb0Xf5BRsp.ProtoReflect.Descriptor instead.

func (*ChannelOidb0Xf5BRsp) GetAdminInfo

func (x *ChannelOidb0Xf5BRsp) GetAdminInfo() *GuildAdminInfo

func (*ChannelOidb0Xf5BRsp) GetBots

func (x *ChannelOidb0Xf5BRsp) GetBots() []*GuildMemberInfo

func (*ChannelOidb0Xf5BRsp) GetGuildId

func (x *ChannelOidb0Xf5BRsp) GetGuildId() uint64

func (*ChannelOidb0Xf5BRsp) GetMembers

func (x *ChannelOidb0Xf5BRsp) GetMembers() []*GuildMemberInfo

func (*ChannelOidb0Xf5BRsp) ProtoMessage

func (*ChannelOidb0Xf5BRsp) ProtoMessage()

func (*ChannelOidb0Xf5BRsp) ProtoReflect

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

func (*ChannelOidb0Xf5BRsp) Reset

func (x *ChannelOidb0Xf5BRsp) Reset()

func (*ChannelOidb0Xf5BRsp) String

func (x *ChannelOidb0Xf5BRsp) String() string

type ChannelOidb0Xf88Rsp

type ChannelOidb0Xf88Rsp struct {
	Profile *GuildUserProfile `protobuf:"bytes,1,opt,name=profile" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelOidb0Xf88Rsp) Descriptor deprecated

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

Deprecated: Use ChannelOidb0Xf88Rsp.ProtoReflect.Descriptor instead.

func (*ChannelOidb0Xf88Rsp) GetProfile

func (x *ChannelOidb0Xf88Rsp) GetProfile() *GuildUserProfile

func (*ChannelOidb0Xf88Rsp) ProtoMessage

func (*ChannelOidb0Xf88Rsp) ProtoMessage()

func (*ChannelOidb0Xf88Rsp) ProtoReflect

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

func (*ChannelOidb0Xf88Rsp) Reset

func (x *ChannelOidb0Xf88Rsp) Reset()

func (*ChannelOidb0Xf88Rsp) String

func (x *ChannelOidb0Xf88Rsp) String() string

type ChannelOidb0Xfc9Rsp

type ChannelOidb0Xfc9Rsp struct {
	Profile *GuildUserProfile `protobuf:"bytes,1,opt,name=profile" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelOidb0Xfc9Rsp) Descriptor deprecated

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

Deprecated: Use ChannelOidb0Xfc9Rsp.ProtoReflect.Descriptor instead.

func (*ChannelOidb0Xfc9Rsp) GetProfile

func (x *ChannelOidb0Xfc9Rsp) GetProfile() *GuildUserProfile

func (*ChannelOidb0Xfc9Rsp) ProtoMessage

func (*ChannelOidb0Xfc9Rsp) ProtoMessage()

func (*ChannelOidb0Xfc9Rsp) ProtoReflect

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

func (*ChannelOidb0Xfc9Rsp) Reset

func (x *ChannelOidb0Xfc9Rsp) Reset()

func (*ChannelOidb0Xfc9Rsp) String

func (x *ChannelOidb0Xfc9Rsp) String() string

type ChannelParam

type ChannelParam struct {
	GuildId   *uint64    `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"`
	ChannelId *uint64    `protobuf:"varint,2,opt,name=channelId" json:"channelId,omitempty"`
	BeginSeq  *uint64    `protobuf:"varint,3,opt,name=beginSeq" json:"beginSeq,omitempty"`
	EndSeq    *uint64    `protobuf:"varint,4,opt,name=endSeq" json:"endSeq,omitempty"`
	Time      *uint64    `protobuf:"varint,5,opt,name=time" json:"time,omitempty"`
	Version   []uint64   `protobuf:"varint,6,rep,name=version" json:"version,omitempty"`
	Seqs      []*MsgCond `protobuf:"bytes,7,rep,name=seqs" json:"seqs,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelParam) Descriptor deprecated

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

Deprecated: Use ChannelParam.ProtoReflect.Descriptor instead.

func (*ChannelParam) GetBeginSeq

func (x *ChannelParam) GetBeginSeq() uint64

func (*ChannelParam) GetChannelId

func (x *ChannelParam) GetChannelId() uint64

func (*ChannelParam) GetEndSeq

func (x *ChannelParam) GetEndSeq() uint64

func (*ChannelParam) GetGuildId

func (x *ChannelParam) GetGuildId() uint64

func (*ChannelParam) GetSeqs

func (x *ChannelParam) GetSeqs() []*MsgCond

func (*ChannelParam) GetTime

func (x *ChannelParam) GetTime() uint64

func (*ChannelParam) GetVersion

func (x *ChannelParam) GetVersion() []uint64

func (*ChannelParam) ProtoMessage

func (*ChannelParam) ProtoMessage()

func (*ChannelParam) ProtoReflect

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

func (*ChannelParam) Reset

func (x *ChannelParam) Reset()

func (*ChannelParam) String

func (x *ChannelParam) String() string

type ChannelRole

type ChannelRole struct {
	Id   *uint64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Info []byte  `protobuf:"bytes,2,opt,name=info" json:"info,omitempty"`
	Flag *uint32 `protobuf:"varint,3,opt,name=flag" json:"flag,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelRole) Descriptor deprecated

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

Deprecated: Use ChannelRole.ProtoReflect.Descriptor instead.

func (*ChannelRole) GetFlag

func (x *ChannelRole) GetFlag() uint32

func (*ChannelRole) GetId

func (x *ChannelRole) GetId() uint64

func (*ChannelRole) GetInfo

func (x *ChannelRole) GetInfo() []byte

func (*ChannelRole) ProtoMessage

func (*ChannelRole) ProtoMessage()

func (*ChannelRole) ProtoReflect

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

func (*ChannelRole) Reset

func (x *ChannelRole) Reset()

func (*ChannelRole) String

func (x *ChannelRole) String() string

type ChannelRoutingHead

type ChannelRoutingHead struct {
	GuildId           *uint64 `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"`
	ChannelId         *uint64 `protobuf:"varint,2,opt,name=channelId" json:"channelId,omitempty"`
	FromUin           *uint64 `protobuf:"varint,3,opt,name=fromUin" json:"fromUin,omitempty"`
	FromTinyid        *uint64 `protobuf:"varint,4,opt,name=fromTinyid" json:"fromTinyid,omitempty"`
	GuildCode         *uint64 `protobuf:"varint,5,opt,name=guildCode" json:"guildCode,omitempty"`
	FromAppid         *uint64 `protobuf:"varint,6,opt,name=fromAppid" json:"fromAppid,omitempty"`
	DirectMessageFlag *uint32 `protobuf:"varint,7,opt,name=directMessageFlag" json:"directMessageFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*ChannelRoutingHead) Descriptor deprecated

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

Deprecated: Use ChannelRoutingHead.ProtoReflect.Descriptor instead.

func (*ChannelRoutingHead) GetChannelId

func (x *ChannelRoutingHead) GetChannelId() uint64

func (*ChannelRoutingHead) GetDirectMessageFlag

func (x *ChannelRoutingHead) GetDirectMessageFlag() uint32

func (*ChannelRoutingHead) GetFromAppid

func (x *ChannelRoutingHead) GetFromAppid() uint64

func (*ChannelRoutingHead) GetFromTinyid

func (x *ChannelRoutingHead) GetFromTinyid() uint64

func (*ChannelRoutingHead) GetFromUin

func (x *ChannelRoutingHead) GetFromUin() uint64

func (*ChannelRoutingHead) GetGuildCode

func (x *ChannelRoutingHead) GetGuildCode() uint64

func (*ChannelRoutingHead) GetGuildId

func (x *ChannelRoutingHead) GetGuildId() uint64

func (*ChannelRoutingHead) ProtoMessage

func (*ChannelRoutingHead) ProtoMessage()

func (*ChannelRoutingHead) ProtoReflect

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

func (*ChannelRoutingHead) Reset

func (x *ChannelRoutingHead) Reset()

func (*ChannelRoutingHead) String

func (x *ChannelRoutingHead) String() string

type DirectMessageMember

type DirectMessageMember struct {
	Uin             *uint64 `protobuf:"varint,1,opt,name=uin" json:"uin,omitempty"`
	Tinyid          *uint64 `protobuf:"varint,2,opt,name=tinyid" json:"tinyid,omitempty"`
	SourceGuildId   *uint64 `protobuf:"varint,3,opt,name=sourceGuildId" json:"sourceGuildId,omitempty"`
	SourceGuildName []byte  `protobuf:"bytes,4,opt,name=sourceGuildName" json:"sourceGuildName,omitempty"`
	NickName        []byte  `protobuf:"bytes,5,opt,name=nickName" json:"nickName,omitempty"`
	MemberName      []byte  `protobuf:"bytes,6,opt,name=memberName" json:"memberName,omitempty"`
	NotifyType      *uint32 `protobuf:"varint,7,opt,name=notifyType" json:"notifyType,omitempty"`
	// contains filtered or unexported fields
}

func (*DirectMessageMember) Descriptor deprecated

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

Deprecated: Use DirectMessageMember.ProtoReflect.Descriptor instead.

func (*DirectMessageMember) GetMemberName

func (x *DirectMessageMember) GetMemberName() []byte

func (*DirectMessageMember) GetNickName

func (x *DirectMessageMember) GetNickName() []byte

func (*DirectMessageMember) GetNotifyType

func (x *DirectMessageMember) GetNotifyType() uint32

func (*DirectMessageMember) GetSourceGuildId

func (x *DirectMessageMember) GetSourceGuildId() uint64

func (*DirectMessageMember) GetSourceGuildName

func (x *DirectMessageMember) GetSourceGuildName() []byte

func (*DirectMessageMember) GetTinyid

func (x *DirectMessageMember) GetTinyid() uint64

func (*DirectMessageMember) GetUin

func (x *DirectMessageMember) GetUin() uint64

func (*DirectMessageMember) ProtoMessage

func (*DirectMessageMember) ProtoMessage()

func (*DirectMessageMember) ProtoReflect

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

func (*DirectMessageMember) Reset

func (x *DirectMessageMember) Reset()

func (*DirectMessageMember) String

func (x *DirectMessageMember) String() string

type DirectMessageSource

type DirectMessageSource struct {
	TinyId     *uint64 `protobuf:"varint,1,opt,name=tinyId" json:"tinyId,omitempty"`
	GuildId    *uint64 `protobuf:"varint,2,opt,name=guildId" json:"guildId,omitempty"`
	GuildName  []byte  `protobuf:"bytes,3,opt,name=guildName" json:"guildName,omitempty"`
	MemberName []byte  `protobuf:"bytes,4,opt,name=memberName" json:"memberName,omitempty"`
	NickName   []byte  `protobuf:"bytes,5,opt,name=nickName" json:"nickName,omitempty"`
	// contains filtered or unexported fields
}

func (*DirectMessageSource) Descriptor deprecated

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

Deprecated: Use DirectMessageSource.ProtoReflect.Descriptor instead.

func (*DirectMessageSource) GetGuildId

func (x *DirectMessageSource) GetGuildId() uint64

func (*DirectMessageSource) GetGuildName

func (x *DirectMessageSource) GetGuildName() []byte

func (*DirectMessageSource) GetMemberName

func (x *DirectMessageSource) GetMemberName() []byte

func (*DirectMessageSource) GetNickName

func (x *DirectMessageSource) GetNickName() []byte

func (*DirectMessageSource) GetTinyId

func (x *DirectMessageSource) GetTinyId() uint64

func (*DirectMessageSource) ProtoMessage

func (*DirectMessageSource) ProtoMessage()

func (*DirectMessageSource) ProtoReflect

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

func (*DirectMessageSource) Reset

func (x *DirectMessageSource) Reset()

func (*DirectMessageSource) String

func (x *DirectMessageSource) String() string

type FirstViewMsg

type FirstViewMsg struct {
	PushFlag                *uint32       `protobuf:"varint,1,opt,name=pushFlag" json:"pushFlag,omitempty"`
	Seq                     *uint32       `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"`
	GuildNodes              []*GuildNode  `protobuf:"bytes,3,rep,name=guildNodes" json:"guildNodes,omitempty"`
	ChannelMsgs             []*ChannelMsg `protobuf:"bytes,4,rep,name=channelMsgs" json:"channelMsgs,omitempty"`
	GetMsgTime              *uint64       `protobuf:"varint,5,opt,name=getMsgTime" json:"getMsgTime,omitempty"`
	DirectMessageGuildNodes []*GuildNode  `protobuf:"bytes,6,rep,name=directMessageGuildNodes" json:"directMessageGuildNodes,omitempty"`
	// contains filtered or unexported fields
}

func (*FirstViewMsg) Descriptor deprecated

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

Deprecated: Use FirstViewMsg.ProtoReflect.Descriptor instead.

func (*FirstViewMsg) GetChannelMsgs

func (x *FirstViewMsg) GetChannelMsgs() []*ChannelMsg

func (*FirstViewMsg) GetDirectMessageGuildNodes

func (x *FirstViewMsg) GetDirectMessageGuildNodes() []*GuildNode

func (*FirstViewMsg) GetGetMsgTime

func (x *FirstViewMsg) GetGetMsgTime() uint64

func (*FirstViewMsg) GetGuildNodes

func (x *FirstViewMsg) GetGuildNodes() []*GuildNode

func (*FirstViewMsg) GetPushFlag

func (x *FirstViewMsg) GetPushFlag() uint32

func (*FirstViewMsg) GetSeq

func (x *FirstViewMsg) GetSeq() uint32

func (*FirstViewMsg) ProtoMessage

func (*FirstViewMsg) ProtoMessage()

func (*FirstViewMsg) ProtoReflect

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

func (*FirstViewMsg) Reset

func (x *FirstViewMsg) Reset()

func (*FirstViewMsg) String

func (x *FirstViewMsg) String() string

type FirstViewReq

type FirstViewReq struct {
	LastMsgTime       *uint64 `protobuf:"varint,1,opt,name=lastMsgTime" json:"lastMsgTime,omitempty"`
	UdcFlag           *uint32 `protobuf:"varint,2,opt,name=udcFlag" json:"udcFlag,omitempty"`
	Seq               *uint32 `protobuf:"varint,3,opt,name=seq" json:"seq,omitempty"`
	DirectMessageFlag *uint32 `protobuf:"varint,4,opt,name=directMessageFlag" json:"directMessageFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*FirstViewReq) Descriptor deprecated

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

Deprecated: Use FirstViewReq.ProtoReflect.Descriptor instead.

func (*FirstViewReq) GetDirectMessageFlag

func (x *FirstViewReq) GetDirectMessageFlag() uint32

func (*FirstViewReq) GetLastMsgTime

func (x *FirstViewReq) GetLastMsgTime() uint64

func (*FirstViewReq) GetSeq

func (x *FirstViewReq) GetSeq() uint32

func (*FirstViewReq) GetUdcFlag

func (x *FirstViewReq) GetUdcFlag() uint32

func (*FirstViewReq) ProtoMessage

func (*FirstViewReq) ProtoMessage()

func (*FirstViewReq) ProtoReflect

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

func (*FirstViewReq) Reset

func (x *FirstViewReq) Reset()

func (*FirstViewReq) String

func (x *FirstViewReq) String() string

type FirstViewRsp

type FirstViewRsp struct {
	Result                  *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	ErrMsg                  []byte  `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"`
	Seq                     *uint32 `protobuf:"varint,3,opt,name=seq" json:"seq,omitempty"`
	UdcFlag                 *uint32 `protobuf:"varint,4,opt,name=udcFlag" json:"udcFlag,omitempty"`
	GuildCount              *uint32 `protobuf:"varint,5,opt,name=guildCount" json:"guildCount,omitempty"`
	SelfTinyid              *uint64 `protobuf:"varint,6,opt,name=selfTinyid" json:"selfTinyid,omitempty"`
	DirectMessageSwitch     *uint32 `protobuf:"varint,7,opt,name=directMessageSwitch" json:"directMessageSwitch,omitempty"`
	DirectMessageGuildCount *uint32 `protobuf:"varint,8,opt,name=directMessageGuildCount" json:"directMessageGuildCount,omitempty"`
	// contains filtered or unexported fields
}

func (*FirstViewRsp) Descriptor deprecated

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

Deprecated: Use FirstViewRsp.ProtoReflect.Descriptor instead.

func (*FirstViewRsp) GetDirectMessageGuildCount

func (x *FirstViewRsp) GetDirectMessageGuildCount() uint32

func (*FirstViewRsp) GetDirectMessageSwitch

func (x *FirstViewRsp) GetDirectMessageSwitch() uint32

func (*FirstViewRsp) GetErrMsg

func (x *FirstViewRsp) GetErrMsg() []byte

func (*FirstViewRsp) GetGuildCount

func (x *FirstViewRsp) GetGuildCount() uint32

func (*FirstViewRsp) GetResult

func (x *FirstViewRsp) GetResult() uint32

func (*FirstViewRsp) GetSelfTinyid

func (x *FirstViewRsp) GetSelfTinyid() uint64

func (*FirstViewRsp) GetSeq

func (x *FirstViewRsp) GetSeq() uint32

func (*FirstViewRsp) GetUdcFlag

func (x *FirstViewRsp) GetUdcFlag() uint32

func (*FirstViewRsp) ProtoMessage

func (*FirstViewRsp) ProtoMessage()

func (*FirstViewRsp) ProtoReflect

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

func (*FirstViewRsp) Reset

func (x *FirstViewRsp) Reset()

func (*FirstViewRsp) String

func (x *FirstViewRsp) String() string

type GuildAdminInfo

type GuildAdminInfo struct {
	Admins []*GuildMemberInfo `protobuf:"bytes,2,rep,name=admins" json:"admins,omitempty"`
	// contains filtered or unexported fields
}

func (*GuildAdminInfo) Descriptor deprecated

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

Deprecated: Use GuildAdminInfo.ProtoReflect.Descriptor instead.

func (*GuildAdminInfo) GetAdmins

func (x *GuildAdminInfo) GetAdmins() []*GuildMemberInfo

func (*GuildAdminInfo) ProtoMessage

func (*GuildAdminInfo) ProtoMessage()

func (*GuildAdminInfo) ProtoReflect

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

func (*GuildAdminInfo) Reset

func (x *GuildAdminInfo) Reset()

func (*GuildAdminInfo) String

func (x *GuildAdminInfo) String() string

type GuildMemberInfo

type GuildMemberInfo struct {
	Title         *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
	Nickname      *string `protobuf:"bytes,3,opt,name=nickname" json:"nickname,omitempty"`
	LastSpeakTime *int64  `protobuf:"varint,4,opt,name=lastSpeakTime" json:"lastSpeakTime,omitempty"` // uncertainty
	Role          *int32  `protobuf:"varint,5,opt,name=role" json:"role,omitempty"`                   // uncertainty
	TinyId        *uint64 `protobuf:"varint,8,opt,name=tinyId" json:"tinyId,omitempty"`
	// contains filtered or unexported fields
}

func (*GuildMemberInfo) Descriptor deprecated

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

Deprecated: Use GuildMemberInfo.ProtoReflect.Descriptor instead.

func (*GuildMemberInfo) GetLastSpeakTime

func (x *GuildMemberInfo) GetLastSpeakTime() int64

func (*GuildMemberInfo) GetNickname

func (x *GuildMemberInfo) GetNickname() string

func (*GuildMemberInfo) GetRole

func (x *GuildMemberInfo) GetRole() int32

func (*GuildMemberInfo) GetTinyId

func (x *GuildMemberInfo) GetTinyId() uint64

func (*GuildMemberInfo) GetTitle

func (x *GuildMemberInfo) GetTitle() string

func (*GuildMemberInfo) ProtoMessage

func (*GuildMemberInfo) ProtoMessage()

func (*GuildMemberInfo) ProtoReflect

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

func (*GuildMemberInfo) Reset

func (x *GuildMemberInfo) Reset()

func (*GuildMemberInfo) String

func (x *GuildMemberInfo) String() string

type GuildMeta

type GuildMeta struct {
	GuildCode      *uint64 `protobuf:"varint,2,opt,name=guildCode" json:"guildCode,omitempty"`
	CreateTime     *int64  `protobuf:"varint,4,opt,name=createTime" json:"createTime,omitempty"`
	MaxMemberCount *int64  `protobuf:"varint,5,opt,name=maxMemberCount" json:"maxMemberCount,omitempty"`
	MemberCount    *int64  `protobuf:"varint,6,opt,name=memberCount" json:"memberCount,omitempty"`
	Name           *string `protobuf:"bytes,8,opt,name=name" json:"name,omitempty"`
	RobotMaxNum    *int32  `protobuf:"varint,11,opt,name=robotMaxNum" json:"robotMaxNum,omitempty"`
	AdminMaxNum    *int32  `protobuf:"varint,12,opt,name=adminMaxNum" json:"adminMaxNum,omitempty"`
	Profile        *string `protobuf:"bytes,13,opt,name=profile" json:"profile,omitempty"`
	AvatarSeq      *int64  `protobuf:"varint,14,opt,name=avatarSeq" json:"avatarSeq,omitempty"`
	OwnerId        *uint64 `protobuf:"varint,18,opt,name=ownerId" json:"ownerId,omitempty"`
	CoverSeq       *int64  `protobuf:"varint,19,opt,name=coverSeq" json:"coverSeq,omitempty"`
	ClientId       *int32  `protobuf:"varint,20,opt,name=clientId" json:"clientId,omitempty"`
	// contains filtered or unexported fields
}

func (*GuildMeta) Descriptor deprecated

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

Deprecated: Use GuildMeta.ProtoReflect.Descriptor instead.

func (*GuildMeta) GetAdminMaxNum

func (x *GuildMeta) GetAdminMaxNum() int32

func (*GuildMeta) GetAvatarSeq

func (x *GuildMeta) GetAvatarSeq() int64

func (*GuildMeta) GetClientId

func (x *GuildMeta) GetClientId() int32

func (*GuildMeta) GetCoverSeq

func (x *GuildMeta) GetCoverSeq() int64

func (*GuildMeta) GetCreateTime

func (x *GuildMeta) GetCreateTime() int64

func (*GuildMeta) GetGuildCode

func (x *GuildMeta) GetGuildCode() uint64

func (*GuildMeta) GetMaxMemberCount

func (x *GuildMeta) GetMaxMemberCount() int64

func (*GuildMeta) GetMemberCount

func (x *GuildMeta) GetMemberCount() int64

func (*GuildMeta) GetName

func (x *GuildMeta) GetName() string

func (*GuildMeta) GetOwnerId

func (x *GuildMeta) GetOwnerId() uint64

func (*GuildMeta) GetProfile

func (x *GuildMeta) GetProfile() string

func (*GuildMeta) GetRobotMaxNum

func (x *GuildMeta) GetRobotMaxNum() int32

func (*GuildMeta) ProtoMessage

func (*GuildMeta) ProtoMessage()

func (*GuildMeta) ProtoReflect

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

func (*GuildMeta) Reset

func (x *GuildMeta) Reset()

func (*GuildMeta) String

func (x *GuildMeta) String() string

type GuildMetaRsp

type GuildMetaRsp struct {
	GuildId *uint64    `protobuf:"varint,3,opt,name=guildId" json:"guildId,omitempty"`
	Meta    *GuildMeta `protobuf:"bytes,4,opt,name=meta" json:"meta,omitempty"`
	// contains filtered or unexported fields
}

func (*GuildMetaRsp) Descriptor deprecated

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

Deprecated: Use GuildMetaRsp.ProtoReflect.Descriptor instead.

func (*GuildMetaRsp) GetGuildId

func (x *GuildMetaRsp) GetGuildId() uint64

func (*GuildMetaRsp) GetMeta

func (x *GuildMetaRsp) GetMeta() *GuildMeta

func (*GuildMetaRsp) ProtoMessage

func (*GuildMetaRsp) ProtoMessage()

func (*GuildMetaRsp) ProtoReflect

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

func (*GuildMetaRsp) Reset

func (x *GuildMetaRsp) Reset()

func (*GuildMetaRsp) String

func (x *GuildMetaRsp) String() string

type GuildNode

type GuildNode struct {
	GuildId      *uint64              `protobuf:"varint,1,opt,name=guildId" json:"guildId,omitempty"`
	GuildCode    *uint64              `protobuf:"varint,2,opt,name=guildCode" json:"guildCode,omitempty"`
	ChannelNodes []*ChannelNode       `protobuf:"bytes,3,rep,name=channelNodes" json:"channelNodes,omitempty"`
	GuildName    []byte               `protobuf:"bytes,4,opt,name=guildName" json:"guildName,omitempty"`
	PeerSource   *DirectMessageSource `protobuf:"bytes,5,opt,name=peerSource" json:"peerSource,omitempty"`
	// contains filtered or unexported fields
}

func (*GuildNode) Descriptor deprecated

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

Deprecated: Use GuildNode.ProtoReflect.Descriptor instead.

func (*GuildNode) GetChannelNodes

func (x *GuildNode) GetChannelNodes() []*ChannelNode

func (*GuildNode) GetGuildCode

func (x *GuildNode) GetGuildCode() uint64

func (*GuildNode) GetGuildId

func (x *GuildNode) GetGuildId() uint64

func (*GuildNode) GetGuildName

func (x *GuildNode) GetGuildName() []byte

func (*GuildNode) GetPeerSource

func (x *GuildNode) GetPeerSource() *DirectMessageSource

func (*GuildNode) ProtoMessage

func (*GuildNode) ProtoMessage()

func (*GuildNode) ProtoReflect

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

func (*GuildNode) Reset

func (x *GuildNode) Reset()

func (*GuildNode) String

func (x *GuildNode) String() string

type GuildUserProfile

type GuildUserProfile struct {
	TinyId    *uint64 `protobuf:"varint,2,opt,name=tinyId" json:"tinyId,omitempty"`
	Nickname  *string `protobuf:"bytes,3,opt,name=nickname" json:"nickname,omitempty"`
	AvatarUrl *string `protobuf:"bytes,6,opt,name=avatarUrl" json:"avatarUrl,omitempty"`
	// 15: avatar url info
	JoinTime *int64 `protobuf:"varint,16,opt,name=joinTime" json:"joinTime,omitempty"` // uncertainty
	// contains filtered or unexported fields
}

频道系统用户资料

func (*GuildUserProfile) Descriptor deprecated

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

Deprecated: Use GuildUserProfile.ProtoReflect.Descriptor instead.

func (*GuildUserProfile) GetAvatarUrl

func (x *GuildUserProfile) GetAvatarUrl() string

func (*GuildUserProfile) GetJoinTime

func (x *GuildUserProfile) GetJoinTime() int64

func (*GuildUserProfile) GetNickname

func (x *GuildUserProfile) GetNickname() string

func (*GuildUserProfile) GetTinyId

func (x *GuildUserProfile) GetTinyId() uint64

func (*GuildUserProfile) ProtoMessage

func (*GuildUserProfile) ProtoMessage()

func (*GuildUserProfile) ProtoReflect

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

func (*GuildUserProfile) Reset

func (x *GuildUserProfile) Reset()

func (*GuildUserProfile) String

func (x *GuildUserProfile) String() string

type MsgCond

type MsgCond struct {
	Seq          *uint64 `protobuf:"varint,1,opt,name=seq" json:"seq,omitempty"`
	EventVersion *uint64 `protobuf:"varint,2,opt,name=eventVersion" json:"eventVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*MsgCond) Descriptor deprecated

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

Deprecated: Use MsgCond.ProtoReflect.Descriptor instead.

func (*MsgCond) GetEventVersion

func (x *MsgCond) GetEventVersion() uint64

func (*MsgCond) GetSeq

func (x *MsgCond) GetSeq() uint64

func (*MsgCond) ProtoMessage

func (*MsgCond) ProtoMessage()

func (*MsgCond) ProtoReflect

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

func (*MsgCond) Reset

func (x *MsgCond) Reset()

func (*MsgCond) String

func (x *MsgCond) String() string

type MultiChannelMsg

type MultiChannelMsg struct {
	PushFlag    *uint32       `protobuf:"varint,1,opt,name=pushFlag" json:"pushFlag,omitempty"`
	Seq         *uint32       `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"`
	ChannelMsgs []*ChannelMsg `protobuf:"bytes,3,rep,name=channelMsgs" json:"channelMsgs,omitempty"`
	GetMsgTime  *uint64       `protobuf:"varint,4,opt,name=getMsgTime" json:"getMsgTime,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiChannelMsg) Descriptor deprecated

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

Deprecated: Use MultiChannelMsg.ProtoReflect.Descriptor instead.

func (*MultiChannelMsg) GetChannelMsgs

func (x *MultiChannelMsg) GetChannelMsgs() []*ChannelMsg

func (*MultiChannelMsg) GetGetMsgTime

func (x *MultiChannelMsg) GetGetMsgTime() uint64

func (*MultiChannelMsg) GetPushFlag

func (x *MultiChannelMsg) GetPushFlag() uint32

func (*MultiChannelMsg) GetSeq

func (x *MultiChannelMsg) GetSeq() uint32

func (*MultiChannelMsg) ProtoMessage

func (*MultiChannelMsg) ProtoMessage()

func (*MultiChannelMsg) ProtoReflect

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

func (*MultiChannelMsg) Reset

func (x *MultiChannelMsg) Reset()

func (*MultiChannelMsg) String

func (x *MultiChannelMsg) String() string

type MultiChannelMsgReq

type MultiChannelMsgReq struct {
	ChannelParams     []*ChannelParam `protobuf:"bytes,1,rep,name=channelParams" json:"channelParams,omitempty"`
	Seq               *uint32         `protobuf:"varint,2,opt,name=seq" json:"seq,omitempty"`
	DirectMessageFlag *uint32         `protobuf:"varint,3,opt,name=directMessageFlag" json:"directMessageFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiChannelMsgReq) Descriptor deprecated

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

Deprecated: Use MultiChannelMsgReq.ProtoReflect.Descriptor instead.

func (*MultiChannelMsgReq) GetChannelParams

func (x *MultiChannelMsgReq) GetChannelParams() []*ChannelParam

func (*MultiChannelMsgReq) GetDirectMessageFlag

func (x *MultiChannelMsgReq) GetDirectMessageFlag() uint32

func (*MultiChannelMsgReq) GetSeq

func (x *MultiChannelMsgReq) GetSeq() uint32

func (*MultiChannelMsgReq) ProtoMessage

func (*MultiChannelMsgReq) ProtoMessage()

func (*MultiChannelMsgReq) ProtoReflect

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

func (*MultiChannelMsgReq) Reset

func (x *MultiChannelMsgReq) Reset()

func (*MultiChannelMsgReq) String

func (x *MultiChannelMsgReq) String() string

type MultiChannelMsgRsp

type MultiChannelMsgRsp struct {
	Result *uint32 `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	ErrMsg []byte  `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"`
	Seq    *uint32 `protobuf:"varint,3,opt,name=seq" json:"seq,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiChannelMsgRsp) Descriptor deprecated

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

Deprecated: Use MultiChannelMsgRsp.ProtoReflect.Descriptor instead.

func (*MultiChannelMsgRsp) GetErrMsg

func (x *MultiChannelMsgRsp) GetErrMsg() []byte

func (*MultiChannelMsgRsp) GetResult

func (x *MultiChannelMsgRsp) GetResult() uint32

func (*MultiChannelMsgRsp) GetSeq

func (x *MultiChannelMsgRsp) GetSeq() uint32

func (*MultiChannelMsgRsp) ProtoMessage

func (*MultiChannelMsgRsp) ProtoMessage()

func (*MultiChannelMsgRsp) ProtoReflect

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

func (*MultiChannelMsgRsp) Reset

func (x *MultiChannelMsgRsp) Reset()

func (*MultiChannelMsgRsp) String

func (x *MultiChannelMsgRsp) String() string

type PersonalLevel

type PersonalLevel struct {
	ToUin *uint64 `protobuf:"varint,1,opt,name=toUin" json:"toUin,omitempty"`
	Level *uint64 `protobuf:"varint,2,opt,name=level" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*PersonalLevel) Descriptor deprecated

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

Deprecated: Use PersonalLevel.ProtoReflect.Descriptor instead.

func (*PersonalLevel) GetLevel

func (x *PersonalLevel) GetLevel() uint64

func (*PersonalLevel) GetToUin

func (x *PersonalLevel) GetToUin() uint64

func (*PersonalLevel) ProtoMessage

func (*PersonalLevel) ProtoMessage()

func (*PersonalLevel) ProtoReflect

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

func (*PersonalLevel) Reset

func (x *PersonalLevel) Reset()

func (*PersonalLevel) String

func (x *PersonalLevel) String() string

type ReqBody

type ReqBody struct {
	ChannelParam      *ChannelParam `protobuf:"bytes,1,opt,name=channelParam" json:"channelParam,omitempty"`
	DirectMessageFlag *uint32       `protobuf:"varint,2,opt,name=directMessageFlag" json:"directMessageFlag,omitempty"`
	// contains filtered or unexported fields
}

func (*ReqBody) Descriptor deprecated

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

Deprecated: Use ReqBody.ProtoReflect.Descriptor instead.

func (*ReqBody) GetChannelParam

func (x *ReqBody) GetChannelParam() *ChannelParam

func (*ReqBody) GetDirectMessageFlag

func (x *ReqBody) GetDirectMessageFlag() uint32

func (*ReqBody) ProtoMessage

func (*ReqBody) ProtoMessage()

func (*ReqBody) ProtoReflect

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

func (*ReqBody) Reset

func (x *ReqBody) Reset()

func (*ReqBody) String

func (x *ReqBody) String() string

type RspBody

type RspBody struct {
	Result     *uint32     `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	ErrMsg     []byte      `protobuf:"bytes,2,opt,name=errMsg" json:"errMsg,omitempty"`
	ChannelMsg *ChannelMsg `protobuf:"bytes,3,opt,name=channelMsg" json:"channelMsg,omitempty"`
	// contains filtered or unexported fields
}

func (*RspBody) Descriptor deprecated

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

Deprecated: Use RspBody.ProtoReflect.Descriptor instead.

func (*RspBody) GetChannelMsg

func (x *RspBody) GetChannelMsg() *ChannelMsg

func (*RspBody) GetErrMsg

func (x *RspBody) GetErrMsg() []byte

func (*RspBody) GetResult

func (x *RspBody) GetResult() uint32

func (*RspBody) ProtoMessage

func (*RspBody) ProtoMessage()

func (*RspBody) ProtoReflect

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

func (*RspBody) Reset

func (x *RspBody) Reset()

func (*RspBody) String

func (x *RspBody) String() string

Jump to

Keyboard shortcuts

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