gotiktoklive

package
v0.0.0-...-b8ef93c Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2022 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_tiktok_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Gift

type Gift struct {
	Name string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Imgs *GiftImg `protobuf:"bytes,2,opt,name=imgs,proto3" json:"imgs,omitempty"`
	Cost uint64   `protobuf:"varint,3,opt,name=cost,proto3" json:"cost,omitempty"`
	// contains filtered or unexported fields
}

func (*Gift) Descriptor deprecated

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

Deprecated: Use Gift.ProtoReflect.Descriptor instead.

func (*Gift) GetCost

func (x *Gift) GetCost() uint64

func (*Gift) GetImgs

func (x *Gift) GetImgs() *GiftImg

func (*Gift) GetName

func (x *Gift) GetName() string

func (*Gift) ProtoMessage

func (*Gift) ProtoMessage()

func (*Gift) ProtoReflect

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

func (*Gift) Reset

func (x *Gift) Reset()

func (*Gift) String

func (x *Gift) String() string

type GiftImg

type GiftImg struct {
	Urls  []string `protobuf:"bytes,1,rep,name=urls,proto3" json:"urls,omitempty"`
	Color string   `protobuf:"bytes,5,opt,name=color,proto3" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*GiftImg) Descriptor deprecated

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

Deprecated: Use GiftImg.ProtoReflect.Descriptor instead.

func (*GiftImg) GetColor

func (x *GiftImg) GetColor() string

func (*GiftImg) GetUrls

func (x *GiftImg) GetUrls() []string

func (*GiftImg) ProtoMessage

func (*GiftImg) ProtoMessage()

func (*GiftImg) ProtoReflect

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

func (*GiftImg) Reset

func (x *GiftImg) Reset()

func (*GiftImg) String

func (x *GiftImg) String() string

type GiftUpdates

type GiftUpdates struct {
	SomeInt uint64          `protobuf:"varint,1,opt,name=someInt,proto3" json:"someInt,omitempty"`
	Gifts   []*WishListGift `protobuf:"bytes,2,rep,name=gifts,proto3" json:"gifts,omitempty"`
	// causes errors as sometimes the username is a list of ids
	// repeated GiftUser users = 3;
	Count uint64 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
	Msg   string `protobuf:"bytes,5,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*GiftUpdates) Descriptor deprecated

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

Deprecated: Use GiftUpdates.ProtoReflect.Descriptor instead.

func (*GiftUpdates) GetCount

func (x *GiftUpdates) GetCount() uint64

func (*GiftUpdates) GetGifts

func (x *GiftUpdates) GetGifts() []*WishListGift

func (*GiftUpdates) GetMsg

func (x *GiftUpdates) GetMsg() string

func (*GiftUpdates) GetSomeInt

func (x *GiftUpdates) GetSomeInt() uint64

func (*GiftUpdates) ProtoMessage

func (*GiftUpdates) ProtoMessage()

func (*GiftUpdates) ProtoReflect

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

func (*GiftUpdates) Reset

func (x *GiftUpdates) Reset()

func (*GiftUpdates) String

func (x *GiftUpdates) String() string

type GiftUser

type GiftUser struct {
	Id             uint64   `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ProfilePicture []string `protobuf:"bytes,3,rep,name=profilePicture,proto3" json:"profilePicture,omitempty"`
	Username       string   `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	Unknown        uint64   `protobuf:"varint,5,opt,name=unknown,proto3" json:"unknown,omitempty"` // something that relates to the gifts I expect
	// contains filtered or unexported fields
}

func (*GiftUser) Descriptor deprecated

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

Deprecated: Use GiftUser.ProtoReflect.Descriptor instead.

func (*GiftUser) GetId

func (x *GiftUser) GetId() uint64

func (*GiftUser) GetProfilePicture

func (x *GiftUser) GetProfilePicture() []string

func (*GiftUser) GetUnknown

func (x *GiftUser) GetUnknown() uint64

func (*GiftUser) GetUsername

func (x *GiftUser) GetUsername() string

func (*GiftUser) ProtoMessage

func (*GiftUser) ProtoMessage()

func (*GiftUser) ProtoReflect

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

func (*GiftUser) Reset

func (x *GiftUser) Reset()

func (*GiftUser) String

func (x *GiftUser) String() string

type LinkUser

type LinkUser struct {
	UserId         uint64          `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Nickname       string          `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	ProfilePicture *ProfilePicture `protobuf:"bytes,3,opt,name=profilePicture,proto3" json:"profilePicture,omitempty"`
	UniqueId       string          `protobuf:"bytes,4,opt,name=uniqueId,proto3" json:"uniqueId,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkUser) Descriptor deprecated

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

Deprecated: Use LinkUser.ProtoReflect.Descriptor instead.

func (*LinkUser) GetNickname

func (x *LinkUser) GetNickname() string

func (*LinkUser) GetProfilePicture

func (x *LinkUser) GetProfilePicture() *ProfilePicture

func (*LinkUser) GetUniqueId

func (x *LinkUser) GetUniqueId() string

func (*LinkUser) GetUserId

func (x *LinkUser) GetUserId() uint64

func (*LinkUser) ProtoMessage

func (*LinkUser) ProtoMessage()

func (*LinkUser) ProtoReflect

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

func (*LinkUser) Reset

func (x *LinkUser) Reset()

func (*LinkUser) String

func (x *LinkUser) String() string

type Message

type Message struct {
	Type   string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Binary []byte `protobuf:"bytes,2,opt,name=binary,proto3" json:"binary,omitempty"`
	// contains filtered or unexported fields
}

func (*Message) Descriptor deprecated

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

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetBinary

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

func (*Message) GetType

func (x *Message) GetType() string

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 MessageType

type MessageType struct {
	Type      string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Timestamp uint64 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageType) Descriptor deprecated

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

Deprecated: Use MessageType.ProtoReflect.Descriptor instead.

func (*MessageType) GetTimestamp

func (x *MessageType) GetTimestamp() uint64

func (*MessageType) GetType

func (x *MessageType) GetType() string

func (*MessageType) ProtoMessage

func (*MessageType) ProtoMessage()

func (*MessageType) ProtoReflect

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

func (*MessageType) Reset

func (x *MessageType) Reset()

func (*MessageType) String

func (x *MessageType) String() string

type ProfilePicture

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

func (*ProfilePicture) Descriptor deprecated

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

Deprecated: Use ProfilePicture.ProtoReflect.Descriptor instead.

func (*ProfilePicture) GetUrls

func (x *ProfilePicture) GetUrls() []string

func (*ProfilePicture) ProtoMessage

func (*ProfilePicture) ProtoMessage()

func (*ProfilePicture) ProtoReflect

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

func (*ProfilePicture) Reset

func (x *ProfilePicture) Reset()

func (*ProfilePicture) String

func (x *ProfilePicture) String() string

type QuestionDetails

type QuestionDetails struct {
	QuestionText string `protobuf:"bytes,2,opt,name=questionText,proto3" json:"questionText,omitempty"`
	User         *User  `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*QuestionDetails) Descriptor deprecated

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

Deprecated: Use QuestionDetails.ProtoReflect.Descriptor instead.

func (*QuestionDetails) GetQuestionText

func (x *QuestionDetails) GetQuestionText() string

func (*QuestionDetails) GetUser

func (x *QuestionDetails) GetUser() *User

func (*QuestionDetails) ProtoMessage

func (*QuestionDetails) ProtoMessage()

func (*QuestionDetails) ProtoReflect

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

func (*QuestionDetails) Reset

func (x *QuestionDetails) Reset()

func (*QuestionDetails) String

func (x *QuestionDetails) String() string

type RoomMessage

type RoomMessage struct {
	Type *MessageType `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Text string       `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*RoomMessage) Descriptor deprecated

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

Deprecated: Use RoomMessage.ProtoReflect.Descriptor instead.

func (*RoomMessage) GetText

func (x *RoomMessage) GetText() string

func (*RoomMessage) GetType

func (x *RoomMessage) GetType() *MessageType

func (*RoomMessage) ProtoMessage

func (*RoomMessage) ProtoMessage()

func (*RoomMessage) ProtoReflect

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

func (*RoomMessage) Reset

func (x *RoomMessage) Reset()

func (*RoomMessage) String

func (x *RoomMessage) String() string

type User

type User struct {
	UserId          uint64                `protobuf:"varint,1,opt,name=userId,proto3" json:"userId,omitempty"`
	Nickname        string                `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"`
	ProfilePicture  *ProfilePicture       `protobuf:"bytes,9,opt,name=profilePicture,proto3" json:"profilePicture,omitempty"`
	ExtraAttributes *UserExtraAttributes  `protobuf:"bytes,22,opt,name=extraAttributes,proto3" json:"extraAttributes,omitempty"`
	Badge           *UserBadgesAttributes `protobuf:"bytes,64,opt,name=badge,proto3" json:"badge,omitempty"`
	UniqueId        string                `protobuf:"bytes,38,opt,name=uniqueId,proto3" json:"uniqueId,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetBadge

func (x *User) GetBadge() *UserBadgesAttributes

func (*User) GetExtraAttributes

func (x *User) GetExtraAttributes() *UserExtraAttributes

func (*User) GetNickname

func (x *User) GetNickname() string

func (*User) GetProfilePicture

func (x *User) GetProfilePicture() *ProfilePicture

func (*User) GetUniqueId

func (x *User) GetUniqueId() string

func (*User) GetUserId

func (x *User) GetUserId() uint64

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

type UserBadge

type UserBadge struct {
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserBadge) Descriptor deprecated

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

Deprecated: Use UserBadge.ProtoReflect.Descriptor instead.

func (*UserBadge) GetName

func (x *UserBadge) GetName() string

func (*UserBadge) GetType

func (x *UserBadge) GetType() string

func (*UserBadge) ProtoMessage

func (*UserBadge) ProtoMessage()

func (*UserBadge) ProtoReflect

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

func (*UserBadge) Reset

func (x *UserBadge) Reset()

func (*UserBadge) String

func (x *UserBadge) String() string

type UserBadgesAttributes

type UserBadgesAttributes struct {
	Badges []*UserBadge `protobuf:"bytes,21,rep,name=badges,proto3" json:"badges,omitempty"`
	// contains filtered or unexported fields
}

func (*UserBadgesAttributes) Descriptor deprecated

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

Deprecated: Use UserBadgesAttributes.ProtoReflect.Descriptor instead.

func (*UserBadgesAttributes) GetBadges

func (x *UserBadgesAttributes) GetBadges() []*UserBadge

func (*UserBadgesAttributes) ProtoMessage

func (*UserBadgesAttributes) ProtoMessage()

func (*UserBadgesAttributes) ProtoReflect

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

func (*UserBadgesAttributes) Reset

func (x *UserBadgesAttributes) Reset()

func (*UserBadgesAttributes) String

func (x *UserBadgesAttributes) String() string

type UserExtraAttributes

type UserExtraAttributes struct {
	FollowRole int32 `protobuf:"varint,3,opt,name=followRole,proto3" json:"followRole,omitempty"`
	// contains filtered or unexported fields
}

func (*UserExtraAttributes) Descriptor deprecated

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

Deprecated: Use UserExtraAttributes.ProtoReflect.Descriptor instead.

func (*UserExtraAttributes) GetFollowRole

func (x *UserExtraAttributes) GetFollowRole() int32

func (*UserExtraAttributes) ProtoMessage

func (*UserExtraAttributes) ProtoMessage()

func (*UserExtraAttributes) ProtoReflect

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

func (*UserExtraAttributes) Reset

func (x *UserExtraAttributes) Reset()

func (*UserExtraAttributes) String

func (x *UserExtraAttributes) String() string

type WebcastBottomMessage

type WebcastBottomMessage struct {
	Type *MessageType `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Text string       `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastBottomMessage) Descriptor deprecated

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

Deprecated: Use WebcastBottomMessage.ProtoReflect.Descriptor instead.

func (*WebcastBottomMessage) GetText

func (x *WebcastBottomMessage) GetText() string

func (*WebcastBottomMessage) GetType

func (x *WebcastBottomMessage) GetType() *MessageType

func (*WebcastBottomMessage) ProtoMessage

func (*WebcastBottomMessage) ProtoMessage()

func (*WebcastBottomMessage) ProtoReflect

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

func (*WebcastBottomMessage) Reset

func (x *WebcastBottomMessage) Reset()

func (*WebcastBottomMessage) String

func (x *WebcastBottomMessage) String() string

type WebcastChatMessage

type WebcastChatMessage struct {
	Type    *MessageType `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	User    *User        `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Comment string       `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastChatMessage) Descriptor deprecated

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

Deprecated: Use WebcastChatMessage.ProtoReflect.Descriptor instead.

func (*WebcastChatMessage) GetComment

func (x *WebcastChatMessage) GetComment() string

func (*WebcastChatMessage) GetType

func (x *WebcastChatMessage) GetType() *MessageType

func (*WebcastChatMessage) GetUser

func (x *WebcastChatMessage) GetUser() *User

func (*WebcastChatMessage) ProtoMessage

func (*WebcastChatMessage) ProtoMessage()

func (*WebcastChatMessage) ProtoReflect

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

func (*WebcastChatMessage) Reset

func (x *WebcastChatMessage) Reset()

func (*WebcastChatMessage) String

func (x *WebcastChatMessage) String() string

type WebcastControlMessage

type WebcastControlMessage struct {
	Action int32 `protobuf:"varint,2,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

Message types depending on Message.tyoe

func (*WebcastControlMessage) Descriptor deprecated

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

Deprecated: Use WebcastControlMessage.ProtoReflect.Descriptor instead.

func (*WebcastControlMessage) GetAction

func (x *WebcastControlMessage) GetAction() int32

func (*WebcastControlMessage) ProtoMessage

func (*WebcastControlMessage) ProtoMessage()

func (*WebcastControlMessage) ProtoReflect

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

func (*WebcastControlMessage) Reset

func (x *WebcastControlMessage) Reset()

func (*WebcastControlMessage) String

func (x *WebcastControlMessage) String() string

type WebcastGiftMessage

type WebcastGiftMessage struct {
	User        *User                          `protobuf:"bytes,7,opt,name=user,proto3" json:"user,omitempty"`
	GiftId      int32                          `protobuf:"varint,2,opt,name=giftId,proto3" json:"giftId,omitempty"`
	RepeatCount int32                          `protobuf:"varint,5,opt,name=repeatCount,proto3" json:"repeatCount,omitempty"`
	RepeatEnd   int32                          `protobuf:"varint,9,opt,name=repeatEnd,proto3" json:"repeatEnd,omitempty"`
	GiftDetails *WebcastGiftMessageGiftDetails `protobuf:"bytes,15,opt,name=giftDetails,proto3" json:"giftDetails,omitempty"`
	GiftExtra   *WebcastGiftMessageGiftExtra   `protobuf:"bytes,23,opt,name=giftExtra,proto3" json:"giftExtra,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastGiftMessage) Descriptor deprecated

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

Deprecated: Use WebcastGiftMessage.ProtoReflect.Descriptor instead.

func (*WebcastGiftMessage) GetGiftDetails

func (*WebcastGiftMessage) GetGiftExtra

func (*WebcastGiftMessage) GetGiftId

func (x *WebcastGiftMessage) GetGiftId() int32

func (*WebcastGiftMessage) GetRepeatCount

func (x *WebcastGiftMessage) GetRepeatCount() int32

func (*WebcastGiftMessage) GetRepeatEnd

func (x *WebcastGiftMessage) GetRepeatEnd() int32

func (*WebcastGiftMessage) GetUser

func (x *WebcastGiftMessage) GetUser() *User

func (*WebcastGiftMessage) ProtoMessage

func (*WebcastGiftMessage) ProtoMessage()

func (*WebcastGiftMessage) ProtoReflect

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

func (*WebcastGiftMessage) Reset

func (x *WebcastGiftMessage) Reset()

func (*WebcastGiftMessage) String

func (x *WebcastGiftMessage) String() string

type WebcastGiftMessageGiftDetails

type WebcastGiftMessageGiftDetails struct {
	GiftImage    *WebcastGiftMessageGiftImage `protobuf:"bytes,1,opt,name=giftImage,proto3" json:"giftImage,omitempty"`
	GiftName     string                       `protobuf:"bytes,16,opt,name=giftName,proto3" json:"giftName,omitempty"`
	Describe     string                       `protobuf:"bytes,2,opt,name=describe,proto3" json:"describe,omitempty"`
	GiftType     int32                        `protobuf:"varint,11,opt,name=giftType,proto3" json:"giftType,omitempty"`
	DiamondCount int32                        `protobuf:"varint,12,opt,name=diamondCount,proto3" json:"diamondCount,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastGiftMessageGiftDetails) Descriptor deprecated

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

Deprecated: Use WebcastGiftMessageGiftDetails.ProtoReflect.Descriptor instead.

func (*WebcastGiftMessageGiftDetails) GetDescribe

func (x *WebcastGiftMessageGiftDetails) GetDescribe() string

func (*WebcastGiftMessageGiftDetails) GetDiamondCount

func (x *WebcastGiftMessageGiftDetails) GetDiamondCount() int32

func (*WebcastGiftMessageGiftDetails) GetGiftImage

func (*WebcastGiftMessageGiftDetails) GetGiftName

func (x *WebcastGiftMessageGiftDetails) GetGiftName() string

func (*WebcastGiftMessageGiftDetails) GetGiftType

func (x *WebcastGiftMessageGiftDetails) GetGiftType() int32

func (*WebcastGiftMessageGiftDetails) ProtoMessage

func (*WebcastGiftMessageGiftDetails) ProtoMessage()

func (*WebcastGiftMessageGiftDetails) ProtoReflect

func (*WebcastGiftMessageGiftDetails) Reset

func (x *WebcastGiftMessageGiftDetails) Reset()

func (*WebcastGiftMessageGiftDetails) String

type WebcastGiftMessageGiftExtra

type WebcastGiftMessageGiftExtra struct {
	Timestamp uint64 `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	ToUserId  uint64 `protobuf:"varint,8,opt,name=toUserId,proto3" json:"toUserId,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastGiftMessageGiftExtra) Descriptor deprecated

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

Deprecated: Use WebcastGiftMessageGiftExtra.ProtoReflect.Descriptor instead.

func (*WebcastGiftMessageGiftExtra) GetTimestamp

func (x *WebcastGiftMessageGiftExtra) GetTimestamp() uint64

func (*WebcastGiftMessageGiftExtra) GetToUserId

func (x *WebcastGiftMessageGiftExtra) GetToUserId() uint64

func (*WebcastGiftMessageGiftExtra) ProtoMessage

func (*WebcastGiftMessageGiftExtra) ProtoMessage()

func (*WebcastGiftMessageGiftExtra) ProtoReflect

func (*WebcastGiftMessageGiftExtra) Reset

func (x *WebcastGiftMessageGiftExtra) Reset()

func (*WebcastGiftMessageGiftExtra) String

func (x *WebcastGiftMessageGiftExtra) String() string

type WebcastGiftMessageGiftImage

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

func (*WebcastGiftMessageGiftImage) Descriptor deprecated

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

Deprecated: Use WebcastGiftMessageGiftImage.ProtoReflect.Descriptor instead.

func (*WebcastGiftMessageGiftImage) GetGiftPictureUrl

func (x *WebcastGiftMessageGiftImage) GetGiftPictureUrl() string

func (*WebcastGiftMessageGiftImage) ProtoMessage

func (*WebcastGiftMessageGiftImage) ProtoMessage()

func (*WebcastGiftMessageGiftImage) ProtoReflect

func (*WebcastGiftMessageGiftImage) Reset

func (x *WebcastGiftMessageGiftImage) Reset()

func (*WebcastGiftMessageGiftImage) String

func (x *WebcastGiftMessageGiftImage) String() string

type WebcastInRoomBannerMessage

type WebcastInRoomBannerMessage struct {
	Json string `protobuf:"bytes,2,opt,name=json,proto3" json:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastInRoomBannerMessage) Descriptor deprecated

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

Deprecated: Use WebcastInRoomBannerMessage.ProtoReflect.Descriptor instead.

func (*WebcastInRoomBannerMessage) GetJson

func (x *WebcastInRoomBannerMessage) GetJson() string

func (*WebcastInRoomBannerMessage) ProtoMessage

func (*WebcastInRoomBannerMessage) ProtoMessage()

func (*WebcastInRoomBannerMessage) ProtoReflect

func (*WebcastInRoomBannerMessage) Reset

func (x *WebcastInRoomBannerMessage) Reset()

func (*WebcastInRoomBannerMessage) String

func (x *WebcastInRoomBannerMessage) String() string

type WebcastLikeMessage

type WebcastLikeMessage struct {
	User           *User                `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`
	Event          *WebcastMessageEvent `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	LikeCount      int32                `protobuf:"varint,2,opt,name=likeCount,proto3" json:"likeCount,omitempty"`
	TotalLikeCount int32                `protobuf:"varint,3,opt,name=totalLikeCount,proto3" json:"totalLikeCount,omitempty"`
	// contains filtered or unexported fields
}

Like event (is only sent from time to time, not with every like)

func (*WebcastLikeMessage) Descriptor deprecated

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

Deprecated: Use WebcastLikeMessage.ProtoReflect.Descriptor instead.

func (*WebcastLikeMessage) GetEvent

func (x *WebcastLikeMessage) GetEvent() *WebcastMessageEvent

func (*WebcastLikeMessage) GetLikeCount

func (x *WebcastLikeMessage) GetLikeCount() int32

func (*WebcastLikeMessage) GetTotalLikeCount

func (x *WebcastLikeMessage) GetTotalLikeCount() int32

func (*WebcastLikeMessage) GetUser

func (x *WebcastLikeMessage) GetUser() *User

func (*WebcastLikeMessage) ProtoMessage

func (*WebcastLikeMessage) ProtoMessage()

func (*WebcastLikeMessage) ProtoReflect

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

func (*WebcastLikeMessage) Reset

func (x *WebcastLikeMessage) Reset()

func (*WebcastLikeMessage) String

func (x *WebcastLikeMessage) String() string

type WebcastLinkMicArmies

type WebcastLinkMicArmies struct {
	BattleItems  []*WebcastLinkMicArmiesItems `protobuf:"bytes,3,rep,name=battleItems,proto3" json:"battleItems,omitempty"`
	BattleStatus int32                        `protobuf:"varint,7,opt,name=battleStatus,proto3" json:"battleStatus,omitempty"`
	// contains filtered or unexported fields
}

Battle status

func (*WebcastLinkMicArmies) Descriptor deprecated

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

Deprecated: Use WebcastLinkMicArmies.ProtoReflect.Descriptor instead.

func (*WebcastLinkMicArmies) GetBattleItems

func (x *WebcastLinkMicArmies) GetBattleItems() []*WebcastLinkMicArmiesItems

func (*WebcastLinkMicArmies) GetBattleStatus

func (x *WebcastLinkMicArmies) GetBattleStatus() int32

func (*WebcastLinkMicArmies) ProtoMessage

func (*WebcastLinkMicArmies) ProtoMessage()

func (*WebcastLinkMicArmies) ProtoReflect

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

func (*WebcastLinkMicArmies) Reset

func (x *WebcastLinkMicArmies) Reset()

func (*WebcastLinkMicArmies) String

func (x *WebcastLinkMicArmies) String() string

type WebcastLinkMicArmiesGroup

type WebcastLinkMicArmiesGroup struct {
	Users  []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	Points int32   `protobuf:"varint,2,opt,name=points,proto3" json:"points,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastLinkMicArmiesGroup) Descriptor deprecated

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

Deprecated: Use WebcastLinkMicArmiesGroup.ProtoReflect.Descriptor instead.

func (*WebcastLinkMicArmiesGroup) GetPoints

func (x *WebcastLinkMicArmiesGroup) GetPoints() int32

func (*WebcastLinkMicArmiesGroup) GetUsers

func (x *WebcastLinkMicArmiesGroup) GetUsers() []*User

func (*WebcastLinkMicArmiesGroup) ProtoMessage

func (*WebcastLinkMicArmiesGroup) ProtoMessage()

func (*WebcastLinkMicArmiesGroup) ProtoReflect

func (*WebcastLinkMicArmiesGroup) Reset

func (x *WebcastLinkMicArmiesGroup) Reset()

func (*WebcastLinkMicArmiesGroup) String

func (x *WebcastLinkMicArmiesGroup) String() string

type WebcastLinkMicArmiesItems

type WebcastLinkMicArmiesItems struct {
	HostUserId   uint64                       `protobuf:"varint,1,opt,name=hostUserId,proto3" json:"hostUserId,omitempty"`
	BattleGroups []*WebcastLinkMicArmiesGroup `protobuf:"bytes,2,rep,name=battleGroups,proto3" json:"battleGroups,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastLinkMicArmiesItems) Descriptor deprecated

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

Deprecated: Use WebcastLinkMicArmiesItems.ProtoReflect.Descriptor instead.

func (*WebcastLinkMicArmiesItems) GetBattleGroups

func (x *WebcastLinkMicArmiesItems) GetBattleGroups() []*WebcastLinkMicArmiesGroup

func (*WebcastLinkMicArmiesItems) GetHostUserId

func (x *WebcastLinkMicArmiesItems) GetHostUserId() uint64

func (*WebcastLinkMicArmiesItems) ProtoMessage

func (*WebcastLinkMicArmiesItems) ProtoMessage()

func (*WebcastLinkMicArmiesItems) ProtoReflect

func (*WebcastLinkMicArmiesItems) Reset

func (x *WebcastLinkMicArmiesItems) Reset()

func (*WebcastLinkMicArmiesItems) String

func (x *WebcastLinkMicArmiesItems) String() string

type WebcastLinkMicBattle

type WebcastLinkMicBattle struct {
	BattleUsers []*WebcastLinkMicBattleItems `protobuf:"bytes,10,rep,name=battleUsers,proto3" json:"battleUsers,omitempty"`
	// contains filtered or unexported fields
}

Battle start

func (*WebcastLinkMicBattle) Descriptor deprecated

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

Deprecated: Use WebcastLinkMicBattle.ProtoReflect.Descriptor instead.

func (*WebcastLinkMicBattle) GetBattleUsers

func (x *WebcastLinkMicBattle) GetBattleUsers() []*WebcastLinkMicBattleItems

func (*WebcastLinkMicBattle) ProtoMessage

func (*WebcastLinkMicBattle) ProtoMessage()

func (*WebcastLinkMicBattle) ProtoReflect

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

func (*WebcastLinkMicBattle) Reset

func (x *WebcastLinkMicBattle) Reset()

func (*WebcastLinkMicBattle) String

func (x *WebcastLinkMicBattle) String() string

type WebcastLinkMicBattleGroup

type WebcastLinkMicBattleGroup struct {
	User *LinkUser `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastLinkMicBattleGroup) Descriptor deprecated

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

Deprecated: Use WebcastLinkMicBattleGroup.ProtoReflect.Descriptor instead.

func (*WebcastLinkMicBattleGroup) GetUser

func (x *WebcastLinkMicBattleGroup) GetUser() *LinkUser

func (*WebcastLinkMicBattleGroup) ProtoMessage

func (*WebcastLinkMicBattleGroup) ProtoMessage()

func (*WebcastLinkMicBattleGroup) ProtoReflect

func (*WebcastLinkMicBattleGroup) Reset

func (x *WebcastLinkMicBattleGroup) Reset()

func (*WebcastLinkMicBattleGroup) String

func (x *WebcastLinkMicBattleGroup) String() string

type WebcastLinkMicBattleItems

type WebcastLinkMicBattleItems struct {
	BattleGroup *WebcastLinkMicBattleGroup `protobuf:"bytes,2,opt,name=battleGroup,proto3" json:"battleGroup,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastLinkMicBattleItems) Descriptor deprecated

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

Deprecated: Use WebcastLinkMicBattleItems.ProtoReflect.Descriptor instead.

func (*WebcastLinkMicBattleItems) GetBattleGroup

func (*WebcastLinkMicBattleItems) ProtoMessage

func (*WebcastLinkMicBattleItems) ProtoMessage()

func (*WebcastLinkMicBattleItems) ProtoReflect

func (*WebcastLinkMicBattleItems) Reset

func (x *WebcastLinkMicBattleItems) Reset()

func (*WebcastLinkMicBattleItems) String

func (x *WebcastLinkMicBattleItems) String() string

type WebcastLiveIntroMessage

type WebcastLiveIntroMessage struct {
	Id          uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	User        *User  `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastLiveIntroMessage) Descriptor deprecated

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

Deprecated: Use WebcastLiveIntroMessage.ProtoReflect.Descriptor instead.

func (*WebcastLiveIntroMessage) GetDescription

func (x *WebcastLiveIntroMessage) GetDescription() string

func (*WebcastLiveIntroMessage) GetId

func (x *WebcastLiveIntroMessage) GetId() uint64

func (*WebcastLiveIntroMessage) GetUser

func (x *WebcastLiveIntroMessage) GetUser() *User

func (*WebcastLiveIntroMessage) ProtoMessage

func (*WebcastLiveIntroMessage) ProtoMessage()

func (*WebcastLiveIntroMessage) ProtoReflect

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

func (*WebcastLiveIntroMessage) Reset

func (x *WebcastLiveIntroMessage) Reset()

func (*WebcastLiveIntroMessage) String

func (x *WebcastLiveIntroMessage) String() string

type WebcastMemberMessage

type WebcastMemberMessage struct {
	User  *User                `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Event *WebcastMessageEvent `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastMemberMessage) Descriptor deprecated

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

Deprecated: Use WebcastMemberMessage.ProtoReflect.Descriptor instead.

func (*WebcastMemberMessage) GetEvent

func (*WebcastMemberMessage) GetUser

func (x *WebcastMemberMessage) GetUser() *User

func (*WebcastMemberMessage) ProtoMessage

func (*WebcastMemberMessage) ProtoMessage()

func (*WebcastMemberMessage) ProtoReflect

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

func (*WebcastMemberMessage) Reset

func (x *WebcastMemberMessage) Reset()

func (*WebcastMemberMessage) String

func (x *WebcastMemberMessage) String() string

type WebcastMessageEvent

type WebcastMessageEvent struct {
	EventDetails *WebcastMessageEventDetails `protobuf:"bytes,8,opt,name=eventDetails,proto3" json:"eventDetails,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastMessageEvent) Descriptor deprecated

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

Deprecated: Use WebcastMessageEvent.ProtoReflect.Descriptor instead.

func (*WebcastMessageEvent) GetEventDetails

func (x *WebcastMessageEvent) GetEventDetails() *WebcastMessageEventDetails

func (*WebcastMessageEvent) ProtoMessage

func (*WebcastMessageEvent) ProtoMessage()

func (*WebcastMessageEvent) ProtoReflect

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

func (*WebcastMessageEvent) Reset

func (x *WebcastMessageEvent) Reset()

func (*WebcastMessageEvent) String

func (x *WebcastMessageEvent) String() string

type WebcastMessageEventDetails

type WebcastMessageEventDetails struct {
	DisplayType string `protobuf:"bytes,1,opt,name=displayType,proto3" json:"displayType,omitempty"`
	Label       string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	// contains filtered or unexported fields
}

Contains UI information

func (*WebcastMessageEventDetails) Descriptor deprecated

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

Deprecated: Use WebcastMessageEventDetails.ProtoReflect.Descriptor instead.

func (*WebcastMessageEventDetails) GetDisplayType

func (x *WebcastMessageEventDetails) GetDisplayType() string

func (*WebcastMessageEventDetails) GetLabel

func (x *WebcastMessageEventDetails) GetLabel() string

func (*WebcastMessageEventDetails) ProtoMessage

func (*WebcastMessageEventDetails) ProtoMessage()

func (*WebcastMessageEventDetails) ProtoReflect

func (*WebcastMessageEventDetails) Reset

func (x *WebcastMessageEventDetails) Reset()

func (*WebcastMessageEventDetails) String

func (x *WebcastMessageEventDetails) String() string

type WebcastQuestionNewMessage

type WebcastQuestionNewMessage struct {
	Type            *MessageType     `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	QuestionDetails *QuestionDetails `protobuf:"bytes,2,opt,name=questionDetails,proto3" json:"questionDetails,omitempty"`
	// contains filtered or unexported fields
}

New question event

func (*WebcastQuestionNewMessage) Descriptor deprecated

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

Deprecated: Use WebcastQuestionNewMessage.ProtoReflect.Descriptor instead.

func (*WebcastQuestionNewMessage) GetQuestionDetails

func (x *WebcastQuestionNewMessage) GetQuestionDetails() *QuestionDetails

func (*WebcastQuestionNewMessage) GetType

func (x *WebcastQuestionNewMessage) GetType() *MessageType

func (*WebcastQuestionNewMessage) ProtoMessage

func (*WebcastQuestionNewMessage) ProtoMessage()

func (*WebcastQuestionNewMessage) ProtoReflect

func (*WebcastQuestionNewMessage) Reset

func (x *WebcastQuestionNewMessage) Reset()

func (*WebcastQuestionNewMessage) String

func (x *WebcastQuestionNewMessage) String() string

type WebcastResponse

type WebcastResponse struct {
	Messages []*Message      `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	Cursor   string          `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor,omitempty"`
	AckIds   string          `protobuf:"bytes,5,opt,name=ackIds,proto3" json:"ackIds,omitempty"`
	WsParam  *WebsocketParam `protobuf:"bytes,7,opt,name=wsParam,proto3" json:"wsParam,omitempty"`
	WsUrl    string          `protobuf:"bytes,10,opt,name=wsUrl,proto3" json:"wsUrl,omitempty"`
	// contains filtered or unexported fields
}

Data structure from im/fetch/ response

func (*WebcastResponse) Descriptor deprecated

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

Deprecated: Use WebcastResponse.ProtoReflect.Descriptor instead.

func (*WebcastResponse) GetAckIds

func (x *WebcastResponse) GetAckIds() string

func (*WebcastResponse) GetCursor

func (x *WebcastResponse) GetCursor() string

func (*WebcastResponse) GetMessages

func (x *WebcastResponse) GetMessages() []*Message

func (*WebcastResponse) GetWsParam

func (x *WebcastResponse) GetWsParam() *WebsocketParam

func (*WebcastResponse) GetWsUrl

func (x *WebcastResponse) GetWsUrl() string

func (*WebcastResponse) ProtoMessage

func (*WebcastResponse) ProtoMessage()

func (*WebcastResponse) ProtoReflect

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

func (*WebcastResponse) Reset

func (x *WebcastResponse) Reset()

func (*WebcastResponse) String

func (x *WebcastResponse) String() string

type WebcastRoomUserSeqMessage

type WebcastRoomUserSeqMessage struct {
	ViewerCount int32 `protobuf:"varint,3,opt,name=viewerCount,proto3" json:"viewerCount,omitempty"`
	// contains filtered or unexported fields
}

Statistics like viewer count

func (*WebcastRoomUserSeqMessage) Descriptor deprecated

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

Deprecated: Use WebcastRoomUserSeqMessage.ProtoReflect.Descriptor instead.

func (*WebcastRoomUserSeqMessage) GetViewerCount

func (x *WebcastRoomUserSeqMessage) GetViewerCount() int32

func (*WebcastRoomUserSeqMessage) ProtoMessage

func (*WebcastRoomUserSeqMessage) ProtoMessage()

func (*WebcastRoomUserSeqMessage) ProtoReflect

func (*WebcastRoomUserSeqMessage) Reset

func (x *WebcastRoomUserSeqMessage) Reset()

func (*WebcastRoomUserSeqMessage) String

func (x *WebcastRoomUserSeqMessage) String() string

type WebcastSocialMessage

type WebcastSocialMessage struct {
	User  *User                `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Event *WebcastMessageEvent `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

Follow & share event

func (*WebcastSocialMessage) Descriptor deprecated

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

Deprecated: Use WebcastSocialMessage.ProtoReflect.Descriptor instead.

func (*WebcastSocialMessage) GetEvent

func (*WebcastSocialMessage) GetUser

func (x *WebcastSocialMessage) GetUser() *User

func (*WebcastSocialMessage) ProtoMessage

func (*WebcastSocialMessage) ProtoMessage()

func (*WebcastSocialMessage) ProtoReflect

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

func (*WebcastSocialMessage) Reset

func (x *WebcastSocialMessage) Reset()

func (*WebcastSocialMessage) String

func (x *WebcastSocialMessage) String() string

type WebcastWebsocketAck

type WebcastWebsocketAck struct {
	Id   uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Websocket acknowledgment message

func (*WebcastWebsocketAck) Descriptor deprecated

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

Deprecated: Use WebcastWebsocketAck.ProtoReflect.Descriptor instead.

func (*WebcastWebsocketAck) GetId

func (x *WebcastWebsocketAck) GetId() uint64

func (*WebcastWebsocketAck) GetType

func (x *WebcastWebsocketAck) GetType() string

func (*WebcastWebsocketAck) ProtoMessage

func (*WebcastWebsocketAck) ProtoMessage()

func (*WebcastWebsocketAck) ProtoReflect

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

func (*WebcastWebsocketAck) Reset

func (x *WebcastWebsocketAck) Reset()

func (*WebcastWebsocketAck) String

func (x *WebcastWebsocketAck) String() string

type WebcastWebsocketMessage

type WebcastWebsocketMessage struct {
	Id     uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Type   string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
	Binary []byte `protobuf:"bytes,8,opt,name=binary,proto3" json:"binary,omitempty"`
	// contains filtered or unexported fields
}

Websocket incoming message structure

func (*WebcastWebsocketMessage) Descriptor deprecated

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

Deprecated: Use WebcastWebsocketMessage.ProtoReflect.Descriptor instead.

func (*WebcastWebsocketMessage) GetBinary

func (x *WebcastWebsocketMessage) GetBinary() []byte

func (*WebcastWebsocketMessage) GetId

func (x *WebcastWebsocketMessage) GetId() uint64

func (*WebcastWebsocketMessage) GetType

func (x *WebcastWebsocketMessage) GetType() string

func (*WebcastWebsocketMessage) ProtoMessage

func (*WebcastWebsocketMessage) ProtoMessage()

func (*WebcastWebsocketMessage) ProtoReflect

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

func (*WebcastWebsocketMessage) Reset

func (x *WebcastWebsocketMessage) Reset()

func (*WebcastWebsocketMessage) String

func (x *WebcastWebsocketMessage) String() string

type WebcastWishlistUpdateMessage

type WebcastWishlistUpdateMessage struct {
	Type  *MessageType `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Gitfs *GiftUpdates `protobuf:"bytes,2,opt,name=gitfs,proto3" json:"gitfs,omitempty"`
	// contains filtered or unexported fields
}

func (*WebcastWishlistUpdateMessage) Descriptor deprecated

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

Deprecated: Use WebcastWishlistUpdateMessage.ProtoReflect.Descriptor instead.

func (*WebcastWishlistUpdateMessage) GetGitfs

func (*WebcastWishlistUpdateMessage) GetType

func (*WebcastWishlistUpdateMessage) ProtoMessage

func (*WebcastWishlistUpdateMessage) ProtoMessage()

func (*WebcastWishlistUpdateMessage) ProtoReflect

func (*WebcastWishlistUpdateMessage) Reset

func (x *WebcastWishlistUpdateMessage) Reset()

func (*WebcastWishlistUpdateMessage) String

type WebsocketParam

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

func (*WebsocketParam) Descriptor deprecated

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

Deprecated: Use WebsocketParam.ProtoReflect.Descriptor instead.

func (*WebsocketParam) GetName

func (x *WebsocketParam) GetName() string

func (*WebsocketParam) GetValue

func (x *WebsocketParam) GetValue() string

func (*WebsocketParam) ProtoMessage

func (*WebsocketParam) ProtoMessage()

func (*WebsocketParam) ProtoReflect

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

func (*WebsocketParam) Reset

func (x *WebsocketParam) Reset()

func (*WebsocketParam) String

func (x *WebsocketParam) String() string

type WishListGift

type WishListGift struct {
	Type          uint64 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Id            uint64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	ReceivedCount uint64 `protobuf:"varint,3,opt,name=receivedCount,proto3" json:"receivedCount,omitempty"`
	GoalCount     uint64 `protobuf:"varint,4,opt,name=goalCount,proto3" json:"goalCount,omitempty"`
	Gift          *Gift  `protobuf:"bytes,5,opt,name=gift,proto3" json:"gift,omitempty"`
	// contains filtered or unexported fields
}

func (*WishListGift) Descriptor deprecated

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

Deprecated: Use WishListGift.ProtoReflect.Descriptor instead.

func (*WishListGift) GetGift

func (x *WishListGift) GetGift() *Gift

func (*WishListGift) GetGoalCount

func (x *WishListGift) GetGoalCount() uint64

func (*WishListGift) GetId

func (x *WishListGift) GetId() uint64

func (*WishListGift) GetReceivedCount

func (x *WishListGift) GetReceivedCount() uint64

func (*WishListGift) GetType

func (x *WishListGift) GetType() uint64

func (*WishListGift) ProtoMessage

func (*WishListGift) ProtoMessage()

func (*WishListGift) ProtoReflect

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

func (*WishListGift) Reset

func (x *WishListGift) Reset()

func (*WishListGift) String

func (x *WishListGift) String() string

Jump to

Keyboard shortcuts

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