protobuf

package
v0.0.0-...-513eec8 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2023 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CommentTypeTag_name = map[int32]string{
		0: "COMMENTTYPETAGUNKNOWN",
		1: "COMMENTTYPETAGSTAR",
	}
	CommentTypeTag_value = map[string]int32{
		"COMMENTTYPETAGUNKNOWN": 0,
		"COMMENTTYPETAGSTAR":    1,
	}
)

Enum value maps for CommentTypeTag.

View Source
var File_protobuf_dy_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Against

type Against struct {
	LeftName string `protobuf:"bytes,1,opt,name=leftName,proto3" json:"leftName,omitempty"`
	LeftGoal string `protobuf:"bytes,3,opt,name=leftGoal,proto3" json:"leftGoal,omitempty"`
	// LeftPlayersList leftPlayersList = 4;
	// LeftGoalStageDetail leftGoalStageDetail = 5;
	RightName string `protobuf:"bytes,6,opt,name=rightName,proto3" json:"rightName,omitempty"`
	RightGoal string `protobuf:"bytes,8,opt,name=rightGoal,proto3" json:"rightGoal,omitempty"`
	// RightPlayersList rightPlayersList  = 9;
	// RightGoalStageDetail rightGoalStageDetail = 10;
	Timestamp          uint64 `protobuf:"varint,11,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Version            uint64 `protobuf:"varint,12,opt,name=version,proto3" json:"version,omitempty"`
	LeftTeamId         uint64 `protobuf:"varint,13,opt,name=leftTeamId,proto3" json:"leftTeamId,omitempty"`
	RightTeamId        uint64 `protobuf:"varint,14,opt,name=rightTeamId,proto3" json:"rightTeamId,omitempty"`
	DiffSei2AbsSecond  uint64 `protobuf:"varint,15,opt,name=diffSei2absSecond,proto3" json:"diffSei2absSecond,omitempty"`
	FinalGoalStage     uint32 `protobuf:"varint,16,opt,name=finalGoalStage,proto3" json:"finalGoalStage,omitempty"`
	CurrentGoalStage   uint32 `protobuf:"varint,17,opt,name=currentGoalStage,proto3" json:"currentGoalStage,omitempty"`
	LeftScoreAddition  uint32 `protobuf:"varint,18,opt,name=leftScoreAddition,proto3" json:"leftScoreAddition,omitempty"`
	RightScoreAddition uint32 `protobuf:"varint,19,opt,name=rightScoreAddition,proto3" json:"rightScoreAddition,omitempty"`
	LeftGoalInt        uint64 `protobuf:"varint,20,opt,name=leftGoalInt,proto3" json:"leftGoalInt,omitempty"`
	RightGoalInt       uint64 `protobuf:"varint,21,opt,name=rightGoalInt,proto3" json:"rightGoalInt,omitempty"`
	// contains filtered or unexported fields
}

func (*Against) Descriptor deprecated

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

Deprecated: Use Against.ProtoReflect.Descriptor instead.

func (*Against) GetCurrentGoalStage

func (x *Against) GetCurrentGoalStage() uint32

func (*Against) GetDiffSei2AbsSecond

func (x *Against) GetDiffSei2AbsSecond() uint64

func (*Against) GetFinalGoalStage

func (x *Against) GetFinalGoalStage() uint32

func (*Against) GetLeftGoal

func (x *Against) GetLeftGoal() string

func (*Against) GetLeftGoalInt

func (x *Against) GetLeftGoalInt() uint64
func (x *Against) GetLeftLogo() *Image

func (*Against) GetLeftName

func (x *Against) GetLeftName() string

func (*Against) GetLeftScoreAddition

func (x *Against) GetLeftScoreAddition() uint32

func (*Against) GetLeftTeamId

func (x *Against) GetLeftTeamId() uint64

func (*Against) GetRightGoal

func (x *Against) GetRightGoal() string

func (*Against) GetRightGoalInt

func (x *Against) GetRightGoalInt() uint64
func (x *Against) GetRightLogo() *Image

func (*Against) GetRightName

func (x *Against) GetRightName() string

func (*Against) GetRightScoreAddition

func (x *Against) GetRightScoreAddition() uint32

func (*Against) GetRightTeamId

func (x *Against) GetRightTeamId() uint64

func (*Against) GetTimestamp

func (x *Against) GetTimestamp() uint64

func (*Against) GetVersion

func (x *Against) GetVersion() uint64

func (*Against) ProtoMessage

func (*Against) ProtoMessage()

func (*Against) ProtoReflect

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

func (*Against) Reset

func (x *Against) Reset()

func (*Against) String

func (x *Against) String() string

type ChatMessage

type ChatMessage struct {
	Common               *Common              `protobuf:"bytes,1,opt,name=common,proto3" json:"common,omitempty"`
	User                 *User                `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Content              string               `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	VisibleToSender      bool                 `protobuf:"varint,4,opt,name=visibleToSender,proto3" json:"visibleToSender,omitempty"`
	BackgroundImage      *Image               `protobuf:"bytes,5,opt,name=backgroundImage,proto3" json:"backgroundImage,omitempty"`
	FullScreenTextColor  string               `protobuf:"bytes,6,opt,name=fullScreenTextColor,proto3" json:"fullScreenTextColor,omitempty"`
	BackgroundImageV2    *Image               `protobuf:"bytes,7,opt,name=backgroundImageV2,proto3" json:"backgroundImageV2,omitempty"`
	PublicAreaCommon     *PublicAreaCommon    `protobuf:"bytes,8,opt,name=publicAreaCommon,proto3" json:"publicAreaCommon,omitempty"`
	GiftImage            *Image               `protobuf:"bytes,9,opt,name=giftImage,proto3" json:"giftImage,omitempty"`
	AgreeMsgId           uint64               `protobuf:"varint,11,opt,name=agreeMsgId,proto3" json:"agreeMsgId,omitempty"`
	PriorityLevel        uint32               `protobuf:"varint,12,opt,name=priorityLevel,proto3" json:"priorityLevel,omitempty"`
	LandscapeAreaCommon  *LandscapeAreaCommon `protobuf:"bytes,13,opt,name=landscapeAreaCommon,proto3" json:"landscapeAreaCommon,omitempty"`
	EventTime            uint64               `protobuf:"varint,15,opt,name=eventTime,proto3" json:"eventTime,omitempty"`
	SendReview           bool                 `protobuf:"varint,16,opt,name=sendReview,proto3" json:"sendReview,omitempty"`
	FromIntercom         bool                 `protobuf:"varint,17,opt,name=fromIntercom,proto3" json:"fromIntercom,omitempty"`
	IntercomHideUserCard bool                 `protobuf:"varint,18,opt,name=intercomHideUserCard,proto3" json:"intercomHideUserCard,omitempty"`
	// repeated chatTagsList = 19;
	ChatBy                 string `protobuf:"bytes,20,opt,name=chatBy,proto3" json:"chatBy,omitempty"`
	IndividualChatPriority uint32 `protobuf:"varint,21,opt,name=individualChatPriority,proto3" json:"individualChatPriority,omitempty"`
	RtfContent             *Text  `protobuf:"bytes,22,opt,name=rtfContent,proto3" json:"rtfContent,omitempty"`
	// contains filtered or unexported fields
}

聊天

func (*ChatMessage) Descriptor deprecated

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

Deprecated: Use ChatMessage.ProtoReflect.Descriptor instead.

func (*ChatMessage) GetAgreeMsgId

func (x *ChatMessage) GetAgreeMsgId() uint64

func (*ChatMessage) GetBackgroundImage

func (x *ChatMessage) GetBackgroundImage() *Image

func (*ChatMessage) GetBackgroundImageV2

func (x *ChatMessage) GetBackgroundImageV2() *Image

func (*ChatMessage) GetChatBy

func (x *ChatMessage) GetChatBy() string

func (*ChatMessage) GetCommon

func (x *ChatMessage) GetCommon() *Common

func (*ChatMessage) GetContent

func (x *ChatMessage) GetContent() string

func (*ChatMessage) GetEventTime

func (x *ChatMessage) GetEventTime() uint64

func (*ChatMessage) GetFromIntercom

func (x *ChatMessage) GetFromIntercom() bool

func (*ChatMessage) GetFullScreenTextColor

func (x *ChatMessage) GetFullScreenTextColor() string

func (*ChatMessage) GetGiftImage

func (x *ChatMessage) GetGiftImage() *Image

func (*ChatMessage) GetIndividualChatPriority

func (x *ChatMessage) GetIndividualChatPriority() uint32

func (*ChatMessage) GetIntercomHideUserCard

func (x *ChatMessage) GetIntercomHideUserCard() bool

func (*ChatMessage) GetLandscapeAreaCommon

func (x *ChatMessage) GetLandscapeAreaCommon() *LandscapeAreaCommon

func (*ChatMessage) GetPriorityLevel

func (x *ChatMessage) GetPriorityLevel() uint32

func (*ChatMessage) GetPublicAreaCommon

func (x *ChatMessage) GetPublicAreaCommon() *PublicAreaCommon

func (*ChatMessage) GetRtfContent

func (x *ChatMessage) GetRtfContent() *Text

func (*ChatMessage) GetSendReview

func (x *ChatMessage) GetSendReview() bool

func (*ChatMessage) GetUser

func (x *ChatMessage) GetUser() *User

func (*ChatMessage) GetVisibleToSender

func (x *ChatMessage) GetVisibleToSender() bool

func (*ChatMessage) ProtoMessage

func (*ChatMessage) ProtoMessage()

func (*ChatMessage) ProtoReflect

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

func (*ChatMessage) Reset

func (x *ChatMessage) Reset()

func (*ChatMessage) String

func (x *ChatMessage) String() string

type CommentTypeTag

type CommentTypeTag int32
const (
	CommentTypeTag_COMMENTTYPETAGUNKNOWN CommentTypeTag = 0
	CommentTypeTag_COMMENTTYPETAGSTAR    CommentTypeTag = 1
)

func (CommentTypeTag) Descriptor

func (CommentTypeTag) Enum

func (x CommentTypeTag) Enum() *CommentTypeTag

func (CommentTypeTag) EnumDescriptor deprecated

func (CommentTypeTag) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommentTypeTag.Descriptor instead.

func (CommentTypeTag) Number

func (CommentTypeTag) String

func (x CommentTypeTag) String() string

func (CommentTypeTag) Type

type Common

type Common struct {
	Method     string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	MsgId      uint64 `protobuf:"varint,2,opt,name=msgId,proto3" json:"msgId,omitempty"`
	RoomId     uint64 `protobuf:"varint,3,opt,name=roomId,proto3" json:"roomId,omitempty"`
	CreateTime uint64 `protobuf:"varint,4,opt,name=createTime,proto3" json:"createTime,omitempty"`
	Monitor    uint32 `protobuf:"varint,5,opt,name=monitor,proto3" json:"monitor,omitempty"`
	IsShowMsg  bool   `protobuf:"varint,6,opt,name=isShowMsg,proto3" json:"isShowMsg,omitempty"`
	Describe   string `protobuf:"bytes,7,opt,name=describe,proto3" json:"describe,omitempty"`
	// DisplayText displayText = 8;
	FoldType          uint64 `protobuf:"varint,9,opt,name=foldType,proto3" json:"foldType,omitempty"`
	AnchorFoldType    uint64 `protobuf:"varint,10,opt,name=anchorFoldType,proto3" json:"anchorFoldType,omitempty"`
	PriorityScore     uint64 `protobuf:"varint,11,opt,name=priorityScore,proto3" json:"priorityScore,omitempty"`
	LogId             string `protobuf:"bytes,12,opt,name=logId,proto3" json:"logId,omitempty"`
	MsgProcessFilterK string `protobuf:"bytes,13,opt,name=msgProcessFilterK,proto3" json:"msgProcessFilterK,omitempty"`
	MsgProcessFilterV string `protobuf:"bytes,14,opt,name=msgProcessFilterV,proto3" json:"msgProcessFilterV,omitempty"`
	User              *User  `protobuf:"bytes,15,opt,name=user,proto3" json:"user,omitempty"`
	// Room room = 16;
	AnchorFoldTypeV2   uint64 `protobuf:"varint,17,opt,name=anchorFoldTypeV2,proto3" json:"anchorFoldTypeV2,omitempty"`
	ProcessAtSeiTimeMs uint64 `protobuf:"varint,18,opt,name=processAtSeiTimeMs,proto3" json:"processAtSeiTimeMs,omitempty"`
	RandomDispatchMs   uint64 `protobuf:"varint,19,opt,name=randomDispatchMs,proto3" json:"randomDispatchMs,omitempty"`
	IsDispatch         bool   `protobuf:"varint,20,opt,name=isDispatch,proto3" json:"isDispatch,omitempty"`
	ChannelId          uint64 `protobuf:"varint,21,opt,name=channelId,proto3" json:"channelId,omitempty"`
	DiffSei2AbsSecond  uint64 `protobuf:"varint,22,opt,name=diffSei2absSecond,proto3" json:"diffSei2absSecond,omitempty"`
	AnchorFoldDuration uint64 `protobuf:"varint,23,opt,name=anchorFoldDuration,proto3" json:"anchorFoldDuration,omitempty"`
	// contains filtered or unexported fields
}

func (*Common) Descriptor deprecated

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

Deprecated: Use Common.ProtoReflect.Descriptor instead.

func (*Common) GetAnchorFoldDuration

func (x *Common) GetAnchorFoldDuration() uint64

func (*Common) GetAnchorFoldType

func (x *Common) GetAnchorFoldType() uint64

func (*Common) GetAnchorFoldTypeV2

func (x *Common) GetAnchorFoldTypeV2() uint64

func (*Common) GetChannelId

func (x *Common) GetChannelId() uint64

func (*Common) GetCreateTime

func (x *Common) GetCreateTime() uint64

func (*Common) GetDescribe

func (x *Common) GetDescribe() string

func (*Common) GetDiffSei2AbsSecond

func (x *Common) GetDiffSei2AbsSecond() uint64

func (*Common) GetFoldType

func (x *Common) GetFoldType() uint64

func (*Common) GetIsDispatch

func (x *Common) GetIsDispatch() bool

func (*Common) GetIsShowMsg

func (x *Common) GetIsShowMsg() bool

func (*Common) GetLogId

func (x *Common) GetLogId() string

func (*Common) GetMethod

func (x *Common) GetMethod() string

func (*Common) GetMonitor

func (x *Common) GetMonitor() uint32

func (*Common) GetMsgId

func (x *Common) GetMsgId() uint64

func (*Common) GetMsgProcessFilterK

func (x *Common) GetMsgProcessFilterK() string

func (*Common) GetMsgProcessFilterV

func (x *Common) GetMsgProcessFilterV() string

func (*Common) GetPriorityScore

func (x *Common) GetPriorityScore() uint64

func (*Common) GetProcessAtSeiTimeMs

func (x *Common) GetProcessAtSeiTimeMs() uint64

func (*Common) GetRandomDispatchMs

func (x *Common) GetRandomDispatchMs() uint64

func (*Common) GetRoomId

func (x *Common) GetRoomId() uint64

func (*Common) GetUser

func (x *Common) GetUser() *User

func (*Common) ProtoMessage

func (*Common) ProtoMessage()

func (*Common) ProtoReflect

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

func (*Common) Reset

func (x *Common) Reset()

func (*Common) String

func (x *Common) String() string

type CommonTextMessage

type CommonTextMessage struct {
	Common *Common `protobuf:"bytes,1,opt,name=common,proto3" json:"common,omitempty"`
	User   *User   `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Scene  string  `protobuf:"bytes,3,opt,name=scene,proto3" json:"scene,omitempty"`
	// contains filtered or unexported fields
}

func (*CommonTextMessage) Descriptor deprecated

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

Deprecated: Use CommonTextMessage.ProtoReflect.Descriptor instead.

func (*CommonTextMessage) GetCommon

func (x *CommonTextMessage) GetCommon() *Common

func (*CommonTextMessage) GetScene

func (x *CommonTextMessage) GetScene() string

func (*CommonTextMessage) GetUser

func (x *CommonTextMessage) GetUser() *User

func (*CommonTextMessage) ProtoMessage

func (*CommonTextMessage) ProtoMessage()

func (*CommonTextMessage) ProtoReflect

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

func (*CommonTextMessage) Reset

func (x *CommonTextMessage) Reset()

func (*CommonTextMessage) String

func (x *CommonTextMessage) String() string

type DisplayControlInfo

type DisplayControlInfo struct {
	ShowText  bool `protobuf:"varint,1,opt,name=showText,proto3" json:"showText,omitempty"`
	ShowIcons bool `protobuf:"varint,2,opt,name=showIcons,proto3" json:"showIcons,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayControlInfo) Descriptor deprecated

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

Deprecated: Use DisplayControlInfo.ProtoReflect.Descriptor instead.

func (*DisplayControlInfo) GetShowIcons

func (x *DisplayControlInfo) GetShowIcons() bool

func (*DisplayControlInfo) GetShowText

func (x *DisplayControlInfo) GetShowText() bool

func (*DisplayControlInfo) ProtoMessage

func (*DisplayControlInfo) ProtoMessage()

func (*DisplayControlInfo) ProtoReflect

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

func (*DisplayControlInfo) Reset

func (x *DisplayControlInfo) Reset()

func (*DisplayControlInfo) String

func (x *DisplayControlInfo) String() string

type DoubleLikeDetail

type DoubleLikeDetail struct {
	DoubleFlag  bool   `protobuf:"varint,1,opt,name=doubleFlag,proto3" json:"doubleFlag,omitempty"`
	SeqId       uint32 `protobuf:"varint,2,opt,name=seqId,proto3" json:"seqId,omitempty"`
	RenewalsNum uint32 `protobuf:"varint,3,opt,name=renewalsNum,proto3" json:"renewalsNum,omitempty"`
	TriggersNum uint32 `protobuf:"varint,4,opt,name=triggersNum,proto3" json:"triggersNum,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleLikeDetail) Descriptor deprecated

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

Deprecated: Use DoubleLikeDetail.ProtoReflect.Descriptor instead.

func (*DoubleLikeDetail) GetDoubleFlag

func (x *DoubleLikeDetail) GetDoubleFlag() bool

func (*DoubleLikeDetail) GetRenewalsNum

func (x *DoubleLikeDetail) GetRenewalsNum() uint32

func (*DoubleLikeDetail) GetSeqId

func (x *DoubleLikeDetail) GetSeqId() uint32

func (*DoubleLikeDetail) GetTriggersNum

func (x *DoubleLikeDetail) GetTriggersNum() uint32

func (*DoubleLikeDetail) ProtoMessage

func (*DoubleLikeDetail) ProtoMessage()

func (*DoubleLikeDetail) ProtoReflect

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

func (*DoubleLikeDetail) Reset

func (x *DoubleLikeDetail) Reset()

func (*DoubleLikeDetail) String

func (x *DoubleLikeDetail) String() string

type EffectConfig

type EffectConfig struct {
	Type                     uint64            `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Icon                     *Image            `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon,omitempty"`
	AvatarPos                uint64            `protobuf:"varint,3,opt,name=avatarPos,proto3" json:"avatarPos,omitempty"`
	Text                     *Text             `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	TextIcon                 *Image            `protobuf:"bytes,5,opt,name=textIcon,proto3" json:"textIcon,omitempty"`
	StayTime                 uint32            `protobuf:"varint,6,opt,name=stayTime,proto3" json:"stayTime,omitempty"`
	AnimAssetId              uint64            `protobuf:"varint,7,opt,name=animAssetId,proto3" json:"animAssetId,omitempty"`
	Badge                    *Image            `protobuf:"bytes,8,opt,name=badge,proto3" json:"badge,omitempty"`
	FlexSettingArrayList     []uint64          `protobuf:"varint,9,rep,packed,name=flexSettingArrayList,proto3" json:"flexSettingArrayList,omitempty"`
	TextIconOverlay          *Image            `protobuf:"bytes,10,opt,name=textIconOverlay,proto3" json:"textIconOverlay,omitempty"`
	AnimatedBadge            *Image            `protobuf:"bytes,11,opt,name=animatedBadge,proto3" json:"animatedBadge,omitempty"`
	HasSweepLight            bool              `protobuf:"varint,12,opt,name=hasSweepLight,proto3" json:"hasSweepLight,omitempty"`
	TextFlexSettingArrayList []uint64          `protobuf:"varint,13,rep,packed,name=textFlexSettingArrayList,proto3" json:"textFlexSettingArrayList,omitempty"`
	CenterAnimAssetId        uint64            `protobuf:"varint,14,opt,name=centerAnimAssetId,proto3" json:"centerAnimAssetId,omitempty"`
	DynamicImage             *Image            `protobuf:"bytes,15,opt,name=dynamicImage,proto3" json:"dynamicImage,omitempty"`
	ExtraMap                 map[string]string `` /* 158-byte string literal not displayed */
	Mp4AnimAssetId           uint64            `protobuf:"varint,17,opt,name=mp4AnimAssetId,proto3" json:"mp4AnimAssetId,omitempty"`
	Priority                 uint64            `protobuf:"varint,18,opt,name=priority,proto3" json:"priority,omitempty"`
	MaxWaitTime              uint64            `protobuf:"varint,19,opt,name=maxWaitTime,proto3" json:"maxWaitTime,omitempty"`
	DressId                  string            `protobuf:"bytes,20,opt,name=dressId,proto3" json:"dressId,omitempty"`
	Alignment                uint64            `protobuf:"varint,21,opt,name=alignment,proto3" json:"alignment,omitempty"`
	AlignmentOffset          uint64            `protobuf:"varint,22,opt,name=alignmentOffset,proto3" json:"alignmentOffset,omitempty"`
	// contains filtered or unexported fields
}

func (*EffectConfig) Descriptor deprecated

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

Deprecated: Use EffectConfig.ProtoReflect.Descriptor instead.

func (*EffectConfig) GetAlignment

func (x *EffectConfig) GetAlignment() uint64

func (*EffectConfig) GetAlignmentOffset

func (x *EffectConfig) GetAlignmentOffset() uint64

func (*EffectConfig) GetAnimAssetId

func (x *EffectConfig) GetAnimAssetId() uint64

func (*EffectConfig) GetAnimatedBadge

func (x *EffectConfig) GetAnimatedBadge() *Image

func (*EffectConfig) GetAvatarPos

func (x *EffectConfig) GetAvatarPos() uint64

func (*EffectConfig) GetBadge

func (x *EffectConfig) GetBadge() *Image

func (*EffectConfig) GetCenterAnimAssetId

func (x *EffectConfig) GetCenterAnimAssetId() uint64

func (*EffectConfig) GetDressId

func (x *EffectConfig) GetDressId() string

func (*EffectConfig) GetDynamicImage

func (x *EffectConfig) GetDynamicImage() *Image

func (*EffectConfig) GetExtraMap

func (x *EffectConfig) GetExtraMap() map[string]string

func (*EffectConfig) GetFlexSettingArrayList

func (x *EffectConfig) GetFlexSettingArrayList() []uint64

func (*EffectConfig) GetHasSweepLight

func (x *EffectConfig) GetHasSweepLight() bool

func (*EffectConfig) GetIcon

func (x *EffectConfig) GetIcon() *Image

func (*EffectConfig) GetMaxWaitTime

func (x *EffectConfig) GetMaxWaitTime() uint64

func (*EffectConfig) GetMp4AnimAssetId

func (x *EffectConfig) GetMp4AnimAssetId() uint64

func (*EffectConfig) GetPriority

func (x *EffectConfig) GetPriority() uint64

func (*EffectConfig) GetStayTime

func (x *EffectConfig) GetStayTime() uint32

func (*EffectConfig) GetText

func (x *EffectConfig) GetText() *Text

func (*EffectConfig) GetTextFlexSettingArrayList

func (x *EffectConfig) GetTextFlexSettingArrayList() []uint64

func (*EffectConfig) GetTextIcon

func (x *EffectConfig) GetTextIcon() *Image

func (*EffectConfig) GetTextIconOverlay

func (x *EffectConfig) GetTextIconOverlay() *Image

func (*EffectConfig) GetType

func (x *EffectConfig) GetType() uint64

func (*EffectConfig) ProtoMessage

func (*EffectConfig) ProtoMessage()

func (*EffectConfig) ProtoReflect

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

func (*EffectConfig) Reset

func (x *EffectConfig) Reset()

func (*EffectConfig) String

func (x *EffectConfig) String() string

type EpisodeChatMessage

type EpisodeChatMessage struct {
	Common         *Message `protobuf:"bytes,1,opt,name=common,proto3" json:"common,omitempty"`
	User           *User    `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Content        string   `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	VisibleToSende bool     `protobuf:"varint,4,opt,name=visibleToSende,proto3" json:"visibleToSende,omitempty"`
	// BackgroundImage backgroundImage = 5;
	// PublicAreaCommon publicAreaCommon = 6;
	GiftImage      *Image   `protobuf:"bytes,7,opt,name=giftImage,proto3" json:"giftImage,omitempty"`
	AgreeMsgId     uint64   `protobuf:"varint,8,opt,name=agreeMsgId,proto3" json:"agreeMsgId,omitempty"`
	ColorValueList []string `protobuf:"bytes,9,rep,name=colorValueList,proto3" json:"colorValueList,omitempty"`
	// contains filtered or unexported fields
}

func (*EpisodeChatMessage) Descriptor deprecated

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

Deprecated: Use EpisodeChatMessage.ProtoReflect.Descriptor instead.

func (*EpisodeChatMessage) GetAgreeMsgId

func (x *EpisodeChatMessage) GetAgreeMsgId() uint64

func (*EpisodeChatMessage) GetColorValueList

func (x *EpisodeChatMessage) GetColorValueList() []string

func (*EpisodeChatMessage) GetCommon

func (x *EpisodeChatMessage) GetCommon() *Message

func (*EpisodeChatMessage) GetContent

func (x *EpisodeChatMessage) GetContent() string

func (*EpisodeChatMessage) GetGiftImage

func (x *EpisodeChatMessage) GetGiftImage() *Image

func (*EpisodeChatMessage) GetUser

func (x *EpisodeChatMessage) GetUser() *User

func (*EpisodeChatMessage) GetVisibleToSende

func (x *EpisodeChatMessage) GetVisibleToSende() bool

func (*EpisodeChatMessage) ProtoMessage

func (*EpisodeChatMessage) ProtoMessage()

func (*EpisodeChatMessage) ProtoReflect

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

func (*EpisodeChatMessage) Reset

func (x *EpisodeChatMessage) Reset()

func (*EpisodeChatMessage) String

func (x *EpisodeChatMessage) String() string

type ExtList

type ExtList struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtList) Descriptor deprecated

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

Deprecated: Use ExtList.ProtoReflect.Descriptor instead.

func (*ExtList) GetKey

func (x *ExtList) GetKey() string

func (*ExtList) GetValue

func (x *ExtList) GetValue() string

func (*ExtList) ProtoMessage

func (*ExtList) ProtoMessage()

func (*ExtList) ProtoReflect

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

func (*ExtList) Reset

func (x *ExtList) Reset()

func (*ExtList) String

func (x *ExtList) String() string

type FollowInfo

type FollowInfo struct {
	FollowingCount    uint64 `protobuf:"varint,1,opt,name=followingCount,proto3" json:"followingCount,omitempty"`
	FollowerCount     uint64 `protobuf:"varint,2,opt,name=followerCount,proto3" json:"followerCount,omitempty"`
	FollowStatus      uint64 `protobuf:"varint,3,opt,name=followStatus,proto3" json:"followStatus,omitempty"`
	PushStatus        uint64 `protobuf:"varint,4,opt,name=pushStatus,proto3" json:"pushStatus,omitempty"`
	RemarkName        string `protobuf:"bytes,5,opt,name=remarkName,proto3" json:"remarkName,omitempty"`
	FollowerCountStr  string `protobuf:"bytes,6,opt,name=followerCountStr,proto3" json:"followerCountStr,omitempty"`
	FollowingCountStr string `protobuf:"bytes,7,opt,name=followingCountStr,proto3" json:"followingCountStr,omitempty"`
	// contains filtered or unexported fields
}

func (*FollowInfo) Descriptor deprecated

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

Deprecated: Use FollowInfo.ProtoReflect.Descriptor instead.

func (*FollowInfo) GetFollowStatus

func (x *FollowInfo) GetFollowStatus() uint64

func (*FollowInfo) GetFollowerCount

func (x *FollowInfo) GetFollowerCount() uint64

func (*FollowInfo) GetFollowerCountStr

func (x *FollowInfo) GetFollowerCountStr() string

func (*FollowInfo) GetFollowingCount

func (x *FollowInfo) GetFollowingCount() uint64

func (*FollowInfo) GetFollowingCountStr

func (x *FollowInfo) GetFollowingCountStr() string

func (*FollowInfo) GetPushStatus

func (x *FollowInfo) GetPushStatus() uint64

func (*FollowInfo) GetRemarkName

func (x *FollowInfo) GetRemarkName() string

func (*FollowInfo) ProtoMessage

func (*FollowInfo) ProtoMessage()

func (*FollowInfo) ProtoReflect

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

func (*FollowInfo) Reset

func (x *FollowInfo) Reset()

func (*FollowInfo) String

func (x *FollowInfo) String() string

type GiftIMPriority

type GiftIMPriority struct {
	QueueSizesList    []uint64 `protobuf:"varint,1,rep,packed,name=queueSizesList,proto3" json:"queueSizesList,omitempty"`
	SelfQueuePriority uint64   `protobuf:"varint,2,opt,name=selfQueuePriority,proto3" json:"selfQueuePriority,omitempty"`
	Priority          uint64   `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*GiftIMPriority) Descriptor deprecated

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

Deprecated: Use GiftIMPriority.ProtoReflect.Descriptor instead.

func (*GiftIMPriority) GetPriority

func (x *GiftIMPriority) GetPriority() uint64

func (*GiftIMPriority) GetQueueSizesList

func (x *GiftIMPriority) GetQueueSizesList() []uint64

func (*GiftIMPriority) GetSelfQueuePriority

func (x *GiftIMPriority) GetSelfQueuePriority() uint64

func (*GiftIMPriority) ProtoMessage

func (*GiftIMPriority) ProtoMessage()

func (*GiftIMPriority) ProtoReflect

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

func (*GiftIMPriority) Reset

func (x *GiftIMPriority) Reset()

func (*GiftIMPriority) String

func (x *GiftIMPriority) String() string

type GiftMessage

type GiftMessage struct {
	Common               *Common           `protobuf:"bytes,1,opt,name=common,proto3" json:"common,omitempty"`
	GiftId               uint64            `protobuf:"varint,2,opt,name=giftId,proto3" json:"giftId,omitempty"`
	FanTicketCount       uint64            `protobuf:"varint,3,opt,name=fanTicketCount,proto3" json:"fanTicketCount,omitempty"`
	GroupCount           uint64            `protobuf:"varint,4,opt,name=groupCount,proto3" json:"groupCount,omitempty"`
	RepeatCount          uint64            `protobuf:"varint,5,opt,name=repeatCount,proto3" json:"repeatCount,omitempty"`
	ComboCount           uint64            `protobuf:"varint,6,opt,name=comboCount,proto3" json:"comboCount,omitempty"`
	User                 *User             `protobuf:"bytes,7,opt,name=user,proto3" json:"user,omitempty"`
	ToUser               *User             `protobuf:"bytes,8,opt,name=toUser,proto3" json:"toUser,omitempty"`
	RepeatEnd            uint32            `protobuf:"varint,9,opt,name=repeatEnd,proto3" json:"repeatEnd,omitempty"`
	TextEffect           *TextEffect       `protobuf:"bytes,10,opt,name=textEffect,proto3" json:"textEffect,omitempty"`
	GroupId              uint64            `protobuf:"varint,11,opt,name=groupId,proto3" json:"groupId,omitempty"`
	IncomeTaskgifts      uint64            `protobuf:"varint,12,opt,name=incomeTaskgifts,proto3" json:"incomeTaskgifts,omitempty"`
	RoomFanTicketCount   uint64            `protobuf:"varint,13,opt,name=roomFanTicketCount,proto3" json:"roomFanTicketCount,omitempty"`
	Priority             *GiftIMPriority   `protobuf:"bytes,14,opt,name=priority,proto3" json:"priority,omitempty"`
	Gift                 *GiftStruct       `protobuf:"bytes,15,opt,name=gift,proto3" json:"gift,omitempty"`
	LogId                string            `protobuf:"bytes,16,opt,name=logId,proto3" json:"logId,omitempty"`
	SendType             uint64            `protobuf:"varint,17,opt,name=sendType,proto3" json:"sendType,omitempty"`
	PublicAreaCommon     *PublicAreaCommon `protobuf:"bytes,18,opt,name=publicAreaCommon,proto3" json:"publicAreaCommon,omitempty"`
	TrayDisplayText      *Text             `protobuf:"bytes,19,opt,name=trayDisplayText,proto3" json:"trayDisplayText,omitempty"`
	BannedDisplayEffects uint64            `protobuf:"varint,20,opt,name=bannedDisplayEffects,proto3" json:"bannedDisplayEffects,omitempty"`
	// GiftTrayInfo trayInfo = 21;
	// AssetEffectMixInfo assetEffectMixInfo = 22;
	DisplayForSelf   bool     `protobuf:"varint,25,opt,name=displayForSelf,proto3" json:"displayForSelf,omitempty"`
	InteractGiftInfo string   `protobuf:"bytes,26,opt,name=interactGiftInfo,proto3" json:"interactGiftInfo,omitempty"`
	DiyItemInfo      string   `protobuf:"bytes,27,opt,name=diyItemInfo,proto3" json:"diyItemInfo,omitempty"`
	MinAssetSetList  []uint64 `protobuf:"varint,28,rep,packed,name=minAssetSetList,proto3" json:"minAssetSetList,omitempty"`
	TotalCount       uint64   `protobuf:"varint,29,opt,name=totalCount,proto3" json:"totalCount,omitempty"`
	ClientGiftSource uint32   `protobuf:"varint,30,opt,name=clientGiftSource,proto3" json:"clientGiftSource,omitempty"`
	// AnchorGiftData anchorGift = 31;
	ToUserIdsList       []uint64 `protobuf:"varint,32,rep,packed,name=toUserIdsList,proto3" json:"toUserIdsList,omitempty"`
	SendTime            uint64   `protobuf:"varint,33,opt,name=sendTime,proto3" json:"sendTime,omitempty"`
	ForceDisplayEffects uint64   `protobuf:"varint,34,opt,name=forceDisplayEffects,proto3" json:"forceDisplayEffects,omitempty"`
	TraceId             string   `protobuf:"bytes,35,opt,name=traceId,proto3" json:"traceId,omitempty"`
	EffectDisplayTs     uint64   `protobuf:"varint,36,opt,name=effectDisplayTs,proto3" json:"effectDisplayTs,omitempty"`
	// contains filtered or unexported fields
}

礼物消息

func (*GiftMessage) Descriptor deprecated

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

Deprecated: Use GiftMessage.ProtoReflect.Descriptor instead.

func (*GiftMessage) GetBannedDisplayEffects

func (x *GiftMessage) GetBannedDisplayEffects() uint64

func (*GiftMessage) GetClientGiftSource

func (x *GiftMessage) GetClientGiftSource() uint32

func (*GiftMessage) GetComboCount

func (x *GiftMessage) GetComboCount() uint64

func (*GiftMessage) GetCommon

func (x *GiftMessage) GetCommon() *Common

func (*GiftMessage) GetDisplayForSelf

func (x *GiftMessage) GetDisplayForSelf() bool

func (*GiftMessage) GetDiyItemInfo

func (x *GiftMessage) GetDiyItemInfo() string

func (*GiftMessage) GetEffectDisplayTs

func (x *GiftMessage) GetEffectDisplayTs() uint64

func (*GiftMessage) GetFanTicketCount

func (x *GiftMessage) GetFanTicketCount() uint64

func (*GiftMessage) GetForceDisplayEffects

func (x *GiftMessage) GetForceDisplayEffects() uint64

func (*GiftMessage) GetGift

func (x *GiftMessage) GetGift() *GiftStruct

func (*GiftMessage) GetGiftId

func (x *GiftMessage) GetGiftId() uint64

func (*GiftMessage) GetGroupCount

func (x *GiftMessage) GetGroupCount() uint64

func (*GiftMessage) GetGroupId

func (x *GiftMessage) GetGroupId() uint64

func (*GiftMessage) GetIncomeTaskgifts

func (x *GiftMessage) GetIncomeTaskgifts() uint64

func (*GiftMessage) GetInteractGiftInfo

func (x *GiftMessage) GetInteractGiftInfo() string

func (*GiftMessage) GetLogId

func (x *GiftMessage) GetLogId() string

func (*GiftMessage) GetMinAssetSetList

func (x *GiftMessage) GetMinAssetSetList() []uint64

func (*GiftMessage) GetPriority

func (x *GiftMessage) GetPriority() *GiftIMPriority

func (*GiftMessage) GetPublicAreaCommon

func (x *GiftMessage) GetPublicAreaCommon() *PublicAreaCommon

func (*GiftMessage) GetRepeatCount

func (x *GiftMessage) GetRepeatCount() uint64

func (*GiftMessage) GetRepeatEnd

func (x *GiftMessage) GetRepeatEnd() uint32

func (*GiftMessage) GetRoomFanTicketCount

func (x *GiftMessage) GetRoomFanTicketCount() uint64

func (*GiftMessage) GetSendTime

func (x *GiftMessage) GetSendTime() uint64

func (*GiftMessage) GetSendType

func (x *GiftMessage) GetSendType() uint64

func (*GiftMessage) GetTextEffect

func (x *GiftMessage) GetTextEffect() *TextEffect

func (*GiftMessage) GetToUser

func (x *GiftMessage) GetToUser() *User

func (*GiftMessage) GetToUserIdsList

func (x *GiftMessage) GetToUserIdsList() []uint64

func (*GiftMessage) GetTotalCount

func (x *GiftMessage) GetTotalCount() uint64

func (*GiftMessage) GetTraceId

func (x *GiftMessage) GetTraceId() string

func (*GiftMessage) GetTrayDisplayText

func (x *GiftMessage) GetTrayDisplayText() *Text

func (*GiftMessage) GetUser

func (x *GiftMessage) GetUser() *User

func (*GiftMessage) ProtoMessage

func (*GiftMessage) ProtoMessage()

func (*GiftMessage) ProtoReflect

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

func (*GiftMessage) Reset

func (x *GiftMessage) Reset()

func (*GiftMessage) String

func (x *GiftMessage) String() string

type GiftStruct

type GiftStruct struct {
	Image    *Image `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Describe string `protobuf:"bytes,2,opt,name=describe,proto3" json:"describe,omitempty"`
	Notify   bool   `protobuf:"varint,3,opt,name=notify,proto3" json:"notify,omitempty"`
	Duration uint64 `protobuf:"varint,4,opt,name=duration,proto3" json:"duration,omitempty"`
	Id       uint64 `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"`
	// GiftStructFansClubInfo fansclubInfo = 6;
	ForLinkmic         bool   `protobuf:"varint,7,opt,name=forLinkmic,proto3" json:"forLinkmic,omitempty"`
	Doodle             bool   `protobuf:"varint,8,opt,name=doodle,proto3" json:"doodle,omitempty"`
	ForFansclub        bool   `protobuf:"varint,9,opt,name=forFansclub,proto3" json:"forFansclub,omitempty"`
	Combo              bool   `protobuf:"varint,10,opt,name=combo,proto3" json:"combo,omitempty"`
	Type               uint32 `protobuf:"varint,11,opt,name=type,proto3" json:"type,omitempty"`
	DiamondCount       uint32 `protobuf:"varint,12,opt,name=diamondCount,proto3" json:"diamondCount,omitempty"`
	IsDisplayedOnPanel bool   `protobuf:"varint,13,opt,name=isDisplayedOnPanel,proto3" json:"isDisplayedOnPanel,omitempty"`
	PrimaryEffectId    uint64 `protobuf:"varint,14,opt,name=primaryEffectId,proto3" json:"primaryEffectId,omitempty"`
	GiftLabelIcon      *Image `protobuf:"bytes,15,opt,name=giftLabelIcon,proto3" json:"giftLabelIcon,omitempty"`
	Name               string `protobuf:"bytes,16,opt,name=name,proto3" json:"name,omitempty"`
	Region             string `protobuf:"bytes,17,opt,name=region,proto3" json:"region,omitempty"`
	Manual             string `protobuf:"bytes,18,opt,name=manual,proto3" json:"manual,omitempty"`
	ForCustom          bool   `protobuf:"varint,19,opt,name=forCustom,proto3" json:"forCustom,omitempty"`
	// specialEffectsMap = 20;
	Icon       *Image `protobuf:"bytes,21,opt,name=icon,proto3" json:"icon,omitempty"`
	ActionType uint32 `protobuf:"varint,22,opt,name=actionType,proto3" json:"actionType,omitempty"` // fixme 后面的就不写了还有几十个属性
	// contains filtered or unexported fields
}

func (*GiftStruct) Descriptor deprecated

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

Deprecated: Use GiftStruct.ProtoReflect.Descriptor instead.

func (*GiftStruct) GetActionType

func (x *GiftStruct) GetActionType() uint32

func (*GiftStruct) GetCombo

func (x *GiftStruct) GetCombo() bool

func (*GiftStruct) GetDescribe

func (x *GiftStruct) GetDescribe() string

func (*GiftStruct) GetDiamondCount

func (x *GiftStruct) GetDiamondCount() uint32

func (*GiftStruct) GetDoodle

func (x *GiftStruct) GetDoodle() bool

func (*GiftStruct) GetDuration

func (x *GiftStruct) GetDuration() uint64

func (*GiftStruct) GetForCustom

func (x *GiftStruct) GetForCustom() bool

func (*GiftStruct) GetForFansclub

func (x *GiftStruct) GetForFansclub() bool

func (*GiftStruct) GetForLinkmic

func (x *GiftStruct) GetForLinkmic() bool

func (*GiftStruct) GetGiftLabelIcon

func (x *GiftStruct) GetGiftLabelIcon() *Image

func (*GiftStruct) GetIcon

func (x *GiftStruct) GetIcon() *Image

func (*GiftStruct) GetId

func (x *GiftStruct) GetId() uint64

func (*GiftStruct) GetImage

func (x *GiftStruct) GetImage() *Image

func (*GiftStruct) GetIsDisplayedOnPanel

func (x *GiftStruct) GetIsDisplayedOnPanel() bool

func (*GiftStruct) GetManual

func (x *GiftStruct) GetManual() string

func (*GiftStruct) GetName

func (x *GiftStruct) GetName() string

func (*GiftStruct) GetNotify

func (x *GiftStruct) GetNotify() bool

func (*GiftStruct) GetPrimaryEffectId

func (x *GiftStruct) GetPrimaryEffectId() uint64

func (*GiftStruct) GetRegion

func (x *GiftStruct) GetRegion() string

func (*GiftStruct) GetType

func (x *GiftStruct) GetType() uint32

func (*GiftStruct) ProtoMessage

func (*GiftStruct) ProtoMessage()

func (*GiftStruct) ProtoReflect

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

func (*GiftStruct) Reset

func (x *GiftStruct) Reset()

func (*GiftStruct) String

func (x *GiftStruct) String() string

type HeadersList

type HeadersList struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*HeadersList) Descriptor deprecated

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

Deprecated: Use HeadersList.ProtoReflect.Descriptor instead.

func (*HeadersList) GetKey

func (x *HeadersList) GetKey() string

func (*HeadersList) GetValue

func (x *HeadersList) GetValue() string

func (*HeadersList) ProtoMessage

func (*HeadersList) ProtoMessage()

func (*HeadersList) ProtoReflect

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

func (*HeadersList) Reset

func (x *HeadersList) Reset()

func (*HeadersList) String

func (x *HeadersList) String() string

type Image

type Image struct {
	UrlListList     []string          `protobuf:"bytes,1,rep,name=urlListList,proto3" json:"urlListList,omitempty"`
	Uri             string            `protobuf:"bytes,2,opt,name=uri,proto3" json:"uri,omitempty"`
	Height          uint64            `protobuf:"varint,3,opt,name=height,proto3" json:"height,omitempty"`
	Width           uint64            `protobuf:"varint,4,opt,name=width,proto3" json:"width,omitempty"`
	AvgColor        string            `protobuf:"bytes,5,opt,name=avgColor,proto3" json:"avgColor,omitempty"`
	ImageType       uint32            `protobuf:"varint,6,opt,name=imageType,proto3" json:"imageType,omitempty"`
	OpenWebUrl      string            `protobuf:"bytes,7,opt,name=openWebUrl,proto3" json:"openWebUrl,omitempty"`
	Content         *ImageContent     `protobuf:"bytes,8,opt,name=content,proto3" json:"content,omitempty"`
	IsAnimated      bool              `protobuf:"varint,9,opt,name=isAnimated,proto3" json:"isAnimated,omitempty"`
	FlexSettingList *NinePatchSetting `protobuf:"bytes,10,opt,name=FlexSettingList,proto3" json:"FlexSettingList,omitempty"`
	TextSettingList *NinePatchSetting `protobuf:"bytes,11,opt,name=TextSettingList,proto3" json:"TextSettingList,omitempty"`
	// contains filtered or unexported fields
}

func (*Image) Descriptor deprecated

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

Deprecated: Use Image.ProtoReflect.Descriptor instead.

func (*Image) GetAvgColor

func (x *Image) GetAvgColor() string

func (*Image) GetContent

func (x *Image) GetContent() *ImageContent

func (*Image) GetFlexSettingList

func (x *Image) GetFlexSettingList() *NinePatchSetting

func (*Image) GetHeight

func (x *Image) GetHeight() uint64

func (*Image) GetImageType

func (x *Image) GetImageType() uint32

func (*Image) GetIsAnimated

func (x *Image) GetIsAnimated() bool

func (*Image) GetOpenWebUrl

func (x *Image) GetOpenWebUrl() string

func (*Image) GetTextSettingList

func (x *Image) GetTextSettingList() *NinePatchSetting

func (*Image) GetUri

func (x *Image) GetUri() string

func (*Image) GetUrlListList

func (x *Image) GetUrlListList() []string

func (*Image) GetWidth

func (x *Image) GetWidth() uint64

func (*Image) ProtoMessage

func (*Image) ProtoMessage()

func (*Image) ProtoReflect

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

func (*Image) Reset

func (x *Image) Reset()

func (*Image) String

func (x *Image) String() string

type ImageContent

type ImageContent struct {
	Name            string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	FontColor       string `protobuf:"bytes,2,opt,name=fontColor,proto3" json:"fontColor,omitempty"`
	Level           uint64 `protobuf:"varint,3,opt,name=level,proto3" json:"level,omitempty"`
	AlternativeText string `protobuf:"bytes,4,opt,name=alternativeText,proto3" json:"alternativeText,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageContent) Descriptor deprecated

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

Deprecated: Use ImageContent.ProtoReflect.Descriptor instead.

func (*ImageContent) GetAlternativeText

func (x *ImageContent) GetAlternativeText() string

func (*ImageContent) GetFontColor

func (x *ImageContent) GetFontColor() string

func (*ImageContent) GetLevel

func (x *ImageContent) GetLevel() uint64

func (*ImageContent) GetName

func (x *ImageContent) GetName() string

func (*ImageContent) ProtoMessage

func (*ImageContent) ProtoMessage()

func (*ImageContent) ProtoReflect

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

func (*ImageContent) Reset

func (x *ImageContent) Reset()

func (*ImageContent) String

func (x *ImageContent) String() string

type Kk

type Kk struct {
	K uint32 `protobuf:"varint,14,opt,name=k,proto3" json:"k,omitempty"`
	// contains filtered or unexported fields
}

func (*Kk) Descriptor deprecated

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

Deprecated: Use Kk.ProtoReflect.Descriptor instead.

func (*Kk) GetK

func (x *Kk) GetK() uint32

func (*Kk) ProtoMessage

func (*Kk) ProtoMessage()

func (*Kk) ProtoReflect

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

func (*Kk) Reset

func (x *Kk) Reset()

func (*Kk) String

func (x *Kk) String() string

type LandscapeAreaCommon

type LandscapeAreaCommon struct {
	ShowHead            bool             `protobuf:"varint,1,opt,name=showHead,proto3" json:"showHead,omitempty"`
	ShowNickname        bool             `protobuf:"varint,2,opt,name=showNickname,proto3" json:"showNickname,omitempty"`
	ShowFontColor       bool             `protobuf:"varint,3,opt,name=showFontColor,proto3" json:"showFontColor,omitempty"`
	ColorValueList      []string         `protobuf:"bytes,4,rep,name=colorValueList,proto3" json:"colorValueList,omitempty"`
	CommentTypeTagsList []CommentTypeTag `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LandscapeAreaCommon) Descriptor deprecated

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

Deprecated: Use LandscapeAreaCommon.ProtoReflect.Descriptor instead.

func (*LandscapeAreaCommon) GetColorValueList

func (x *LandscapeAreaCommon) GetColorValueList() []string

func (*LandscapeAreaCommon) GetCommentTypeTagsList

func (x *LandscapeAreaCommon) GetCommentTypeTagsList() []CommentTypeTag

func (*LandscapeAreaCommon) GetShowFontColor

func (x *LandscapeAreaCommon) GetShowFontColor() bool

func (*LandscapeAreaCommon) GetShowHead

func (x *LandscapeAreaCommon) GetShowHead() bool

func (*LandscapeAreaCommon) GetShowNickname

func (x *LandscapeAreaCommon) GetShowNickname() bool

func (*LandscapeAreaCommon) ProtoMessage

func (*LandscapeAreaCommon) ProtoMessage()

func (*LandscapeAreaCommon) ProtoReflect

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

func (*LandscapeAreaCommon) Reset

func (x *LandscapeAreaCommon) Reset()

func (*LandscapeAreaCommon) String

func (x *LandscapeAreaCommon) String() string

type LikeMessage

type LikeMessage struct {
	Common             *Common             `protobuf:"bytes,1,opt,name=common,proto3" json:"common,omitempty"`
	Count              uint64              `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	Total              uint64              `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	Color              uint64              `protobuf:"varint,4,opt,name=color,proto3" json:"color,omitempty"`
	User               *User               `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`
	Icon               string              `protobuf:"bytes,6,opt,name=icon,proto3" json:"icon,omitempty"`
	DoubleLikeDetail   *DoubleLikeDetail   `protobuf:"bytes,7,opt,name=doubleLikeDetail,proto3" json:"doubleLikeDetail,omitempty"`
	DisplayControlInfo *DisplayControlInfo `protobuf:"bytes,8,opt,name=displayControlInfo,proto3" json:"displayControlInfo,omitempty"`
	LinkmicGuestUid    uint64              `protobuf:"varint,9,opt,name=linkmicGuestUid,proto3" json:"linkmicGuestUid,omitempty"`
	Scene              string              `protobuf:"bytes,10,opt,name=scene,proto3" json:"scene,omitempty"`
	PicoDisplayInfo    *PicoDisplayInfo    `protobuf:"bytes,11,opt,name=picoDisplayInfo,proto3" json:"picoDisplayInfo,omitempty"`
	// contains filtered or unexported fields
}

点赞

func (*LikeMessage) Descriptor deprecated

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

Deprecated: Use LikeMessage.ProtoReflect.Descriptor instead.

func (*LikeMessage) GetColor

func (x *LikeMessage) GetColor() uint64

func (*LikeMessage) GetCommon

func (x *LikeMessage) GetCommon() *Common

func (*LikeMessage) GetCount

func (x *LikeMessage) GetCount() uint64

func (*LikeMessage) GetDisplayControlInfo

func (x *LikeMessage) GetDisplayControlInfo() *DisplayControlInfo

func (*LikeMessage) GetDoubleLikeDetail

func (x *LikeMessage) GetDoubleLikeDetail() *DoubleLikeDetail

func (*LikeMessage) GetIcon

func (x *LikeMessage) GetIcon() string

func (*LikeMessage) GetLinkmicGuestUid

func (x *LikeMessage) GetLinkmicGuestUid() uint64

func (*LikeMessage) GetPicoDisplayInfo

func (x *LikeMessage) GetPicoDisplayInfo() *PicoDisplayInfo

func (*LikeMessage) GetScene

func (x *LikeMessage) GetScene() string

func (*LikeMessage) GetTotal

func (x *LikeMessage) GetTotal() uint64

func (*LikeMessage) GetUser

func (x *LikeMessage) GetUser() *User

func (*LikeMessage) ProtoMessage

func (*LikeMessage) ProtoMessage()

func (*LikeMessage) ProtoReflect

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

func (*LikeMessage) Reset

func (x *LikeMessage) Reset()

func (*LikeMessage) String

func (x *LikeMessage) String() string

type MatchAgainstScoreMessage

type MatchAgainstScoreMessage struct {
	Common        *Common  `protobuf:"bytes,1,opt,name=common,proto3" json:"common,omitempty"`
	Against       *Against `protobuf:"bytes,2,opt,name=against,proto3" json:"against,omitempty"`
	MatchStatus   uint32   `protobuf:"varint,3,opt,name=matchStatus,proto3" json:"matchStatus,omitempty"`
	DisplayStatus uint32   `protobuf:"varint,4,opt,name=displayStatus,proto3" json:"displayStatus,omitempty"`
	// contains filtered or unexported fields
}

func (*MatchAgainstScoreMessage) Descriptor deprecated

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

Deprecated: Use MatchAgainstScoreMessage.ProtoReflect.Descriptor instead.

func (*MatchAgainstScoreMessage) GetAgainst

func (x *MatchAgainstScoreMessage) GetAgainst() *Against

func (*MatchAgainstScoreMessage) GetCommon

func (x *MatchAgainstScoreMessage) GetCommon() *Common

func (*MatchAgainstScoreMessage) GetDisplayStatus

func (x *MatchAgainstScoreMessage) GetDisplayStatus() uint32

func (*MatchAgainstScoreMessage) GetMatchStatus

func (x *MatchAgainstScoreMessage) GetMatchStatus() uint32

func (*MatchAgainstScoreMessage) ProtoMessage

func (*MatchAgainstScoreMessage) ProtoMessage()

func (*MatchAgainstScoreMessage) ProtoReflect

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

func (*MatchAgainstScoreMessage) Reset

func (x *MatchAgainstScoreMessage) Reset()

func (*MatchAgainstScoreMessage) String

func (x *MatchAgainstScoreMessage) String() string

type MemberMessage

type MemberMessage struct {
	Common             *Common           `protobuf:"bytes,1,opt,name=common,proto3" json:"common,omitempty"`
	User               *User             `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	MemberCount        uint64            `protobuf:"varint,3,opt,name=memberCount,proto3" json:"memberCount,omitempty"`
	Operator           *User             `protobuf:"bytes,4,opt,name=operator,proto3" json:"operator,omitempty"`
	IsSetToAdmin       bool              `protobuf:"varint,5,opt,name=isSetToAdmin,proto3" json:"isSetToAdmin,omitempty"`
	IsTopUser          bool              `protobuf:"varint,6,opt,name=isTopUser,proto3" json:"isTopUser,omitempty"`
	RankScore          uint64            `protobuf:"varint,7,opt,name=rankScore,proto3" json:"rankScore,omitempty"`
	TopUserNo          uint64            `protobuf:"varint,8,opt,name=topUserNo,proto3" json:"topUserNo,omitempty"`
	EnterType          uint64            `protobuf:"varint,9,opt,name=enterType,proto3" json:"enterType,omitempty"`
	Action             uint64            `protobuf:"varint,10,opt,name=action,proto3" json:"action,omitempty"`
	ActionDescription  string            `protobuf:"bytes,11,opt,name=actionDescription,proto3" json:"actionDescription,omitempty"`
	UserId             uint64            `protobuf:"varint,12,opt,name=userId,proto3" json:"userId,omitempty"`
	EffectConfig       *EffectConfig     `protobuf:"bytes,13,opt,name=effectConfig,proto3" json:"effectConfig,omitempty"`
	PopStr             string            `protobuf:"bytes,14,opt,name=popStr,proto3" json:"popStr,omitempty"`
	EnterEffectConfig  *EffectConfig     `protobuf:"bytes,15,opt,name=enterEffectConfig,proto3" json:"enterEffectConfig,omitempty"`
	BackgroundImage    *Image            `protobuf:"bytes,16,opt,name=backgroundImage,proto3" json:"backgroundImage,omitempty"`
	BackgroundImageV2  *Image            `protobuf:"bytes,17,opt,name=backgroundImageV2,proto3" json:"backgroundImageV2,omitempty"`
	AnchorDisplayText  *Text             `protobuf:"bytes,18,opt,name=anchorDisplayText,proto3" json:"anchorDisplayText,omitempty"`
	PublicAreaCommon   *PublicAreaCommon `protobuf:"bytes,19,opt,name=publicAreaCommon,proto3" json:"publicAreaCommon,omitempty"`
	UserEnterTipType   uint64            `protobuf:"varint,20,opt,name=userEnterTipType,proto3" json:"userEnterTipType,omitempty"`
	AnchorEnterTipType uint64            `protobuf:"varint,21,opt,name=anchorEnterTipType,proto3" json:"anchorEnterTipType,omitempty"`
	// contains filtered or unexported fields
}

成员消息

func (*MemberMessage) Descriptor deprecated

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

Deprecated: Use MemberMessage.ProtoReflect.Descriptor instead.

func (*MemberMessage) GetAction

func (x *MemberMessage) GetAction() uint64

func (*MemberMessage) GetActionDescription

func (x *MemberMessage) GetActionDescription() string

func (*MemberMessage) GetAnchorDisplayText

func (x *MemberMessage) GetAnchorDisplayText() *Text

func (*MemberMessage) GetAnchorEnterTipType

func (x *MemberMessage) GetAnchorEnterTipType() uint64

func (*MemberMessage) GetBackgroundImage

func (x *MemberMessage) GetBackgroundImage() *Image

func (*MemberMessage) GetBackgroundImageV2

func (x *MemberMessage) GetBackgroundImageV2() *Image

func (*MemberMessage) GetCommon

func (x *MemberMessage) GetCommon() *Common

func (*MemberMessage) GetEffectConfig

func (x *MemberMessage) GetEffectConfig() *EffectConfig

func (*MemberMessage) GetEnterEffectConfig

func (x *MemberMessage) GetEnterEffectConfig() *EffectConfig

func (*MemberMessage) GetEnterType

func (x *MemberMessage) GetEnterType() uint64

func (*MemberMessage) GetIsSetToAdmin

func (x *MemberMessage) GetIsSetToAdmin() bool

func (*MemberMessage) GetIsTopUser

func (x *MemberMessage) GetIsTopUser() bool

func (*MemberMessage) GetMemberCount

func (x *MemberMessage) GetMemberCount() uint64

func (*MemberMessage) GetOperator

func (x *MemberMessage) GetOperator() *User

func (*MemberMessage) GetPopStr

func (x *MemberMessage) GetPopStr() string

func (*MemberMessage) GetPublicAreaCommon

func (x *MemberMessage) GetPublicAreaCommon() *PublicAreaCommon

func (*MemberMessage) GetRankScore

func (x *MemberMessage) GetRankScore() uint64

func (*MemberMessage) GetTopUserNo

func (x *MemberMessage) GetTopUserNo() uint64

func (*MemberMessage) GetUser

func (x *MemberMessage) GetUser() *User

func (*MemberMessage) GetUserEnterTipType

func (x *MemberMessage) GetUserEnterTipType() uint64

func (*MemberMessage) GetUserId

func (x *MemberMessage) GetUserId() uint64

func (*MemberMessage) ProtoMessage

func (*MemberMessage) ProtoMessage()

func (*MemberMessage) ProtoReflect

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

func (*MemberMessage) Reset

func (x *MemberMessage) Reset()

func (*MemberMessage) String

func (x *MemberMessage) String() string

type Message

type Message struct {
	Method        string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	Payload       []byte `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	MsgId         int64  `protobuf:"varint,3,opt,name=msgId,proto3" json:"msgId,omitempty"`
	MsgType       int32  `protobuf:"varint,4,opt,name=msgType,proto3" json:"msgType,omitempty"`
	Offset        int64  `protobuf:"varint,5,opt,name=offset,proto3" json:"offset,omitempty"`
	NeedWrdsStore bool   `protobuf:"varint,6,opt,name=needWrdsStore,proto3" json:"needWrdsStore,omitempty"`
	WrdsVersion   int64  `protobuf:"varint,7,opt,name=wrdsVersion,proto3" json:"wrdsVersion,omitempty"`
	WrdsSubKey    string `protobuf:"bytes,8,opt,name=wrdsSubKey,proto3" json:"wrdsSubKey,omitempty"`
	// contains filtered or unexported fields
}

func (*Message) Descriptor deprecated

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

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetMethod

func (x *Message) GetMethod() string

func (*Message) GetMsgId

func (x *Message) GetMsgId() int64

func (*Message) GetMsgType

func (x *Message) GetMsgType() int32

func (*Message) GetNeedWrdsStore

func (x *Message) GetNeedWrdsStore() bool

func (*Message) GetOffset

func (x *Message) GetOffset() int64

func (*Message) GetPayload

func (x *Message) GetPayload() []byte

func (*Message) GetWrdsSubKey

func (x *Message) GetWrdsSubKey() string

func (*Message) GetWrdsVersion

func (x *Message) GetWrdsVersion() int64

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 NinePatchSetting

type NinePatchSetting struct {
	SettingListList []string `protobuf:"bytes,1,rep,name=settingListList,proto3" json:"settingListList,omitempty"`
	// contains filtered or unexported fields
}

func (*NinePatchSetting) Descriptor deprecated

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

Deprecated: Use NinePatchSetting.ProtoReflect.Descriptor instead.

func (*NinePatchSetting) GetSettingListList

func (x *NinePatchSetting) GetSettingListList() []string

func (*NinePatchSetting) ProtoMessage

func (*NinePatchSetting) ProtoMessage()

func (*NinePatchSetting) ProtoReflect

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

func (*NinePatchSetting) Reset

func (x *NinePatchSetting) Reset()

func (*NinePatchSetting) String

func (x *NinePatchSetting) String() string

type PatternRef

type PatternRef struct {
	Key            string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	DefaultPattern string `protobuf:"bytes,2,opt,name=defaultPattern,proto3" json:"defaultPattern,omitempty"`
	// contains filtered or unexported fields
}

func (*PatternRef) Descriptor deprecated

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

Deprecated: Use PatternRef.ProtoReflect.Descriptor instead.

func (*PatternRef) GetDefaultPattern

func (x *PatternRef) GetDefaultPattern() string

func (*PatternRef) GetKey

func (x *PatternRef) GetKey() string

func (*PatternRef) ProtoMessage

func (*PatternRef) ProtoMessage()

func (*PatternRef) ProtoReflect

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

func (*PatternRef) Reset

func (x *PatternRef) Reset()

func (*PatternRef) String

func (x *PatternRef) String() string

type PicoDisplayInfo

type PicoDisplayInfo struct {
	ComboSumCount uint64 `protobuf:"varint,1,opt,name=comboSumCount,proto3" json:"comboSumCount,omitempty"`
	Emoji         string `protobuf:"bytes,2,opt,name=emoji,proto3" json:"emoji,omitempty"`
	EmojiIcon     *Image `protobuf:"bytes,3,opt,name=emojiIcon,proto3" json:"emojiIcon,omitempty"`
	EmojiText     string `protobuf:"bytes,4,opt,name=emojiText,proto3" json:"emojiText,omitempty"`
	// contains filtered or unexported fields
}

func (*PicoDisplayInfo) Descriptor deprecated

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

Deprecated: Use PicoDisplayInfo.ProtoReflect.Descriptor instead.

func (*PicoDisplayInfo) GetComboSumCount

func (x *PicoDisplayInfo) GetComboSumCount() uint64

func (*PicoDisplayInfo) GetEmoji

func (x *PicoDisplayInfo) GetEmoji() string

func (*PicoDisplayInfo) GetEmojiIcon

func (x *PicoDisplayInfo) GetEmojiIcon() *Image

func (*PicoDisplayInfo) GetEmojiText

func (x *PicoDisplayInfo) GetEmojiText() string

func (*PicoDisplayInfo) ProtoMessage

func (*PicoDisplayInfo) ProtoMessage()

func (*PicoDisplayInfo) ProtoReflect

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

func (*PicoDisplayInfo) Reset

func (x *PicoDisplayInfo) Reset()

func (*PicoDisplayInfo) String

func (x *PicoDisplayInfo) String() string

type PreMessage

type PreMessage struct {
	Cmd             uint32           `protobuf:"varint,1,opt,name=cmd,proto3" json:"cmd,omitempty"`
	SequenceId      uint32           `protobuf:"varint,2,opt,name=sequenceId,proto3" json:"sequenceId,omitempty"`
	SdkVersion      string           `protobuf:"bytes,3,opt,name=sdkVersion,proto3" json:"sdkVersion,omitempty"`
	Token           string           `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	Refer           uint32           `protobuf:"varint,5,opt,name=refer,proto3" json:"refer,omitempty"`
	InboxType       uint32           `protobuf:"varint,6,opt,name=inboxType,proto3" json:"inboxType,omitempty"`
	BuildNumber     string           `protobuf:"bytes,7,opt,name=buildNumber,proto3" json:"buildNumber,omitempty"`
	SendMessageBody *SendMessageBody `protobuf:"bytes,8,opt,name=sendMessageBody,proto3" json:"sendMessageBody,omitempty"`
	// 字段名待定
	Aa             string         `protobuf:"bytes,9,opt,name=aa,proto3" json:"aa,omitempty"`
	DevicePlatform string         `protobuf:"bytes,11,opt,name=devicePlatform,proto3" json:"devicePlatform,omitempty"`
	Headers        []*HeadersList `protobuf:"bytes,15,rep,name=headers,proto3" json:"headers,omitempty"`
	AuthType       uint32         `protobuf:"varint,18,opt,name=authType,proto3" json:"authType,omitempty"`
	Biz            string         `protobuf:"bytes,21,opt,name=biz,proto3" json:"biz,omitempty"`
	Access         string         `protobuf:"bytes,22,opt,name=access,proto3" json:"access,omitempty"`
	// contains filtered or unexported fields
}

func (*PreMessage) Descriptor deprecated

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

Deprecated: Use PreMessage.ProtoReflect.Descriptor instead.

func (*PreMessage) GetAa

func (x *PreMessage) GetAa() string

func (*PreMessage) GetAccess

func (x *PreMessage) GetAccess() string

func (*PreMessage) GetAuthType

func (x *PreMessage) GetAuthType() uint32

func (*PreMessage) GetBiz

func (x *PreMessage) GetBiz() string

func (*PreMessage) GetBuildNumber

func (x *PreMessage) GetBuildNumber() string

func (*PreMessage) GetCmd

func (x *PreMessage) GetCmd() uint32

func (*PreMessage) GetDevicePlatform

func (x *PreMessage) GetDevicePlatform() string

func (*PreMessage) GetHeaders

func (x *PreMessage) GetHeaders() []*HeadersList

func (*PreMessage) GetInboxType

func (x *PreMessage) GetInboxType() uint32

func (*PreMessage) GetRefer

func (x *PreMessage) GetRefer() uint32

func (*PreMessage) GetSdkVersion

func (x *PreMessage) GetSdkVersion() string

func (*PreMessage) GetSendMessageBody

func (x *PreMessage) GetSendMessageBody() *SendMessageBody

func (*PreMessage) GetSequenceId

func (x *PreMessage) GetSequenceId() uint32

func (*PreMessage) GetToken

func (x *PreMessage) GetToken() string

func (*PreMessage) ProtoMessage

func (*PreMessage) ProtoMessage()

func (*PreMessage) ProtoReflect

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

func (*PreMessage) Reset

func (x *PreMessage) Reset()

func (*PreMessage) String

func (x *PreMessage) String() string

type PublicAreaCommon

type PublicAreaCommon struct {
	UserLabel             *Image `protobuf:"bytes,1,opt,name=userLabel,proto3" json:"userLabel,omitempty"`
	UserConsumeInRoom     uint64 `protobuf:"varint,2,opt,name=userConsumeInRoom,proto3" json:"userConsumeInRoom,omitempty"`
	UserSendGiftCntInRoom uint64 `protobuf:"varint,3,opt,name=userSendGiftCntInRoom,proto3" json:"userSendGiftCntInRoom,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicAreaCommon) Descriptor deprecated

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

Deprecated: Use PublicAreaCommon.ProtoReflect.Descriptor instead.

func (*PublicAreaCommon) GetUserConsumeInRoom

func (x *PublicAreaCommon) GetUserConsumeInRoom() uint64

func (*PublicAreaCommon) GetUserLabel

func (x *PublicAreaCommon) GetUserLabel() *Image

func (*PublicAreaCommon) GetUserSendGiftCntInRoom

func (x *PublicAreaCommon) GetUserSendGiftCntInRoom() uint64

func (*PublicAreaCommon) ProtoMessage

func (*PublicAreaCommon) ProtoMessage()

func (*PublicAreaCommon) ProtoReflect

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

func (*PublicAreaCommon) Reset

func (x *PublicAreaCommon) Reset()

func (*PublicAreaCommon) String

func (x *PublicAreaCommon) String() string

type PushFrame

type PushFrame struct {
	SeqId           uint64         `protobuf:"varint,1,opt,name=seqId,proto3" json:"seqId,omitempty"`
	LogId           uint64         `protobuf:"varint,2,opt,name=logId,proto3" json:"logId,omitempty"`
	Service         uint64         `protobuf:"varint,3,opt,name=service,proto3" json:"service,omitempty"`
	Method          uint64         `protobuf:"varint,4,opt,name=method,proto3" json:"method,omitempty"`
	HeadersList     []*HeadersList `protobuf:"bytes,5,rep,name=headersList,proto3" json:"headersList,omitempty"`
	PayloadEncoding string         `protobuf:"bytes,6,opt,name=payloadEncoding,proto3" json:"payloadEncoding,omitempty"`
	PayloadType     string         `protobuf:"bytes,7,opt,name=payloadType,proto3" json:"payloadType,omitempty"`
	Payload         []byte         `protobuf:"bytes,8,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*PushFrame) Descriptor deprecated

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

Deprecated: Use PushFrame.ProtoReflect.Descriptor instead.

func (*PushFrame) GetHeadersList

func (x *PushFrame) GetHeadersList() []*HeadersList

func (*PushFrame) GetLogId

func (x *PushFrame) GetLogId() uint64

func (*PushFrame) GetMethod

func (x *PushFrame) GetMethod() uint64

func (*PushFrame) GetPayload

func (x *PushFrame) GetPayload() []byte

func (*PushFrame) GetPayloadEncoding

func (x *PushFrame) GetPayloadEncoding() string

func (*PushFrame) GetPayloadType

func (x *PushFrame) GetPayloadType() string

func (*PushFrame) GetSeqId

func (x *PushFrame) GetSeqId() uint64

func (*PushFrame) GetService

func (x *PushFrame) GetService() uint64

func (*PushFrame) ProtoMessage

func (*PushFrame) ProtoMessage()

func (*PushFrame) ProtoReflect

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

func (*PushFrame) Reset

func (x *PushFrame) Reset()

func (*PushFrame) String

func (x *PushFrame) String() string

type Response

type Response struct {
	MessagesList      []*Message        `protobuf:"bytes,1,rep,name=messagesList,proto3" json:"messagesList,omitempty"`
	Cursor            string            `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	FetchInterval     uint64            `protobuf:"varint,3,opt,name=fetchInterval,proto3" json:"fetchInterval,omitempty"`
	Now               uint64            `protobuf:"varint,4,opt,name=now,proto3" json:"now,omitempty"`
	InternalExt       string            `protobuf:"bytes,5,opt,name=internalExt,proto3" json:"internalExt,omitempty"`
	FetchType         uint32            `protobuf:"varint,6,opt,name=fetchType,proto3" json:"fetchType,omitempty"`
	RouteParams       map[string]string `` /* 163-byte string literal not displayed */
	HeartbeatDuration uint64            `protobuf:"varint,8,opt,name=heartbeatDuration,proto3" json:"heartbeatDuration,omitempty"`
	NeedAck           bool              `protobuf:"varint,9,opt,name=needAck,proto3" json:"needAck,omitempty"`
	PushServer        string            `protobuf:"bytes,10,opt,name=pushServer,proto3" json:"pushServer,omitempty"`
	LiveCursor        string            `protobuf:"bytes,11,opt,name=liveCursor,proto3" json:"liveCursor,omitempty"`
	HistoryNoMore     bool              `protobuf:"varint,12,opt,name=historyNoMore,proto3" json:"historyNoMore,omitempty"`
	// contains filtered or unexported fields
}

func (*Response) Descriptor deprecated

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

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetCursor

func (x *Response) GetCursor() string

func (*Response) GetFetchInterval

func (x *Response) GetFetchInterval() uint64

func (*Response) GetFetchType

func (x *Response) GetFetchType() uint32

func (*Response) GetHeartbeatDuration

func (x *Response) GetHeartbeatDuration() uint64

func (*Response) GetHistoryNoMore

func (x *Response) GetHistoryNoMore() bool

func (*Response) GetInternalExt

func (x *Response) GetInternalExt() string

func (*Response) GetLiveCursor

func (x *Response) GetLiveCursor() string

func (*Response) GetMessagesList

func (x *Response) GetMessagesList() []*Message

func (*Response) GetNeedAck

func (x *Response) GetNeedAck() bool

func (*Response) GetNow

func (x *Response) GetNow() uint64

func (*Response) GetPushServer

func (x *Response) GetPushServer() string

func (*Response) GetRouteParams

func (x *Response) GetRouteParams() map[string]string

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect

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

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

type RoomUserSeqMessage

type RoomUserSeqMessage struct {
	Common                  *Common                          `protobuf:"bytes,1,opt,name=common,proto3" json:"common,omitempty"`
	RanksList               []*RoomUserSeqMessageContributor `protobuf:"bytes,2,rep,name=ranksList,proto3" json:"ranksList,omitempty"`
	Total                   int64                            `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	PopStr                  string                           `protobuf:"bytes,4,opt,name=popStr,proto3" json:"popStr,omitempty"`
	SeatsList               []*RoomUserSeqMessageContributor `protobuf:"bytes,5,rep,name=seatsList,proto3" json:"seatsList,omitempty"`
	Popularity              int64                            `protobuf:"varint,6,opt,name=popularity,proto3" json:"popularity,omitempty"`
	TotalUser               int64                            `protobuf:"varint,7,opt,name=totalUser,proto3" json:"totalUser,omitempty"`
	TotalUserStr            string                           `protobuf:"bytes,8,opt,name=totalUserStr,proto3" json:"totalUserStr,omitempty"`
	TotalStr                string                           `protobuf:"bytes,9,opt,name=totalStr,proto3" json:"totalStr,omitempty"`
	OnlineUserForAnchor     string                           `protobuf:"bytes,10,opt,name=onlineUserForAnchor,proto3" json:"onlineUserForAnchor,omitempty"`
	TotalPvForAnchor        string                           `protobuf:"bytes,11,opt,name=totalPvForAnchor,proto3" json:"totalPvForAnchor,omitempty"`
	UpRightStatsStr         string                           `protobuf:"bytes,12,opt,name=upRightStatsStr,proto3" json:"upRightStatsStr,omitempty"`
	UpRightStatsStrComplete string                           `protobuf:"bytes,13,opt,name=upRightStatsStrComplete,proto3" json:"upRightStatsStrComplete,omitempty"`
	// contains filtered or unexported fields
}

func (*RoomUserSeqMessage) Descriptor deprecated

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

Deprecated: Use RoomUserSeqMessage.ProtoReflect.Descriptor instead.

func (*RoomUserSeqMessage) GetCommon

func (x *RoomUserSeqMessage) GetCommon() *Common

func (*RoomUserSeqMessage) GetOnlineUserForAnchor

func (x *RoomUserSeqMessage) GetOnlineUserForAnchor() string

func (*RoomUserSeqMessage) GetPopStr

func (x *RoomUserSeqMessage) GetPopStr() string

func (*RoomUserSeqMessage) GetPopularity

func (x *RoomUserSeqMessage) GetPopularity() int64

func (*RoomUserSeqMessage) GetRanksList

func (*RoomUserSeqMessage) GetSeatsList

func (*RoomUserSeqMessage) GetTotal

func (x *RoomUserSeqMessage) GetTotal() int64

func (*RoomUserSeqMessage) GetTotalPvForAnchor

func (x *RoomUserSeqMessage) GetTotalPvForAnchor() string

func (*RoomUserSeqMessage) GetTotalStr

func (x *RoomUserSeqMessage) GetTotalStr() string

func (*RoomUserSeqMessage) GetTotalUser

func (x *RoomUserSeqMessage) GetTotalUser() int64

func (*RoomUserSeqMessage) GetTotalUserStr

func (x *RoomUserSeqMessage) GetTotalUserStr() string

func (*RoomUserSeqMessage) GetUpRightStatsStr

func (x *RoomUserSeqMessage) GetUpRightStatsStr() string

func (*RoomUserSeqMessage) GetUpRightStatsStrComplete

func (x *RoomUserSeqMessage) GetUpRightStatsStrComplete() string

func (*RoomUserSeqMessage) ProtoMessage

func (*RoomUserSeqMessage) ProtoMessage()

func (*RoomUserSeqMessage) ProtoReflect

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

func (*RoomUserSeqMessage) Reset

func (x *RoomUserSeqMessage) Reset()

func (*RoomUserSeqMessage) String

func (x *RoomUserSeqMessage) String() string

type RoomUserSeqMessageContributor

type RoomUserSeqMessageContributor struct {
	Score            uint64 `protobuf:"varint,1,opt,name=score,proto3" json:"score,omitempty"`
	User             *User  `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Rank             uint64 `protobuf:"varint,3,opt,name=rank,proto3" json:"rank,omitempty"`
	Delta            uint64 `protobuf:"varint,4,opt,name=delta,proto3" json:"delta,omitempty"`
	IsHidden         bool   `protobuf:"varint,5,opt,name=isHidden,proto3" json:"isHidden,omitempty"`
	ScoreDescription string `protobuf:"bytes,6,opt,name=scoreDescription,proto3" json:"scoreDescription,omitempty"`
	ExactlyScore     string `protobuf:"bytes,7,opt,name=exactlyScore,proto3" json:"exactlyScore,omitempty"`
	// contains filtered or unexported fields
}

func (*RoomUserSeqMessageContributor) Descriptor deprecated

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

Deprecated: Use RoomUserSeqMessageContributor.ProtoReflect.Descriptor instead.

func (*RoomUserSeqMessageContributor) GetDelta

func (x *RoomUserSeqMessageContributor) GetDelta() uint64

func (*RoomUserSeqMessageContributor) GetExactlyScore

func (x *RoomUserSeqMessageContributor) GetExactlyScore() string

func (*RoomUserSeqMessageContributor) GetIsHidden

func (x *RoomUserSeqMessageContributor) GetIsHidden() bool

func (*RoomUserSeqMessageContributor) GetRank

func (*RoomUserSeqMessageContributor) GetScore

func (x *RoomUserSeqMessageContributor) GetScore() uint64

func (*RoomUserSeqMessageContributor) GetScoreDescription

func (x *RoomUserSeqMessageContributor) GetScoreDescription() string

func (*RoomUserSeqMessageContributor) GetUser

func (x *RoomUserSeqMessageContributor) GetUser() *User

func (*RoomUserSeqMessageContributor) ProtoMessage

func (*RoomUserSeqMessageContributor) ProtoMessage()

func (*RoomUserSeqMessageContributor) ProtoReflect

func (*RoomUserSeqMessageContributor) Reset

func (x *RoomUserSeqMessageContributor) Reset()

func (*RoomUserSeqMessageContributor) String

type Rsp

type Rsp struct {
	A int32  `protobuf:"varint,1,opt,name=a,proto3" json:"a,omitempty"`
	B int32  `protobuf:"varint,2,opt,name=b,proto3" json:"b,omitempty"`
	C int32  `protobuf:"varint,3,opt,name=c,proto3" json:"c,omitempty"`
	D string `protobuf:"bytes,4,opt,name=d,proto3" json:"d,omitempty"`
	E int32  `protobuf:"varint,5,opt,name=e,proto3" json:"e,omitempty"`
	F *Rsp_F `protobuf:"bytes,6,opt,name=f,proto3" json:"f,omitempty"`
	G string `protobuf:"bytes,7,opt,name=g,proto3" json:"g,omitempty"`
	H uint64 `protobuf:"varint,10,opt,name=h,proto3" json:"h,omitempty"`
	I uint64 `protobuf:"varint,11,opt,name=i,proto3" json:"i,omitempty"`
	J uint64 `protobuf:"varint,13,opt,name=j,proto3" json:"j,omitempty"`
	// contains filtered or unexported fields
}

func (*Rsp) Descriptor deprecated

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

Deprecated: Use Rsp.ProtoReflect.Descriptor instead.

func (*Rsp) GetA

func (x *Rsp) GetA() int32

func (*Rsp) GetB

func (x *Rsp) GetB() int32

func (*Rsp) GetC

func (x *Rsp) GetC() int32

func (*Rsp) GetD

func (x *Rsp) GetD() string

func (*Rsp) GetE

func (x *Rsp) GetE() int32

func (*Rsp) GetF

func (x *Rsp) GetF() *Rsp_F

func (*Rsp) GetG

func (x *Rsp) GetG() string

func (*Rsp) GetH

func (x *Rsp) GetH() uint64

func (*Rsp) GetI

func (x *Rsp) GetI() uint64

func (*Rsp) GetJ

func (x *Rsp) GetJ() uint64

func (*Rsp) ProtoMessage

func (*Rsp) ProtoMessage()

func (*Rsp) ProtoReflect

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

func (*Rsp) Reset

func (x *Rsp) Reset()

func (*Rsp) String

func (x *Rsp) String() string

type Rsp_F

type Rsp_F struct {
	Q1 uint64 `protobuf:"varint,1,opt,name=q1,proto3" json:"q1,omitempty"`
	Q3 uint64 `protobuf:"varint,3,opt,name=q3,proto3" json:"q3,omitempty"`
	Q4 string `protobuf:"bytes,4,opt,name=q4,proto3" json:"q4,omitempty"`
	Q5 uint64 `protobuf:"varint,5,opt,name=q5,proto3" json:"q5,omitempty"`
	// contains filtered or unexported fields
}

func (*Rsp_F) Descriptor deprecated

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

Deprecated: Use Rsp_F.ProtoReflect.Descriptor instead.

func (*Rsp_F) GetQ1

func (x *Rsp_F) GetQ1() uint64

func (*Rsp_F) GetQ3

func (x *Rsp_F) GetQ3() uint64

func (*Rsp_F) GetQ4

func (x *Rsp_F) GetQ4() string

func (*Rsp_F) GetQ5

func (x *Rsp_F) GetQ5() uint64

func (*Rsp_F) ProtoMessage

func (*Rsp_F) ProtoMessage()

func (*Rsp_F) ProtoReflect

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

func (*Rsp_F) Reset

func (x *Rsp_F) Reset()

func (*Rsp_F) String

func (x *Rsp_F) String() string

type SendMessageBody

type SendMessageBody struct {
	ConversationId      string     `protobuf:"bytes,1,opt,name=conversationId,proto3" json:"conversationId,omitempty"`
	ConversationType    uint32     `protobuf:"varint,2,opt,name=conversationType,proto3" json:"conversationType,omitempty"`
	ConversationShortId uint64     `protobuf:"varint,3,opt,name=conversationShortId,proto3" json:"conversationShortId,omitempty"`
	Content             string     `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	Ext                 []*ExtList `protobuf:"bytes,5,rep,name=ext,proto3" json:"ext,omitempty"`
	MessageType         uint32     `protobuf:"varint,6,opt,name=messageType,proto3" json:"messageType,omitempty"`
	Ticket              string     `protobuf:"bytes,7,opt,name=ticket,proto3" json:"ticket,omitempty"`
	ClientMessageId     string     `protobuf:"bytes,8,opt,name=clientMessageId,proto3" json:"clientMessageId,omitempty"`
	// contains filtered or unexported fields
}

func (*SendMessageBody) Descriptor deprecated

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

Deprecated: Use SendMessageBody.ProtoReflect.Descriptor instead.

func (*SendMessageBody) GetClientMessageId

func (x *SendMessageBody) GetClientMessageId() string

func (*SendMessageBody) GetContent

func (x *SendMessageBody) GetContent() string

func (*SendMessageBody) GetConversationId

func (x *SendMessageBody) GetConversationId() string

func (*SendMessageBody) GetConversationShortId

func (x *SendMessageBody) GetConversationShortId() uint64

func (*SendMessageBody) GetConversationType

func (x *SendMessageBody) GetConversationType() uint32

func (*SendMessageBody) GetExt

func (x *SendMessageBody) GetExt() []*ExtList

func (*SendMessageBody) GetMessageType

func (x *SendMessageBody) GetMessageType() uint32

func (*SendMessageBody) GetTicket

func (x *SendMessageBody) GetTicket() string

func (*SendMessageBody) ProtoMessage

func (*SendMessageBody) ProtoMessage()

func (*SendMessageBody) ProtoReflect

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

func (*SendMessageBody) Reset

func (x *SendMessageBody) Reset()

func (*SendMessageBody) String

func (x *SendMessageBody) String() string

type SocialMessage

type SocialMessage struct {
	Common           *Common           `protobuf:"bytes,1,opt,name=common,proto3" json:"common,omitempty"`
	User             *User             `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	ShareType        uint64            `protobuf:"varint,3,opt,name=shareType,proto3" json:"shareType,omitempty"`
	Action           uint64            `protobuf:"varint,4,opt,name=action,proto3" json:"action,omitempty"`
	ShareTarget      string            `protobuf:"bytes,5,opt,name=shareTarget,proto3" json:"shareTarget,omitempty"`
	FollowCount      uint64            `protobuf:"varint,6,opt,name=followCount,proto3" json:"followCount,omitempty"`
	PublicAreaCommon *PublicAreaCommon `protobuf:"bytes,7,opt,name=publicAreaCommon,proto3" json:"publicAreaCommon,omitempty"`
	// contains filtered or unexported fields
}

func (*SocialMessage) Descriptor deprecated

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

Deprecated: Use SocialMessage.ProtoReflect.Descriptor instead.

func (*SocialMessage) GetAction

func (x *SocialMessage) GetAction() uint64

func (*SocialMessage) GetCommon

func (x *SocialMessage) GetCommon() *Common

func (*SocialMessage) GetFollowCount

func (x *SocialMessage) GetFollowCount() uint64

func (*SocialMessage) GetPublicAreaCommon

func (x *SocialMessage) GetPublicAreaCommon() *PublicAreaCommon

func (*SocialMessage) GetShareTarget

func (x *SocialMessage) GetShareTarget() string

func (*SocialMessage) GetShareType

func (x *SocialMessage) GetShareType() uint64

func (*SocialMessage) GetUser

func (x *SocialMessage) GetUser() *User

func (*SocialMessage) ProtoMessage

func (*SocialMessage) ProtoMessage()

func (*SocialMessage) ProtoReflect

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

func (*SocialMessage) Reset

func (x *SocialMessage) Reset()

func (*SocialMessage) String

func (x *SocialMessage) String() string

type Text

type Text struct {
	Key           string       `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	DefaultPatter string       `protobuf:"bytes,2,opt,name=defaultPatter,proto3" json:"defaultPatter,omitempty"`
	DefaultFormat *TextFormat  `protobuf:"bytes,3,opt,name=defaultFormat,proto3" json:"defaultFormat,omitempty"`
	PiecesList    []*TextPiece `protobuf:"bytes,4,rep,name=piecesList,proto3" json:"piecesList,omitempty"`
	// contains filtered or unexported fields
}

func (*Text) Descriptor deprecated

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

Deprecated: Use Text.ProtoReflect.Descriptor instead.

func (*Text) GetDefaultFormat

func (x *Text) GetDefaultFormat() *TextFormat

func (*Text) GetDefaultPatter

func (x *Text) GetDefaultPatter() string

func (*Text) GetKey

func (x *Text) GetKey() string

func (*Text) GetPiecesList

func (x *Text) GetPiecesList() []*TextPiece

func (*Text) ProtoMessage

func (*Text) ProtoMessage()

func (*Text) ProtoReflect

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

func (*Text) Reset

func (x *Text) Reset()

func (*Text) String

func (x *Text) String() string

type TextEffect

type TextEffect struct {
	Portrait  *TextEffectDetail `protobuf:"bytes,1,opt,name=portrait,proto3" json:"portrait,omitempty"`
	Landscape *TextEffectDetail `protobuf:"bytes,2,opt,name=landscape,proto3" json:"landscape,omitempty"`
	// contains filtered or unexported fields
}

func (*TextEffect) Descriptor deprecated

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

Deprecated: Use TextEffect.ProtoReflect.Descriptor instead.

func (*TextEffect) GetLandscape

func (x *TextEffect) GetLandscape() *TextEffectDetail

func (*TextEffect) GetPortrait

func (x *TextEffect) GetPortrait() *TextEffectDetail

func (*TextEffect) ProtoMessage

func (*TextEffect) ProtoMessage()

func (*TextEffect) ProtoReflect

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

func (*TextEffect) Reset

func (x *TextEffect) Reset()

func (*TextEffect) String

func (x *TextEffect) String() string

type TextEffectDetail

type TextEffectDetail struct {
	Text         *Text  `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	TextFontSize uint32 `protobuf:"varint,2,opt,name=textFontSize,proto3" json:"textFontSize,omitempty"`
	Background   *Image `protobuf:"bytes,3,opt,name=background,proto3" json:"background,omitempty"`
	Start        uint32 `protobuf:"varint,4,opt,name=start,proto3" json:"start,omitempty"`
	Duration     uint32 `protobuf:"varint,5,opt,name=duration,proto3" json:"duration,omitempty"`
	X            uint32 `protobuf:"varint,6,opt,name=x,proto3" json:"x,omitempty"`
	Y            uint32 `protobuf:"varint,7,opt,name=y,proto3" json:"y,omitempty"`
	Width        uint32 `protobuf:"varint,8,opt,name=width,proto3" json:"width,omitempty"`
	Height       uint32 `protobuf:"varint,9,opt,name=height,proto3" json:"height,omitempty"`
	ShadowDx     uint32 `protobuf:"varint,10,opt,name=shadowDx,proto3" json:"shadowDx,omitempty"`
	ShadowDy     uint32 `protobuf:"varint,11,opt,name=shadowDy,proto3" json:"shadowDy,omitempty"`
	ShadowRadius uint32 `protobuf:"varint,12,opt,name=shadowRadius,proto3" json:"shadowRadius,omitempty"`
	ShadowColor  string `protobuf:"bytes,13,opt,name=shadowColor,proto3" json:"shadowColor,omitempty"`
	StrokeColor  string `protobuf:"bytes,14,opt,name=strokeColor,proto3" json:"strokeColor,omitempty"`
	StrokeWidth  uint32 `protobuf:"varint,15,opt,name=strokeWidth,proto3" json:"strokeWidth,omitempty"`
	// contains filtered or unexported fields
}

func (*TextEffectDetail) Descriptor deprecated

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

Deprecated: Use TextEffectDetail.ProtoReflect.Descriptor instead.

func (*TextEffectDetail) GetBackground

func (x *TextEffectDetail) GetBackground() *Image

func (*TextEffectDetail) GetDuration

func (x *TextEffectDetail) GetDuration() uint32

func (*TextEffectDetail) GetHeight

func (x *TextEffectDetail) GetHeight() uint32

func (*TextEffectDetail) GetShadowColor

func (x *TextEffectDetail) GetShadowColor() string

func (*TextEffectDetail) GetShadowDx

func (x *TextEffectDetail) GetShadowDx() uint32

func (*TextEffectDetail) GetShadowDy

func (x *TextEffectDetail) GetShadowDy() uint32

func (*TextEffectDetail) GetShadowRadius

func (x *TextEffectDetail) GetShadowRadius() uint32

func (*TextEffectDetail) GetStart

func (x *TextEffectDetail) GetStart() uint32

func (*TextEffectDetail) GetStrokeColor

func (x *TextEffectDetail) GetStrokeColor() string

func (*TextEffectDetail) GetStrokeWidth

func (x *TextEffectDetail) GetStrokeWidth() uint32

func (*TextEffectDetail) GetText

func (x *TextEffectDetail) GetText() *Text

func (*TextEffectDetail) GetTextFontSize

func (x *TextEffectDetail) GetTextFontSize() uint32

func (*TextEffectDetail) GetWidth

func (x *TextEffectDetail) GetWidth() uint32

func (*TextEffectDetail) GetX

func (x *TextEffectDetail) GetX() uint32

func (*TextEffectDetail) GetY

func (x *TextEffectDetail) GetY() uint32

func (*TextEffectDetail) ProtoMessage

func (*TextEffectDetail) ProtoMessage()

func (*TextEffectDetail) ProtoReflect

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

func (*TextEffectDetail) Reset

func (x *TextEffectDetail) Reset()

func (*TextEffectDetail) String

func (x *TextEffectDetail) String() string

type TextFormat

type TextFormat struct {
	Color              string `protobuf:"bytes,1,opt,name=color,proto3" json:"color,omitempty"`
	Bold               bool   `protobuf:"varint,2,opt,name=bold,proto3" json:"bold,omitempty"`
	Italic             bool   `protobuf:"varint,3,opt,name=italic,proto3" json:"italic,omitempty"`
	Weight             uint32 `protobuf:"varint,4,opt,name=weight,proto3" json:"weight,omitempty"`
	ItalicAngle        uint32 `protobuf:"varint,5,opt,name=italicAngle,proto3" json:"italicAngle,omitempty"`
	FontSize           uint32 `protobuf:"varint,6,opt,name=fontSize,proto3" json:"fontSize,omitempty"`
	UseHeighLightColor bool   `protobuf:"varint,7,opt,name=useHeighLightColor,proto3" json:"useHeighLightColor,omitempty"`
	UseRemoteClor      bool   `protobuf:"varint,8,opt,name=useRemoteClor,proto3" json:"useRemoteClor,omitempty"`
	// contains filtered or unexported fields
}

func (*TextFormat) Descriptor deprecated

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

Deprecated: Use TextFormat.ProtoReflect.Descriptor instead.

func (*TextFormat) GetBold

func (x *TextFormat) GetBold() bool

func (*TextFormat) GetColor

func (x *TextFormat) GetColor() string

func (*TextFormat) GetFontSize

func (x *TextFormat) GetFontSize() uint32

func (*TextFormat) GetItalic

func (x *TextFormat) GetItalic() bool

func (*TextFormat) GetItalicAngle

func (x *TextFormat) GetItalicAngle() uint32

func (*TextFormat) GetUseHeighLightColor

func (x *TextFormat) GetUseHeighLightColor() bool

func (*TextFormat) GetUseRemoteClor

func (x *TextFormat) GetUseRemoteClor() bool

func (*TextFormat) GetWeight

func (x *TextFormat) GetWeight() uint32

func (*TextFormat) ProtoMessage

func (*TextFormat) ProtoMessage()

func (*TextFormat) ProtoReflect

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

func (*TextFormat) Reset

func (x *TextFormat) Reset()

func (*TextFormat) String

func (x *TextFormat) String() string

type TextPiece

type TextPiece struct {
	Type            bool                 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Format          *TextFormat          `protobuf:"bytes,2,opt,name=format,proto3" json:"format,omitempty"`
	StringValue     string               `protobuf:"bytes,3,opt,name=stringValue,proto3" json:"stringValue,omitempty"`
	UserValue       *TextPieceUser       `protobuf:"bytes,4,opt,name=userValue,proto3" json:"userValue,omitempty"`
	GiftValue       *TextPieceGift       `protobuf:"bytes,5,opt,name=giftValue,proto3" json:"giftValue,omitempty"`
	HeartValue      *TextPieceHeart      `protobuf:"bytes,6,opt,name=heartValue,proto3" json:"heartValue,omitempty"`
	PatternRefValue *TextPiecePatternRef `protobuf:"bytes,7,opt,name=patternRefValue,proto3" json:"patternRefValue,omitempty"`
	ImageValue      *TextPieceImage      `protobuf:"bytes,8,opt,name=imageValue,proto3" json:"imageValue,omitempty"`
	// contains filtered or unexported fields
}

func (*TextPiece) Descriptor deprecated

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

Deprecated: Use TextPiece.ProtoReflect.Descriptor instead.

func (*TextPiece) GetFormat

func (x *TextPiece) GetFormat() *TextFormat

func (*TextPiece) GetGiftValue

func (x *TextPiece) GetGiftValue() *TextPieceGift

func (*TextPiece) GetHeartValue

func (x *TextPiece) GetHeartValue() *TextPieceHeart

func (*TextPiece) GetImageValue

func (x *TextPiece) GetImageValue() *TextPieceImage

func (*TextPiece) GetPatternRefValue

func (x *TextPiece) GetPatternRefValue() *TextPiecePatternRef

func (*TextPiece) GetStringValue

func (x *TextPiece) GetStringValue() string

func (*TextPiece) GetType

func (x *TextPiece) GetType() bool

func (*TextPiece) GetUserValue

func (x *TextPiece) GetUserValue() *TextPieceUser

func (*TextPiece) ProtoMessage

func (*TextPiece) ProtoMessage()

func (*TextPiece) ProtoReflect

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

func (*TextPiece) Reset

func (x *TextPiece) Reset()

func (*TextPiece) String

func (x *TextPiece) String() string

type TextPieceGift

type TextPieceGift struct {
	GiftId  uint64      `protobuf:"varint,1,opt,name=giftId,proto3" json:"giftId,omitempty"`
	NameRef *PatternRef `protobuf:"bytes,2,opt,name=nameRef,proto3" json:"nameRef,omitempty"`
	// contains filtered or unexported fields
}

func (*TextPieceGift) Descriptor deprecated

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

Deprecated: Use TextPieceGift.ProtoReflect.Descriptor instead.

func (*TextPieceGift) GetGiftId

func (x *TextPieceGift) GetGiftId() uint64

func (*TextPieceGift) GetNameRef

func (x *TextPieceGift) GetNameRef() *PatternRef

func (*TextPieceGift) ProtoMessage

func (*TextPieceGift) ProtoMessage()

func (*TextPieceGift) ProtoReflect

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

func (*TextPieceGift) Reset

func (x *TextPieceGift) Reset()

func (*TextPieceGift) String

func (x *TextPieceGift) String() string

type TextPieceHeart

type TextPieceHeart struct {
	Color string `protobuf:"bytes,1,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*TextPieceHeart) Descriptor deprecated

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

Deprecated: Use TextPieceHeart.ProtoReflect.Descriptor instead.

func (*TextPieceHeart) GetColor

func (x *TextPieceHeart) GetColor() string

func (*TextPieceHeart) ProtoMessage

func (*TextPieceHeart) ProtoMessage()

func (*TextPieceHeart) ProtoReflect

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

func (*TextPieceHeart) Reset

func (x *TextPieceHeart) Reset()

func (*TextPieceHeart) String

func (x *TextPieceHeart) String() string

type TextPieceImage

type TextPieceImage struct {
	Image       *Image  `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	ScalingRate float32 `protobuf:"fixed32,2,opt,name=scalingRate,proto3" json:"scalingRate,omitempty"`
	// contains filtered or unexported fields
}

func (*TextPieceImage) Descriptor deprecated

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

Deprecated: Use TextPieceImage.ProtoReflect.Descriptor instead.

func (*TextPieceImage) GetImage

func (x *TextPieceImage) GetImage() *Image

func (*TextPieceImage) GetScalingRate

func (x *TextPieceImage) GetScalingRate() float32

func (*TextPieceImage) ProtoMessage

func (*TextPieceImage) ProtoMessage()

func (*TextPieceImage) ProtoReflect

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

func (*TextPieceImage) Reset

func (x *TextPieceImage) Reset()

func (*TextPieceImage) String

func (x *TextPieceImage) String() string

type TextPiecePatternRef

type TextPiecePatternRef struct {
	Key            string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	DefaultPattern string `protobuf:"bytes,2,opt,name=defaultPattern,proto3" json:"defaultPattern,omitempty"`
	// contains filtered or unexported fields
}

func (*TextPiecePatternRef) Descriptor deprecated

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

Deprecated: Use TextPiecePatternRef.ProtoReflect.Descriptor instead.

func (*TextPiecePatternRef) GetDefaultPattern

func (x *TextPiecePatternRef) GetDefaultPattern() string

func (*TextPiecePatternRef) GetKey

func (x *TextPiecePatternRef) GetKey() string

func (*TextPiecePatternRef) ProtoMessage

func (*TextPiecePatternRef) ProtoMessage()

func (*TextPiecePatternRef) ProtoReflect

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

func (*TextPiecePatternRef) Reset

func (x *TextPiecePatternRef) Reset()

func (*TextPiecePatternRef) String

func (x *TextPiecePatternRef) String() string

type TextPieceUser

type TextPieceUser struct {
	User      *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	WithColon bool  `protobuf:"varint,2,opt,name=withColon,proto3" json:"withColon,omitempty"`
	// contains filtered or unexported fields
}

func (*TextPieceUser) Descriptor deprecated

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

Deprecated: Use TextPieceUser.ProtoReflect.Descriptor instead.

func (*TextPieceUser) GetUser

func (x *TextPieceUser) GetUser() *User

func (*TextPieceUser) GetWithColon

func (x *TextPieceUser) GetWithColon() bool

func (*TextPieceUser) ProtoMessage

func (*TextPieceUser) ProtoMessage()

func (*TextPieceUser) ProtoReflect

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

func (*TextPieceUser) Reset

func (x *TextPieceUser) Reset()

func (*TextPieceUser) String

func (x *TextPieceUser) String() string

type UpdateFanTicketMessage

type UpdateFanTicketMessage struct {
	Common                 *Common `protobuf:"bytes,1,opt,name=common,proto3" json:"common,omitempty"`
	RoomFanTicketCountText string  `protobuf:"bytes,2,opt,name=roomFanTicketCountText,proto3" json:"roomFanTicketCountText,omitempty"`
	RoomFanTicketCount     uint64  `protobuf:"varint,3,opt,name=roomFanTicketCount,proto3" json:"roomFanTicketCount,omitempty"`
	ForceUpdate            bool    `protobuf:"varint,4,opt,name=forceUpdate,proto3" json:"forceUpdate,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFanTicketMessage) Descriptor deprecated

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

Deprecated: Use UpdateFanTicketMessage.ProtoReflect.Descriptor instead.

func (*UpdateFanTicketMessage) GetCommon

func (x *UpdateFanTicketMessage) GetCommon() *Common

func (*UpdateFanTicketMessage) GetForceUpdate

func (x *UpdateFanTicketMessage) GetForceUpdate() bool

func (*UpdateFanTicketMessage) GetRoomFanTicketCount

func (x *UpdateFanTicketMessage) GetRoomFanTicketCount() uint64

func (*UpdateFanTicketMessage) GetRoomFanTicketCountText

func (x *UpdateFanTicketMessage) GetRoomFanTicketCountText() string

func (*UpdateFanTicketMessage) ProtoMessage

func (*UpdateFanTicketMessage) ProtoMessage()

func (*UpdateFanTicketMessage) ProtoReflect

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

func (*UpdateFanTicketMessage) Reset

func (x *UpdateFanTicketMessage) Reset()

func (*UpdateFanTicketMessage) String

func (x *UpdateFanTicketMessage) String() string

type User

type User struct {
	Id                 uint64      `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ShortId            uint64      `protobuf:"varint,2,opt,name=shortId,proto3" json:"shortId,omitempty"`
	NickName           string      `protobuf:"bytes,3,opt,name=nickName,proto3" json:"nickName,omitempty"`
	Gender             uint32      `protobuf:"varint,4,opt,name=gender,proto3" json:"gender,omitempty"`
	Signature          string      `protobuf:"bytes,5,opt,name=Signature,proto3" json:"Signature,omitempty"`
	Level              uint32      `protobuf:"varint,6,opt,name=Level,proto3" json:"Level,omitempty"`
	Birthday           uint64      `protobuf:"varint,7,opt,name=Birthday,proto3" json:"Birthday,omitempty"`
	Telephone          string      `protobuf:"bytes,8,opt,name=Telephone,proto3" json:"Telephone,omitempty"`
	AvatarThumb        *Image      `protobuf:"bytes,9,opt,name=AvatarThumb,proto3" json:"AvatarThumb,omitempty"`
	AvatarMedium       *Image      `protobuf:"bytes,10,opt,name=AvatarMedium,proto3" json:"AvatarMedium,omitempty"`
	AvatarLarge        *Image      `protobuf:"bytes,11,opt,name=AvatarLarge,proto3" json:"AvatarLarge,omitempty"`
	Verified           bool        `protobuf:"varint,12,opt,name=Verified,proto3" json:"Verified,omitempty"`
	Experience         uint32      `protobuf:"varint,13,opt,name=Experience,proto3" json:"Experience,omitempty"`
	City               string      `protobuf:"bytes,14,opt,name=city,proto3" json:"city,omitempty"`
	Status             int32       `protobuf:"varint,15,opt,name=Status,proto3" json:"Status,omitempty"`
	CreateTime         uint64      `protobuf:"varint,16,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`
	ModifyTime         uint64      `protobuf:"varint,17,opt,name=ModifyTime,proto3" json:"ModifyTime,omitempty"`
	Secret             uint32      `protobuf:"varint,18,opt,name=Secret,proto3" json:"Secret,omitempty"`
	ShareQrcodeUri     string      `protobuf:"bytes,19,opt,name=ShareQrcodeUri,proto3" json:"ShareQrcodeUri,omitempty"`
	IncomeSharePercent uint32      `protobuf:"varint,20,opt,name=IncomeSharePercent,proto3" json:"IncomeSharePercent,omitempty"`
	BadgeImageList     []*Image    `protobuf:"bytes,21,rep,name=BadgeImageList,proto3" json:"BadgeImageList,omitempty"`
	FollowInfo         *FollowInfo `protobuf:"bytes,22,opt,name=FollowInfo,proto3" json:"FollowInfo,omitempty"`
	// PayGrade PayGrade = 23;
	// FansClub FansClub = 24;
	// Border Border = 25;
	SpecialId         string   `protobuf:"bytes,26,opt,name=SpecialId,proto3" json:"SpecialId,omitempty"`
	AvatarBorder      *Image   `protobuf:"bytes,27,opt,name=AvatarBorder,proto3" json:"AvatarBorder,omitempty"`
	Medal             *Image   `protobuf:"bytes,28,opt,name=Medal,proto3" json:"Medal,omitempty"`
	RealTimeIconsList []*Image `protobuf:"bytes,29,rep,name=RealTimeIconsList,proto3" json:"RealTimeIconsList,omitempty"`
	DisplayId         string   `protobuf:"bytes,38,opt,name=displayId,proto3" json:"displayId,omitempty"`
	SecUid            string   `protobuf:"bytes,46,opt,name=secUid,proto3" json:"secUid,omitempty"`
	FanTicketCount    uint64   `protobuf:"varint,1022,opt,name=fanTicketCount,proto3" json:"fanTicketCount,omitempty"`
	IdStr             string   `protobuf:"bytes,1028,opt,name=idStr,proto3" json:"idStr,omitempty"`
	AgeRange          uint32   `protobuf:"varint,1045,opt,name=ageRange,proto3" json:"ageRange,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAgeRange

func (x *User) GetAgeRange() uint32

func (*User) GetAvatarBorder

func (x *User) GetAvatarBorder() *Image

func (*User) GetAvatarLarge

func (x *User) GetAvatarLarge() *Image

func (*User) GetAvatarMedium

func (x *User) GetAvatarMedium() *Image

func (*User) GetAvatarThumb

func (x *User) GetAvatarThumb() *Image

func (*User) GetBadgeImageList

func (x *User) GetBadgeImageList() []*Image

func (*User) GetBirthday

func (x *User) GetBirthday() uint64

func (*User) GetCity

func (x *User) GetCity() string

func (*User) GetCreateTime

func (x *User) GetCreateTime() uint64

func (*User) GetDisplayId

func (x *User) GetDisplayId() string

func (*User) GetExperience

func (x *User) GetExperience() uint32

func (*User) GetFanTicketCount

func (x *User) GetFanTicketCount() uint64

func (*User) GetFollowInfo

func (x *User) GetFollowInfo() *FollowInfo

func (*User) GetGender

func (x *User) GetGender() uint32

func (*User) GetId

func (x *User) GetId() uint64

func (*User) GetIdStr

func (x *User) GetIdStr() string

func (*User) GetIncomeSharePercent

func (x *User) GetIncomeSharePercent() uint32

func (*User) GetLevel

func (x *User) GetLevel() uint32

func (*User) GetMedal

func (x *User) GetMedal() *Image

func (*User) GetModifyTime

func (x *User) GetModifyTime() uint64

func (*User) GetNickName

func (x *User) GetNickName() string

func (*User) GetRealTimeIconsList

func (x *User) GetRealTimeIconsList() []*Image

func (*User) GetSecUid

func (x *User) GetSecUid() string

func (*User) GetSecret

func (x *User) GetSecret() uint32

func (*User) GetShareQrcodeUri

func (x *User) GetShareQrcodeUri() string

func (*User) GetShortId

func (x *User) GetShortId() uint64

func (*User) GetSignature

func (x *User) GetSignature() string

func (*User) GetSpecialId

func (x *User) GetSpecialId() string

func (*User) GetStatus

func (x *User) GetStatus() int32

func (*User) GetTelephone

func (x *User) GetTelephone() string

func (*User) GetVerified

func (x *User) GetVerified() bool

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

Jump to

Keyboard shortcuts

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