Documentation ¶
Index ¶
- Variables
- type Aggregation
- func (*Aggregation) Descriptor() ([]byte, []int)deprecated
- func (x *Aggregation) GetActivityIdentity() string
- func (x *Aggregation) GetActivitySource() int32
- func (x *Aggregation) GetIsAggregation() bool
- func (x *Aggregation) GetNotShow() int32
- func (*Aggregation) ProtoMessage()
- func (x *Aggregation) ProtoReflect() protoreflect.Message
- func (x *Aggregation) Reset()
- func (x *Aggregation) String() string
- type Bubble
- type Check
- type Dm
- func (*Dm) Descriptor() ([]byte, []int)deprecated
- func (x *Dm) GetAggregation() *Aggregation
- func (x *Dm) GetAnimation() string
- func (x *Dm) GetAttr() int32
- func (x *Dm) GetBizScene() int32
- func (x *Dm) GetBubble() *Bubble
- func (x *Dm) GetCheck() *Check
- func (x *Dm) GetColor() uint32
- func (x *Dm) GetContent() string
- func (x *Dm) GetCtime() int32
- func (x *Dm) GetDmType() int32
- func (x *Dm) GetEmoticons() []*EmoticonMapEntry
- func (x *Dm) GetFontsize() int32
- func (x *Dm) GetIcon() *Icon
- func (x *Dm) GetIdStr() string
- func (x *Dm) GetMidHash() string
- func (x *Dm) GetMode() int32
- func (x *Dm) GetRnd() int32
- func (x *Dm) GetRoom() *Room
- func (x *Dm) GetSendFromMe() bool
- func (x *Dm) GetUser() *User
- func (x *Dm) GetVoice() *Voice
- func (x *Dm) GetWeight() int32
- func (*Dm) ProtoMessage()
- func (x *Dm) ProtoReflect() protoreflect.Message
- func (x *Dm) Reset()
- func (x *Dm) String() string
- type Emoticon
- func (*Emoticon) Descriptor() ([]byte, []int)deprecated
- func (x *Emoticon) GetBulgeDisplay() int32
- func (x *Emoticon) GetHeight() int32
- func (x *Emoticon) GetInPlayerArea() int32
- func (x *Emoticon) GetIsDynamic() bool
- func (x *Emoticon) GetUnique() string
- func (x *Emoticon) GetUrl() string
- func (x *Emoticon) GetWidth() int32
- func (*Emoticon) ProtoMessage()
- func (x *Emoticon) ProtoReflect() protoreflect.Message
- func (x *Emoticon) Reset()
- func (x *Emoticon) String() string
- type EmoticonMapEntry
- func (*EmoticonMapEntry) Descriptor() ([]byte, []int)deprecated
- func (x *EmoticonMapEntry) GetKey() string
- func (x *EmoticonMapEntry) GetValue() *Emoticon
- func (*EmoticonMapEntry) ProtoMessage()
- func (x *EmoticonMapEntry) ProtoReflect() protoreflect.Message
- func (x *EmoticonMapEntry) Reset()
- func (x *EmoticonMapEntry) String() string
- type Icon
- type Identify
- func (*Identify) Descriptor() ([]byte, []int)deprecated
- func (x *Identify) GetBeginningUrl() string
- func (x *Identify) GetEndingUrl() string
- func (x *Identify) GetJumpToUrl() string
- func (*Identify) ProtoMessage()
- func (x *Identify) ProtoReflect() protoreflect.Message
- func (x *Identify) Reset()
- func (x *Identify) String() string
- type Medal
- func (*Medal) Descriptor() ([]byte, []int)deprecated
- func (x *Medal) GetBorderColor() int32
- func (x *Medal) GetColor() int32
- func (x *Medal) GetGradientEndColor() int32
- func (x *Medal) GetGradientStartColor() int32
- func (x *Medal) GetIconId() int32
- func (x *Medal) GetLevel() int32
- func (x *Medal) GetLight() int32
- func (x *Medal) GetName() string
- func (x *Medal) GetPrivilege() int32
- func (x *Medal) GetSpecial() string
- func (*Medal) ProtoMessage()
- func (x *Medal) ProtoReflect() protoreflect.Message
- func (x *Medal) Reset()
- func (x *Medal) String() string
- type Prefix
- type Room
- type Title
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetAttr() int32
- func (x *User) GetFace() string
- func (x *User) GetIdentify() *Identify
- func (x *User) GetLevel() *UserLevel
- func (x *User) GetLplStatus() int32
- func (x *User) GetMedal() *Medal
- func (x *User) GetMobileVerify() int32
- func (x *User) GetName() string
- func (x *User) GetNameColor() string
- func (x *User) GetRank() int32
- func (x *User) GetSvip() int32
- func (x *User) GetTitle() *Title
- func (x *User) GetUid() int32
- func (x *User) GetVip() int32
- func (x *User) GetWealth() *Wealth
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type UserLevel
- func (*UserLevel) Descriptor() ([]byte, []int)deprecated
- func (x *UserLevel) GetColor() int32
- func (x *UserLevel) GetLevel() int32
- func (x *UserLevel) GetOnlineRank() int32
- func (x *UserLevel) GetRank() string
- func (*UserLevel) ProtoMessage()
- func (x *UserLevel) ProtoReflect() protoreflect.Message
- func (x *UserLevel) Reset()
- func (x *UserLevel) String() string
- type Voice
- func (*Voice) Descriptor() ([]byte, []int)deprecated
- func (x *Voice) GetFileDuration() int32
- func (x *Voice) GetFileFormat() string
- func (x *Voice) GetFileId() string
- func (x *Voice) GetText() string
- func (x *Voice) GetUrl() string
- func (*Voice) ProtoMessage()
- func (x *Voice) ProtoReflect() protoreflect.Message
- func (x *Voice) Reset()
- func (x *Voice) String() string
- type Wealth
Constants ¶
This section is empty.
Variables ¶
View Source
var File_dmv2_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Aggregation ¶
type Aggregation struct { IsAggregation bool `protobuf:"varint,1,opt,name=is_aggregation,json=isAggregation,proto3" json:"is_aggregation,omitempty"` ActivitySource int32 `protobuf:"varint,2,opt,name=activity_source,json=activitySource,proto3" json:"activity_source,omitempty"` ActivityIdentity string `protobuf:"bytes,3,opt,name=activity_identity,json=activityIdentity,proto3" json:"activity_identity,omitempty"` NotShow int32 `protobuf:"varint,4,opt,name=not_show,json=notShow,proto3" json:"not_show,omitempty"` // contains filtered or unexported fields }
func (*Aggregation) Descriptor
deprecated
func (*Aggregation) Descriptor() ([]byte, []int)
Deprecated: Use Aggregation.ProtoReflect.Descriptor instead.
func (*Aggregation) GetActivityIdentity ¶
func (x *Aggregation) GetActivityIdentity() string
func (*Aggregation) GetActivitySource ¶
func (x *Aggregation) GetActivitySource() int32
func (*Aggregation) GetIsAggregation ¶
func (x *Aggregation) GetIsAggregation() bool
func (*Aggregation) GetNotShow ¶
func (x *Aggregation) GetNotShow() int32
func (*Aggregation) ProtoMessage ¶
func (*Aggregation) ProtoMessage()
func (*Aggregation) ProtoReflect ¶
func (x *Aggregation) ProtoReflect() protoreflect.Message
func (*Aggregation) Reset ¶
func (x *Aggregation) Reset()
func (*Aggregation) String ¶
func (x *Aggregation) String() string
type Bubble ¶
type Bubble struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Color string `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"` IdV2 int32 `protobuf:"varint,3,opt,name=id_v2,json=idV2,proto3" json:"id_v2,omitempty"` // contains filtered or unexported fields }
func (*Bubble) Descriptor
deprecated
func (*Bubble) ProtoMessage ¶
func (*Bubble) ProtoMessage()
func (*Bubble) ProtoReflect ¶
func (x *Bubble) ProtoReflect() protoreflect.Message
type Check ¶
type Check struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` Ts int32 `protobuf:"varint,2,opt,name=ts,proto3" json:"ts,omitempty"` // contains filtered or unexported fields }
func (*Check) Descriptor
deprecated
func (*Check) ProtoMessage ¶
func (*Check) ProtoMessage()
func (*Check) ProtoReflect ¶
func (x *Check) ProtoReflect() protoreflect.Message
type Dm ¶
type Dm struct { IdStr string `protobuf:"bytes,1,opt,name=id_str,json=idStr,proto3" json:"id_str,omitempty"` Mode int32 `protobuf:"varint,2,opt,name=mode,proto3" json:"mode,omitempty"` Fontsize int32 `protobuf:"varint,3,opt,name=fontsize,proto3" json:"fontsize,omitempty"` Color uint32 `protobuf:"varint,4,opt,name=color,proto3" json:"color,omitempty"` MidHash string `protobuf:"bytes,5,opt,name=mid_hash,json=midHash,proto3" json:"mid_hash,omitempty"` Content string `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"` Ctime int32 `protobuf:"varint,7,opt,name=ctime,proto3" json:"ctime,omitempty"` Weight int32 `protobuf:"varint,8,opt,name=weight,proto3" json:"weight,omitempty"` Rnd int32 `protobuf:"varint,9,opt,name=rnd,proto3" json:"rnd,omitempty"` Attr int32 `protobuf:"varint,10,opt,name=attr,proto3" json:"attr,omitempty"` BizScene int32 `protobuf:"varint,11,opt,name=biz_scene,json=bizScene,proto3" json:"biz_scene,omitempty"` Bubble *Bubble `protobuf:"bytes,12,opt,name=bubble,proto3" json:"bubble,omitempty"` DmType int32 `protobuf:"varint,13,opt,name=dm_type,json=dmType,proto3" json:"dm_type,omitempty"` Emoticons []*EmoticonMapEntry `protobuf:"bytes,14,rep,name=emoticons,proto3" json:"emoticons,omitempty"` Voice *Voice `protobuf:"bytes,15,opt,name=voice,proto3" json:"voice,omitempty"` Animation string `protobuf:"bytes,16,opt,name=animation,proto3" json:"animation,omitempty"` Aggregation *Aggregation `protobuf:"bytes,17,opt,name=aggregation,proto3" json:"aggregation,omitempty"` SendFromMe bool `protobuf:"varint,18,opt,name=send_from_me,json=sendFromMe,proto3" json:"send_from_me,omitempty"` Check *Check `protobuf:"bytes,19,opt,name=check,proto3" json:"check,omitempty"` User *User `protobuf:"bytes,20,opt,name=user,proto3" json:"user,omitempty"` Room *Room `protobuf:"bytes,21,opt,name=room,proto3" json:"room,omitempty"` Icon *Icon `protobuf:"bytes,22,opt,name=icon,proto3" json:"icon,omitempty"` // contains filtered or unexported fields }
func (*Dm) Descriptor
deprecated
func (*Dm) GetAggregation ¶
func (x *Dm) GetAggregation() *Aggregation
func (*Dm) GetAnimation ¶
func (*Dm) GetBizScene ¶
func (*Dm) GetContent ¶
func (*Dm) GetEmoticons ¶
func (x *Dm) GetEmoticons() []*EmoticonMapEntry
func (*Dm) GetFontsize ¶
func (*Dm) GetMidHash ¶
func (*Dm) GetSendFromMe ¶
func (*Dm) ProtoMessage ¶
func (*Dm) ProtoMessage()
func (*Dm) ProtoReflect ¶
func (x *Dm) ProtoReflect() protoreflect.Message
type Emoticon ¶
type Emoticon struct { Unique string `protobuf:"bytes,1,opt,name=unique,proto3" json:"unique,omitempty"` Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` IsDynamic bool `protobuf:"varint,3,opt,name=is_dynamic,json=isDynamic,proto3" json:"is_dynamic,omitempty"` InPlayerArea int32 `protobuf:"varint,4,opt,name=in_player_area,json=inPlayerArea,proto3" json:"in_player_area,omitempty"` BulgeDisplay int32 `protobuf:"varint,5,opt,name=bulge_display,json=bulgeDisplay,proto3" json:"bulge_display,omitempty"` Height int32 `protobuf:"varint,6,opt,name=height,proto3" json:"height,omitempty"` Width int32 `protobuf:"varint,7,opt,name=width,proto3" json:"width,omitempty"` // contains filtered or unexported fields }
func (*Emoticon) Descriptor
deprecated
func (*Emoticon) GetBulgeDisplay ¶
func (*Emoticon) GetInPlayerArea ¶
func (*Emoticon) GetIsDynamic ¶
func (*Emoticon) ProtoMessage ¶
func (*Emoticon) ProtoMessage()
func (*Emoticon) ProtoReflect ¶
func (x *Emoticon) ProtoReflect() protoreflect.Message
type EmoticonMapEntry ¶
type EmoticonMapEntry struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value *Emoticon `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*EmoticonMapEntry) Descriptor
deprecated
func (*EmoticonMapEntry) Descriptor() ([]byte, []int)
Deprecated: Use EmoticonMapEntry.ProtoReflect.Descriptor instead.
func (*EmoticonMapEntry) GetKey ¶
func (x *EmoticonMapEntry) GetKey() string
func (*EmoticonMapEntry) GetValue ¶
func (x *EmoticonMapEntry) GetValue() *Emoticon
func (*EmoticonMapEntry) ProtoMessage ¶
func (*EmoticonMapEntry) ProtoMessage()
func (*EmoticonMapEntry) ProtoReflect ¶
func (x *EmoticonMapEntry) ProtoReflect() protoreflect.Message
func (*EmoticonMapEntry) Reset ¶
func (x *EmoticonMapEntry) Reset()
func (*EmoticonMapEntry) String ¶
func (x *EmoticonMapEntry) String() string
type Icon ¶
type Icon struct { Prefix *Prefix `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"` // contains filtered or unexported fields }
func (*Icon) Descriptor
deprecated
func (*Icon) ProtoMessage ¶
func (*Icon) ProtoMessage()
func (*Icon) ProtoReflect ¶
func (x *Icon) ProtoReflect() protoreflect.Message
type Identify ¶
type Identify struct { BeginningUrl string `protobuf:"bytes,1,opt,name=beginning_url,json=beginningUrl,proto3" json:"beginning_url,omitempty"` EndingUrl string `protobuf:"bytes,2,opt,name=ending_url,json=endingUrl,proto3" json:"ending_url,omitempty"` JumpToUrl string `protobuf:"bytes,3,opt,name=jump_to_url,json=jumpToUrl,proto3" json:"jump_to_url,omitempty"` // contains filtered or unexported fields }
func (*Identify) Descriptor
deprecated
func (*Identify) GetBeginningUrl ¶
func (*Identify) GetEndingUrl ¶
func (*Identify) GetJumpToUrl ¶
func (*Identify) ProtoMessage ¶
func (*Identify) ProtoMessage()
func (*Identify) ProtoReflect ¶
func (x *Identify) ProtoReflect() protoreflect.Message
type Medal ¶
type Medal struct { Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Special string `protobuf:"bytes,3,opt,name=special,proto3" json:"special,omitempty"` Color int32 `protobuf:"varint,4,opt,name=color,proto3" json:"color,omitempty"` IconId int32 `protobuf:"varint,5,opt,name=icon_id,json=iconId,proto3" json:"icon_id,omitempty"` BorderColor int32 `protobuf:"varint,6,opt,name=border_color,json=borderColor,proto3" json:"border_color,omitempty"` GradientStartColor int32 `protobuf:"varint,7,opt,name=gradient_start_color,json=gradientStartColor,proto3" json:"gradient_start_color,omitempty"` GradientEndColor int32 `protobuf:"varint,8,opt,name=gradient_end_color,json=gradientEndColor,proto3" json:"gradient_end_color,omitempty"` Privilege int32 `protobuf:"varint,9,opt,name=privilege,proto3" json:"privilege,omitempty"` Light int32 `protobuf:"varint,10,opt,name=light,proto3" json:"light,omitempty"` // contains filtered or unexported fields }
func (*Medal) Descriptor
deprecated
func (*Medal) GetBorderColor ¶
func (*Medal) GetGradientEndColor ¶
func (*Medal) GetGradientStartColor ¶
func (*Medal) GetPrivilege ¶
func (*Medal) GetSpecial ¶
func (*Medal) ProtoMessage ¶
func (*Medal) ProtoMessage()
func (*Medal) ProtoReflect ¶
func (x *Medal) ProtoReflect() protoreflect.Message
type Prefix ¶
type Prefix struct { Type int32 `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"` Resource string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"` // contains filtered or unexported fields }
func (*Prefix) Descriptor
deprecated
func (*Prefix) GetResource ¶
func (*Prefix) ProtoMessage ¶
func (*Prefix) ProtoMessage()
func (*Prefix) ProtoReflect ¶
func (x *Prefix) ProtoReflect() protoreflect.Message
type Room ¶
type Room struct { Uid int32 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*Room) Descriptor
deprecated
func (*Room) ProtoMessage ¶
func (*Room) ProtoMessage()
func (*Room) ProtoReflect ¶
func (x *Room) ProtoReflect() protoreflect.Message
type Title ¶
type Title struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` OldTitle string `protobuf:"bytes,2,opt,name=old_title,json=oldTitle,proto3" json:"old_title,omitempty"` // contains filtered or unexported fields }
func (*Title) Descriptor
deprecated
func (*Title) GetOldTitle ¶
func (*Title) ProtoMessage ¶
func (*Title) ProtoMessage()
func (*Title) ProtoReflect ¶
func (x *Title) ProtoReflect() protoreflect.Message
type User ¶
type User struct { Uid int32 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` NameColor string `protobuf:"bytes,3,opt,name=name_color,json=nameColor,proto3" json:"name_color,omitempty"` Face string `protobuf:"bytes,4,opt,name=face,proto3" json:"face,omitempty"` Vip int32 `protobuf:"varint,5,opt,name=vip,proto3" json:"vip,omitempty"` Svip int32 `protobuf:"varint,6,opt,name=svip,proto3" json:"svip,omitempty"` Rank int32 `protobuf:"varint,7,opt,name=rank,proto3" json:"rank,omitempty"` MobileVerify int32 `protobuf:"varint,8,opt,name=mobile_verify,json=mobileVerify,proto3" json:"mobile_verify,omitempty"` LplStatus int32 `protobuf:"varint,9,opt,name=lpl_status,json=lplStatus,proto3" json:"lpl_status,omitempty"` Attr int32 `protobuf:"varint,10,opt,name=attr,proto3" json:"attr,omitempty"` Medal *Medal `protobuf:"bytes,11,opt,name=medal,proto3" json:"medal,omitempty"` Level *UserLevel `protobuf:"bytes,12,opt,name=level,proto3" json:"level,omitempty"` Title *Title `protobuf:"bytes,13,opt,name=title,proto3" json:"title,omitempty"` Identify *Identify `protobuf:"bytes,14,opt,name=identify,proto3" json:"identify,omitempty"` Wealth *Wealth `protobuf:"bytes,15,opt,name=wealth,proto3" json:"wealth,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
func (*User) GetIdentify ¶
func (*User) GetLplStatus ¶
func (*User) GetMobileVerify ¶
func (*User) GetNameColor ¶
func (*User) ProtoMessage ¶
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
type UserLevel ¶
type UserLevel struct { Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"` Color int32 `protobuf:"varint,2,opt,name=color,proto3" json:"color,omitempty"` Rank string `protobuf:"bytes,3,opt,name=rank,proto3" json:"rank,omitempty"` OnlineRank int32 `protobuf:"varint,4,opt,name=online_rank,json=onlineRank,proto3" json:"online_rank,omitempty"` // contains filtered or unexported fields }
func (*UserLevel) Descriptor
deprecated
func (*UserLevel) GetOnlineRank ¶
func (*UserLevel) ProtoMessage ¶
func (*UserLevel) ProtoMessage()
func (*UserLevel) ProtoReflect ¶
func (x *UserLevel) ProtoReflect() protoreflect.Message
type Voice ¶
type Voice struct { Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"` FileFormat string `protobuf:"bytes,2,opt,name=file_format,json=fileFormat,proto3" json:"file_format,omitempty"` Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"` FileDuration int32 `protobuf:"varint,4,opt,name=file_duration,json=fileDuration,proto3" json:"file_duration,omitempty"` FileId string `protobuf:"bytes,5,opt,name=file_id,json=fileId,proto3" json:"file_id,omitempty"` // contains filtered or unexported fields }
func (*Voice) Descriptor
deprecated
func (*Voice) GetFileDuration ¶
func (*Voice) GetFileFormat ¶
func (*Voice) ProtoMessage ¶
func (*Voice) ProtoMessage()
func (*Voice) ProtoReflect ¶
func (x *Voice) ProtoReflect() protoreflect.Message
type Wealth ¶
type Wealth struct { Level int32 `protobuf:"varint,1,opt,name=level,proto3" json:"level,omitempty"` // contains filtered or unexported fields }
func (*Wealth) Descriptor
deprecated
func (*Wealth) ProtoMessage ¶
func (*Wealth) ProtoMessage()
func (*Wealth) ProtoReflect ¶
func (x *Wealth) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.