mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2025-12-08 20:28:13 +08:00
update interactword
This commit is contained in:
@@ -69,41 +69,6 @@ type HotRankSettlementV2 struct {
|
||||
DmMsg string `json:"dm_msg"`
|
||||
}
|
||||
|
||||
type InteractWord struct {
|
||||
Contribution struct {
|
||||
Grade int `json:"grade"`
|
||||
} `json:"contribution"`
|
||||
Dmscore int `json:"dmscore"`
|
||||
FansMedal struct {
|
||||
AnchorRoomid int `json:"anchor_roomid"`
|
||||
GuardLevel int `json:"guard_level"`
|
||||
IconId int `json:"icon_id"`
|
||||
IsLighted int `json:"is_lighted"`
|
||||
MedalColor int `json:"medal_color"`
|
||||
MedalColorBorder int `json:"medal_color_border"`
|
||||
MedalColorEnd int `json:"medal_color_end"`
|
||||
MedalColorStart int `json:"medal_color_start"`
|
||||
MedalLevel int `json:"medal_level"`
|
||||
MedalName string `json:"medal_name"`
|
||||
Score int `json:"score"`
|
||||
Special string `json:"special"`
|
||||
TargetId int `json:"target_id"`
|
||||
} `json:"fans_medal"`
|
||||
Identities []int `json:"identities"`
|
||||
IsSpread int `json:"is_spread"`
|
||||
MsgType int `json:"msg_type"`
|
||||
Roomid int `json:"roomid"`
|
||||
Score int64 `json:"score"`
|
||||
SpreadDesc string `json:"spread_desc"`
|
||||
SpreadInfo string `json:"spread_info"`
|
||||
TailIcon int `json:"tail_icon"`
|
||||
Timestamp int `json:"timestamp"`
|
||||
TriggerTime int64 `json:"trigger_time"`
|
||||
Uid int `json:"uid"`
|
||||
Uname string `json:"uname"`
|
||||
UnameColor string `json:"uname_color"`
|
||||
}
|
||||
|
||||
type OnlineRankCount struct {
|
||||
Count int `json:"count"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user