mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-19 19:39:51 +08:00
10220 lines
250 KiB
Protocol Buffer
10220 lines
250 KiB
Protocol Buffer
syntax = "proto3";
|
|
message pushproto_PushHeader{
|
|
string key=1;
|
|
string value=2;
|
|
}
|
|
message pushproto_PushFrame{
|
|
uint64 seqid=1;
|
|
uint64 logid=2;
|
|
uint64 service=3;
|
|
uint64 method=4;
|
|
repeated pushproto_PushHeader headers=5;
|
|
string payloadencoding=6;
|
|
string payloadtype=7;
|
|
bytes payload=8;
|
|
}
|
|
message webcast_im_Response{
|
|
repeated webcast_im_Message messages=1;
|
|
string cursor=2;
|
|
int64 fetchinterval=3;
|
|
int64 now=4;
|
|
string internalext=5;
|
|
int32 fetchtype=6;
|
|
int64 heartbeatduration=8;
|
|
bool needack=9;
|
|
string pushserver=10;
|
|
string livecursor=11;
|
|
bool historynomore=12;
|
|
}
|
|
message webcast_im_Message{
|
|
string method=1;
|
|
bytes payload=2;
|
|
int64 msgid=3;
|
|
int32 msgtype=4;
|
|
int64 offset=5;
|
|
bool needwrdsstore=6;
|
|
int64 wrdsversion=7;
|
|
string wrdssubkey=8;
|
|
}
|
|
|
|
//WebcastMemberMessage
|
|
message webcast_im_MemberMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
int64 membercount=3;
|
|
webcast_data_User operator=4;
|
|
bool issettoadmin=5;
|
|
bool istopuser=6;
|
|
int64 rankscore=7;
|
|
int64 topuserno=8;
|
|
int64 entertype=9;
|
|
int64 action=10;
|
|
string actiondescription=11;
|
|
int64 userid=12;
|
|
webcast_im_MemberMessage_EffectConfig effectconfig=13;
|
|
string popstr=14;
|
|
webcast_im_MemberMessage_EffectConfig entereffectconfig=15;
|
|
webcast_data_Image backgroundimage=16;
|
|
webcast_data_Image backgroundimagev2=17;
|
|
webcast_data_Text anchordisplaytext=18;
|
|
webcast_im_PublicAreaCommon publicareacommon=19;
|
|
int64 userentertiptype=20;
|
|
int64 anchorentertiptype=21;
|
|
}
|
|
message webcast_im_TraceTimeMetricV2{
|
|
int64 optimestamp=1;
|
|
int64 producerduration=2;
|
|
int64 consumerduration=3;
|
|
int64 msgsendtimestamp=4;
|
|
}
|
|
message webcast_im_LiveEcomGeneralMessage{
|
|
webcast_im_Common common=1;
|
|
string contenttype=2;
|
|
string contentformat=3;
|
|
int64 logicclock=4;
|
|
webcast_im_TraceTimeMetricV2 tracetimemetric=5;
|
|
bytes data=6;
|
|
}
|
|
message webcast_im_CouponActivityInfoMessage{
|
|
int64 activitytype=1;
|
|
string beforetext=2;
|
|
string beforebutton=3;
|
|
string aftertext=4;
|
|
string afterbutton=5;
|
|
}
|
|
message webcast_im_CouponMetaInfoMessage{
|
|
string couponmetaid=1;
|
|
string starttime=2;
|
|
string expiretime=3;
|
|
int64 periodtype=4;
|
|
int64 validperiod=5;
|
|
string startapplytime=6;
|
|
string endapplytime=7;
|
|
string couponname=8;
|
|
string url=9;
|
|
int64 threshold=10;
|
|
int64 credit=11;
|
|
int64 maxapplytimes=12;
|
|
int64 type=13;
|
|
string typedetail=14;
|
|
double discount=15;
|
|
string shopid=16;
|
|
int64 paytype=17;
|
|
int64 maxdiscountlimit=18;
|
|
string shopname=19;
|
|
string typestring=20;
|
|
string whatcoupon=21;
|
|
string couponstring=22;
|
|
int64 channelid=23;
|
|
int64 leftamount=24;
|
|
int64 hasapplied=25;
|
|
int64 status=26;
|
|
string shoplogo=27;
|
|
int64 isshow=28;
|
|
int64 totalamount=29;
|
|
int32 livecouponstatus=30;
|
|
int32 couponsource=31;
|
|
int64 userapplytimes=32;
|
|
bool cancontinueapply=33;
|
|
bool couponstatus=34;
|
|
bool couponreset=35;
|
|
int64 starttimetimestamp=36;
|
|
int64 expiretimetimestamp=37;
|
|
string avatar=38;
|
|
int64 koluid=39;
|
|
int64 platformsubtype=41;
|
|
bool hasavailablegoods=42;
|
|
string typetitle=43;
|
|
int64 kolusertag=45;
|
|
string typeicon=46;
|
|
int64 typeiconwidth=47;
|
|
int64 typeiconheight=48;
|
|
string couponcategory=49;
|
|
}
|
|
message webcast_im_LiveEcomMessage{
|
|
webcast_im_Common common=1;
|
|
enum Msgtype {
|
|
msgtype_0=0;
|
|
}
|
|
Msgtype msgtype=2;
|
|
string nickname=3;
|
|
int64 purchasecnt=4;
|
|
string text=5;
|
|
string icon=6;
|
|
int64 metaid=7;
|
|
int64 servertime=8;
|
|
int64 countdown=9;
|
|
string activityjsonstr=10;
|
|
enum Coupontype {
|
|
coupontype_0=0;
|
|
}
|
|
Coupontype coupontype=11;
|
|
webcast_im_CouponActivityInfoMessage activityinfo=12;
|
|
webcast_im_CouponMetaInfoMessage couponmeta=13;
|
|
string metaidstr=14;
|
|
}
|
|
message webcast_im_ProductChangeMessage{
|
|
webcast_im_Common common=1;
|
|
int64 updatetimestamp=2;
|
|
string updatetoast=3;
|
|
repeated webcast_im_ProductInfo updateproductinfo=4;
|
|
int64 total=5;
|
|
repeated string sectargetuid=7;
|
|
repeated webcast_im_CategoryInfo updatecategoryinfo=8;
|
|
}
|
|
message webcast_im_ProductInfo{
|
|
int64 promotionid=1;
|
|
int32 index=2;
|
|
int64 explaintype=4;
|
|
}
|
|
message webcast_im_CategoryInfo{
|
|
int32 id=1;
|
|
string name=2;
|
|
repeated string promotionids=3;
|
|
string type=4;
|
|
string uniqueindex=5;
|
|
}
|
|
message webcast_im_LiveStreamControlMessage{
|
|
webcast_im_Common common=1;
|
|
string controlparams=2;
|
|
}
|
|
message webcast_im_MatchHostChangeMessage{
|
|
webcast_im_Common common=1;
|
|
int64 teamid=2;
|
|
string teamname=3;
|
|
string schemaurl=4;
|
|
webcast_data_Image teamicon=5;
|
|
webcast_data_Image teambadge=6;
|
|
webcast_data_Image teambackground=7;
|
|
string systemmsg=8;
|
|
}
|
|
message webcast_im_MediaRoomNoticeMessage{
|
|
webcast_im_Common common=1;
|
|
string intro=2;
|
|
int64 duration=3;
|
|
bool reviewpass=4;
|
|
string reviewfailtext=5;
|
|
string noticetitle=6;
|
|
}
|
|
message webcast_im_MediaLiveReplayVidMessage{
|
|
webcast_im_Common common=1;
|
|
string vid=2;
|
|
}
|
|
message webcast_im_MemberMessage_EffectConfig{
|
|
int64 type=1;
|
|
webcast_data_Image icon=2;
|
|
int64 avatarpos=3;
|
|
webcast_data_Text text=4;
|
|
webcast_data_Image texticon=5;
|
|
int32 staytime=6;
|
|
int64 animassetid=7;
|
|
webcast_data_Image badge=8;
|
|
webcast_data_Image texticonoverlay=10;
|
|
webcast_data_Image animatedbadge=11;
|
|
bool hassweeplight=12;
|
|
int64 centeranimassetid=14;
|
|
webcast_data_Image dynamicimage=15;
|
|
int64 mp4animassetid=17;
|
|
int64 priority=18;
|
|
int64 maxwaittime=19;
|
|
string dressid=20;
|
|
int64 alignment=21;
|
|
int64 alignmentoffset=22;
|
|
string effectscene=23;
|
|
}
|
|
message webcast_im_MotorCustomMessage{
|
|
webcast_im_Common common=1;
|
|
string type=2;
|
|
string title=3;
|
|
string image=4;
|
|
string extra=5;
|
|
repeated webcast_im_MotorCustomMessage_Data data=6;
|
|
}
|
|
message webcast_im_MotorCustomMessage_Data{
|
|
string image=1;
|
|
string url=2;
|
|
string content=3;
|
|
string extra=4;
|
|
}
|
|
//WebcastMemberMessage补充
|
|
message webcast_data_GuestBattleGradeItem{
|
|
int64 level=1;
|
|
string levelstr=2;
|
|
int64 score=3;
|
|
string scorestr=4;
|
|
bool isfulllevel=5;
|
|
}
|
|
message webcast_data_GuestBattleUserGradeInfo{
|
|
webcast_data_GuestBattleGradeItem curgrade=1;
|
|
webcast_data_GuestBattleGradeItem nextgrade=2;
|
|
int64 upgradescore=3;
|
|
string upgradescorestr=4;
|
|
}
|
|
message webcast_data_GuestBattleScoreInfo{
|
|
int64 scoretype=1;
|
|
string name=2;
|
|
string description=3;
|
|
string tag=4;
|
|
webcast_data_Image crowngraderuleimg=5;
|
|
}
|
|
message webcast_data_GuestBattleUIInfo{
|
|
webcast_data_Image openanimation=1;
|
|
webcast_data_Image scoreicon=2;
|
|
}
|
|
message webcast_data_GuestBattleContributors{
|
|
repeated int64 userids=1;
|
|
}
|
|
message webcast_data_BattleResult{
|
|
int64 guestid=1;
|
|
string score=2;
|
|
int64 rank=3;
|
|
string scorefuzzy=4;
|
|
webcast_data_GuestBattleContributors contributors=5;
|
|
webcast_data_LinkmicQuickInteract quickinteract=6;
|
|
webcast_data_GuestBattleUserGradeInfo crowninfo=7;
|
|
string nickname=8;
|
|
int64 scorenum=9;
|
|
enum Role {
|
|
role_0=0;
|
|
}
|
|
Role role=10;
|
|
string guestidstr=11;
|
|
}
|
|
message webcast_data_GuestBattleInfo{
|
|
int64 battleid=1;
|
|
int64 battletype=2;
|
|
int64 status=3;
|
|
repeated webcast_data_BattleResult results=4;
|
|
int64 currenttime=5;
|
|
int64 finishtime=6;
|
|
int64 showduration=7;
|
|
string battleidstr=8;
|
|
int64 losernum=9;
|
|
string dressid=10;
|
|
int64 scoretype=11;
|
|
webcast_data_GuestBattleUIInfo uiinfo=12;
|
|
}
|
|
message webcast_data_EmojiPermission{
|
|
bool haspermission=1;
|
|
string toastwithoutpermission=2;
|
|
string bottomtext=3;
|
|
string schema=4;
|
|
}
|
|
message webcast_data_SendInteractEmojiConfig{
|
|
webcast_data_Image interactemoji=1;
|
|
int64 durationms=2;
|
|
int64 start=3;
|
|
webcast_data_Image ownemoji=4;
|
|
int64 ownemojidurationms=5;
|
|
int64 offset=6;
|
|
int64 scaleup=7;
|
|
bool reshape=8;
|
|
string soundurl=9;
|
|
int64 reshapestart=10;
|
|
}
|
|
message webcast_data_EmojiInteractResource{
|
|
webcast_data_SendInteractEmojiConfig fromimage=1;
|
|
webcast_data_SendInteractEmojiConfig passimage=2;
|
|
webcast_data_SendInteractEmojiConfig toimage=3;
|
|
}
|
|
message webcast_data_EmojiAvatarResource{
|
|
int64 actionid=1;
|
|
}
|
|
message webcast_data_EmojiTag{
|
|
string content=1;
|
|
}
|
|
message webcast_data_LinkmicAudienceEmoji{
|
|
int64 emojiid=1;
|
|
bool israndom=2;
|
|
webcast_data_Image emojiimage=3;
|
|
webcast_data_Image emojidynamicimage=4;
|
|
string emojiname=5;
|
|
int64 animationdurationms=6;
|
|
int64 emojiresultdurationms=7;
|
|
enum Type {
|
|
type_0=0;
|
|
}
|
|
Type type=8;
|
|
webcast_data_EmojiPermission permission=9;
|
|
string emojisound=10;
|
|
webcast_data_EmojiInteractResource interactresource=11;
|
|
enum Categorytype {
|
|
categorytype_0=0;
|
|
}
|
|
Categorytype categorytype=12;
|
|
webcast_data_EmojiAvatarResource avatarresource=13;
|
|
bool needreverse=14;
|
|
webcast_data_EmojiTag emojitag=15;
|
|
enum Emojistatus {
|
|
emojistatus_0=0;
|
|
}
|
|
Emojistatus emojistatus=16;
|
|
}
|
|
message webcast_data_LinkmicLinkerExtra{
|
|
webcast_data_LinkmicLinkerExtra_SwitchSceneInfo switchsceneinfo=1;
|
|
webcast_data_LinkmicLinkerExtra_SwitchSceneInfo switchsceneinfonormal=2;
|
|
}
|
|
message webcast_data_LinkmicLinkerExtra_SwitchSceneInfo{
|
|
int64 scenebefore=1;
|
|
int64 uilayoutbefore=2;
|
|
}
|
|
message webcast_data_LinkmicGroupExtra{
|
|
webcast_data_LinkmicGroupExtra_SwitchSceneInfo switchsceneinfo=1;
|
|
webcast_data_LinkmicGroupExtra_SwitchSceneInfo switchsceneinfonormal=2;
|
|
}
|
|
message webcast_data_LinkmicGroupExtra_SwitchSceneInfo{
|
|
int64 maxapplybefore=1;
|
|
int64 maxinvitebefore=2;
|
|
int64 maxreadybefore=3;
|
|
int64 maxlinkedbefore=4;
|
|
}
|
|
message webcast_data_LinkmicAudienceEnterMessageExtra{
|
|
webcast_data_LinkmicAudienceEnterMessageExtra_UserInfo enteruser=1;
|
|
}
|
|
message webcast_data_LinkmicAudienceEnterMessageExtra_UserInfo{
|
|
int64 userid=1;
|
|
int64 fanticket=2;
|
|
}
|
|
message webcast_data_LinkmicAudienceSettingValue{
|
|
enum Status {
|
|
Status_0=0;
|
|
}
|
|
Status status=1;
|
|
string extra=2;
|
|
}
|
|
message webcast_data_LinkmicAudienceSetting{
|
|
enum Key {
|
|
Key_0=0;
|
|
}
|
|
Key key=1;
|
|
webcast_data_LinkmicAudienceSettingValue value=2;
|
|
}
|
|
message webcast_data_AnchorLinkmicInfo{
|
|
string rtcextinfo=1;
|
|
string linkmicidstr=2;
|
|
bool usebackupstream=3;
|
|
}
|
|
message webcast_data_LinkmicPositionItem{
|
|
int64 position=1;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=2;
|
|
string activename=3;
|
|
enum Verifystatus {
|
|
verifystatus_0=0;
|
|
}
|
|
Verifystatus verifystatus=4;
|
|
enum Positiontype {
|
|
positiontype_0=0;
|
|
}
|
|
Positiontype positiontype=5;
|
|
}
|
|
message webcast_data_LinkmicAudiencePairUserInfo{
|
|
webcast_data_User user=1;
|
|
}
|
|
message webcast_data_LinkmicAudiencePairUser{
|
|
webcast_data_LinkmicAudiencePairUserInfo guest=1;
|
|
webcast_data_LinkmicAudiencePairUserInfo investor=2;
|
|
}
|
|
message webcast_data_LinkmicSocialShareVideoReport{
|
|
int64 roomid=1;
|
|
int64 anchorid=2;
|
|
string eventkey=3;
|
|
repeated webcast_data_LinkmicSocialShareVideoReport_UserInfo linkeduserinfos=4;
|
|
}
|
|
message webcast_data_LinkmicSocialShareVideoReport_UserInfo{
|
|
int64 userid=1;
|
|
string nickname=2;
|
|
webcast_data_Image avatarmedium=3;
|
|
int64 starttime=4;
|
|
int64 linkduration=5;
|
|
int64 endtime=6;
|
|
}
|
|
message webcast_data_FastMatchResultTag{
|
|
string tagname=1;
|
|
string value=2;
|
|
}
|
|
message webcast_data_MicDressButton{
|
|
enum Switch {
|
|
Switch_0=0;
|
|
}
|
|
Switch switch=1;
|
|
repeated webcast_data_MicDressButton_ButtonInfo buttoninfo=2;
|
|
}
|
|
message webcast_data_MicDressButton_ButtonInfo{
|
|
string toast=1;
|
|
bool disable=2;
|
|
string schema=3;
|
|
bool clicktonext=4;
|
|
}
|
|
message webcast_data_LinkmicQuickInteract{
|
|
webcast_data_User sendgiftuser=1;
|
|
int64 thankscarouselduration=2;
|
|
string thankscontent=3;
|
|
int64 receivegiftuserid=4;
|
|
}
|
|
message webcast_data_InviteRoomInfo{
|
|
int64 inviterroomid=1;
|
|
int64 liveroommode=2;
|
|
int64 usercount=3;
|
|
int64 score=4;
|
|
string usercountfuzzy=5;
|
|
string scorefuzzy=6;
|
|
string roomdesc=7;
|
|
string inviterroomidstr=8;
|
|
}
|
|
message webcast_data_CrossRoomLinkReplyGuestInfo{
|
|
int64 userid=1;
|
|
bool islowclientversion=2;
|
|
bool isselected=3;
|
|
bool isnotsupportapp=4;
|
|
string useridstr=5;
|
|
}
|
|
message webcast_data_LinkmicInteractEntrance{
|
|
enum Status {
|
|
Status_0=0;
|
|
}
|
|
Status status=1;
|
|
repeated webcast_data_LinkmicInteractEntrance_ButtonInfo buttoninfos=2;
|
|
string source=3;
|
|
string name=4;
|
|
int64 entranceid=5;
|
|
string namecolor=6;
|
|
}
|
|
message webcast_data_LinkmicInteractEntrance_ButtonInfo{
|
|
string toast=1;
|
|
bool disable=2;
|
|
string schema=3;
|
|
bool clicktonext=4;
|
|
webcast_data_Image image=5;
|
|
string toastcolor=6;
|
|
}
|
|
message webcast_data_AntiCheatSchemaExtra{
|
|
string authscene=1;
|
|
string authflow=2;
|
|
string authticket=3;
|
|
int64 popupdisplayduration=4;
|
|
string popuptext=5;
|
|
}
|
|
message webcast_data_LinkmicTeamfightContributors{
|
|
repeated int64 userids=1;
|
|
}
|
|
message webcast_data_LinkmicTeamfightPlayer{
|
|
int64 userid=1;
|
|
int64 score=2;
|
|
string scorestr=3;
|
|
string scorefuzzy=4;
|
|
webcast_data_LinkmicTeamfightContributors contributors=5;
|
|
enum Role {
|
|
role_0=0;
|
|
}
|
|
Role role=6;
|
|
}
|
|
message webcast_data_LinkmicTeamfightTeamInfo{
|
|
int64 teamid=1;
|
|
int64 score=2;
|
|
string scorestr=3;
|
|
string scorefuzzy=4;
|
|
webcast_data_LinkmicTeamfightContributors contributors=5;
|
|
repeated webcast_data_LinkmicTeamfightPlayer players=6;
|
|
bool isscorefuzzy=7;
|
|
int64 ownerid=8;
|
|
string teamidstr=9;
|
|
}
|
|
message webcast_data_LinkmicTeamfightInfo{
|
|
int64 teamfightid=1;
|
|
string teamfightidstr=2;
|
|
enum Type {
|
|
type_0=0;
|
|
}
|
|
Type type=3;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=4;
|
|
int64 starttime=5;
|
|
int64 duration=6;
|
|
int64 punishstarttime=7;
|
|
int64 punishduration=8;
|
|
repeated webcast_data_LinkmicTeamfightTeamInfo teaminfos=9;
|
|
int64 winteamid=10;
|
|
int64 currenttimems=11;
|
|
enum Pkbarstyle {
|
|
pkbarstyle_0=0;
|
|
}
|
|
Pkbarstyle pkbarstyle=12;
|
|
int64 showstarttime=13;
|
|
int64 initiatoruserid=14;
|
|
enum Scoretype {
|
|
scoretype_0=0;
|
|
}
|
|
Scoretype scoretype=15;
|
|
int64 showduration=16;
|
|
int64 initiatoranchorid=17;
|
|
string winteamidstr=18;
|
|
webcast_data_TeamfightRoomBattleContent roombattlecontent=100;
|
|
}
|
|
message webcast_data_JoinTeamfightInfo{
|
|
int64 teamid=1;
|
|
string teamidstr=2;
|
|
}
|
|
message webcast_data_RoomBattleProcessInfo{
|
|
enum Status {
|
|
Status_0=0;
|
|
}
|
|
Status status=1;
|
|
webcast_data_RoomBattleProcessSelectGuestsContent selectguestscontent=2;
|
|
webcast_data_RoomBattleProcessWaitingBattleContent waitingbattlecontent=3;
|
|
}
|
|
message webcast_data_RoomBattleProcessWaitingReplyContent{
|
|
string toast=1;
|
|
}
|
|
message webcast_data_RoomBattleProcessReceiveReplyContent{
|
|
}
|
|
message webcast_data_RoomBattleProcessSelectGuestsContent{
|
|
repeated webcast_data_CrossRoomLinkReplyGuestInfo guestinfos=1;
|
|
}
|
|
message webcast_data_RoomBattleProcessWaitingBattleContent{
|
|
string toast=1;
|
|
int64 selectguestswaitingsec=2;
|
|
}
|
|
message webcast_data_RoomBattleRoomInfo{
|
|
int64 id=1;
|
|
enum Joinstatus {
|
|
joinstatus_0=0;
|
|
}
|
|
Joinstatus joinstatus=2;
|
|
int64 startoperatoruserid=3;
|
|
}
|
|
message webcast_data_TeamfightRoomBattleContent{
|
|
enum Invitesource {
|
|
invitesource_0=0;
|
|
}
|
|
Invitesource invitesource=2;
|
|
string extra=3;
|
|
}
|
|
message webcast_data_RoomBattleDataInfo{
|
|
int64 roombattlecreatetimems=1;
|
|
enum Invitesource {
|
|
invitesource_0=0;
|
|
}
|
|
Invitesource invitesource=2;
|
|
}
|
|
message webcast_data_PatternRef{
|
|
string key=1;
|
|
string defaultpattern=2;
|
|
}
|
|
message webcast_data_TextFormat{
|
|
string color=1;
|
|
bool bold=2;
|
|
bool italic=3;
|
|
int32 weight=4;
|
|
int32 italicangle=5;
|
|
int32 fontsize=6;
|
|
bool useheighlightcolor=7;
|
|
bool useremoteclor=8;
|
|
}
|
|
message webcast_data_TextPieceUser{
|
|
webcast_data_User user=1;
|
|
bool withcolon=2;
|
|
}
|
|
message webcast_data_TextPieceGift{
|
|
int64 giftid=1;
|
|
webcast_data_PatternRef nameref=2;
|
|
}
|
|
message webcast_data_TextPieceHeart{
|
|
string color=1;
|
|
}
|
|
message webcast_data_TextPiecePatternRef{
|
|
string key=1;
|
|
string defaultpattern=2;
|
|
}
|
|
message webcast_data_TextPieceImage{
|
|
webcast_data_Image image=1;
|
|
float scalingrate=2;
|
|
}
|
|
message webcast_data_TextPiece{
|
|
int32 type=1;
|
|
webcast_data_TextFormat format=2;
|
|
string valueref=3;
|
|
string stringvalue=11;
|
|
webcast_data_TextPieceUser uservalue=21;
|
|
webcast_data_TextPieceGift giftvalue=22;
|
|
webcast_data_TextPieceHeart heartvalue=23;
|
|
webcast_data_TextPiecePatternRef patternrefvalue=24;
|
|
webcast_data_TextPieceImage imagevalue=25;
|
|
}
|
|
message webcast_data_Text{
|
|
string key=1;
|
|
string defaultpattern=2;
|
|
webcast_data_TextFormat defaultformat=3;
|
|
repeated webcast_data_TextPiece pieces=4;
|
|
}
|
|
message webcast_data_CombinedText{
|
|
repeated webcast_data_DisplayItem displayitems=1;
|
|
webcast_data_SchemaInfo schemainfo=10;
|
|
webcast_data_ComboInfo comboinfo=11;
|
|
}
|
|
message webcast_data_DisplayItem{
|
|
enum Displayitemtype {
|
|
DisplayItemType_0=0;
|
|
}
|
|
Displayitemtype displayitemtype=1;
|
|
bool combofresh=20;
|
|
webcast_data_SchemaInfo schemainfo=21;
|
|
webcast_data_ImagesItem imagesitem=50;
|
|
webcast_data_TextItem textitem=51;
|
|
}
|
|
message webcast_data_ImagesItem{
|
|
repeated webcast_data_Image images=1;
|
|
enum Displaystyle {
|
|
displaystyle_0=0;
|
|
}
|
|
Displaystyle displaystyle=20;
|
|
}
|
|
message webcast_data_TextItem{
|
|
webcast_data_Text text=1;
|
|
}
|
|
message webcast_data_SchemaInfo{
|
|
string schemaurl=1;
|
|
}
|
|
message webcast_data_ComboInfo{
|
|
int64 comboseq=1;
|
|
int64 comboorder=2;
|
|
}
|
|
//webcast_im_Common
|
|
message webcast_im_Common{
|
|
string method=1;
|
|
int64 msgid=2;
|
|
int64 roomid=3;
|
|
int64 createtime=4;
|
|
int32 monitor=5;
|
|
bool isshowmsg=6;
|
|
string describe=7;
|
|
webcast_data_Text displaytext=8;
|
|
int64 foldtype=9;
|
|
int64 anchorfoldtype=10;
|
|
int64 priorityscore=11;
|
|
string logid=12;
|
|
string msgprocessfilterk=13;
|
|
string msgprocessfilterv=14;
|
|
webcast_data_User user=15;
|
|
webcast_data_Room room=16;
|
|
int64 anchorfoldtypev2=17;
|
|
int64 processatseitimems=18;
|
|
int64 randomdispatchms=19;
|
|
bool isdispatch=20;
|
|
int64 channelid=21;
|
|
int64 diffsei2abssecond=22;
|
|
int64 anchorfoldduration=23;
|
|
int64 appid=24;
|
|
}
|
|
message webcast_im_PublicAreaCommon{
|
|
webcast_data_Image userlabel=1;
|
|
int64 userconsumeinroom=2;
|
|
int64 usersendgiftcntinroom=3;
|
|
}
|
|
message webcast_im_LandscapeAreaCommon{
|
|
bool showhead=1;
|
|
bool shownickname=2;
|
|
bool showfontcolor=3;
|
|
repeated string colorvalue=4;
|
|
}
|
|
message webcast_im_FlexImageStruct{
|
|
repeated string urllist=1;
|
|
string uri=2;
|
|
int64 topborderheight=5;
|
|
}
|
|
message webcast_im_CommonBubbleConfig{
|
|
string content=1;
|
|
int64 duration=2;
|
|
webcast_data_Text richtext=3;
|
|
string schemeurl=4;
|
|
webcast_im_FlexImageStruct backgroundimage=5;
|
|
webcast_data_Image arrowimage=6;
|
|
enum Messagetype {
|
|
messagetype_0=0;
|
|
}
|
|
Messagetype messagetype=7;
|
|
enum Arrowposition {
|
|
arrowposition_0=0;
|
|
}
|
|
Arrowposition arrowposition=8;
|
|
}
|
|
message webcast_im_GuestBattleMessage{
|
|
webcast_im_Common common=1;
|
|
int64 msgtype=2;
|
|
webcast_data_GuestBattleInfo battleinfo=3;
|
|
string finishtoast=4;
|
|
webcast_im_GuestBattleUpdateContent updatecontent=100;
|
|
webcast_im_GuestBattleFinishContent finishcontent=101;
|
|
}
|
|
message webcast_im_GuestBattleUpdateContent{
|
|
bool crownupgrade=1;
|
|
}
|
|
message webcast_im_GuestBattleFinishContent{
|
|
enum Reason {
|
|
Reason_0=0;
|
|
}
|
|
Reason reason=1;
|
|
int64 finishuserid=2;
|
|
}
|
|
message webcast_im_LinkmicTeamfightMessage{
|
|
webcast_im_Common common=1;
|
|
enum Msgtype {
|
|
msgtype_0=0;
|
|
}
|
|
Msgtype msgtype=2;
|
|
webcast_data_LinkmicTeamfightInfo teamfightinfo=3;
|
|
webcast_im_LinkmicTeamfightFinishContent finishcontent=100;
|
|
webcast_im_LinkmicTeamfightCreateContent createcontent=101;
|
|
webcast_im_LinkmicTeamfightSettleContent settlecontent=102;
|
|
}
|
|
message webcast_im_LinkmicTeamfightFinishContent{
|
|
string finishtoast=1;
|
|
string guestfinishtoast=2;
|
|
enum Reason {
|
|
reason_0=0;
|
|
}
|
|
Reason reason=3;
|
|
int64 finishroomid=4;
|
|
int64 finishuserid=5;
|
|
}
|
|
message webcast_im_LinkmicTeamfightCreateContent{
|
|
enum Reason {
|
|
reason_0=0;
|
|
}
|
|
Reason reason=3;
|
|
}
|
|
message webcast_im_LinkmicTeamfightSettleContent{
|
|
string disableshowtoast=1;
|
|
}
|
|
message webcast_im_UpdatedProductInfo{
|
|
int64 price=1;
|
|
string title=2;
|
|
string cover=3;
|
|
int64 status=4;
|
|
string popupicon=5;
|
|
}
|
|
message webcast_im_UpdatedCouponInfo{
|
|
string tag=1;
|
|
string couponurl=2;
|
|
string couponapplet=3;
|
|
bool isvalid=4;
|
|
string couponmetaid=5;
|
|
}
|
|
message webcast_im_UpdatedCampaignInfo{
|
|
bool isvalid=1;
|
|
string label=2;
|
|
string price=3;
|
|
string pic=4;
|
|
string starttime=5;
|
|
string endtime=6;
|
|
string timestartlabel=7;
|
|
string timeendlabel=8;
|
|
string userlimit=9;
|
|
string ispreheat=10;
|
|
string campaignid=11;
|
|
}
|
|
message webcast_im_SkuInfo{
|
|
string skuid=1;
|
|
int64 stocknum=2;
|
|
int64 price=3;
|
|
int64 couponprice=4;
|
|
}
|
|
message webcast_im_TraceTimeMetric{
|
|
int64 optimestamp=1;
|
|
int64 producerduration=2;
|
|
int64 consumerduration=3;
|
|
int64 msgsendtimestamp=4;
|
|
}
|
|
message webcast_im_UpdatedSkuInfo{
|
|
int64 minprice=2;
|
|
int64 maxprice=3;
|
|
int64 unuseminprice=4;
|
|
int64 couponprice=5;
|
|
}
|
|
message webcast_im_UpdatedCommentaryVideoInfo{
|
|
int64 action=1;
|
|
}
|
|
message webcast_im_UpdatedGroupInfo{
|
|
repeated string avatarlist=1;
|
|
int64 joined=2;
|
|
int64 groupsize=3;
|
|
int64 persent=4;
|
|
}
|
|
message webcast_im_UserBid{
|
|
string pic=1;
|
|
string name=2;
|
|
int64 price=3;
|
|
}
|
|
message webcast_im_Img{
|
|
repeated string urllist=1;
|
|
int32 height=2;
|
|
int32 width=3;
|
|
}
|
|
message webcast_im_CurrentUserInfo{
|
|
webcast_im_Img userpic=1;
|
|
string username=2;
|
|
int64 userid=3;
|
|
}
|
|
message webcast_im_IncrPriceList{
|
|
int64 price=1;
|
|
int64 range=2;
|
|
}
|
|
message webcast_im_AuctionInfo{
|
|
int64 price=1;
|
|
string pricelabel=2;
|
|
int32 status=3;
|
|
string jumpurl=4;
|
|
webcast_im_CurrentUserInfo currentuserinfo=5;
|
|
repeated webcast_im_IncrPriceList incrpricelists=6;
|
|
string buttonlabel=7;
|
|
int64 productid=8;
|
|
int64 endtime=9;
|
|
int32 bizid=10;
|
|
}
|
|
message webcast_im_AuctionSuccess{
|
|
string title=1;
|
|
int64 productid=2;
|
|
string productname=3;
|
|
string productpic=4;
|
|
int64 price=5;
|
|
int64 charge=6;
|
|
int64 freight=7;
|
|
int64 total=8;
|
|
string buttonlabel=9;
|
|
string jumpurl=10;
|
|
string freightcollect=11;
|
|
int64 leftpaymenttime=12;
|
|
int32 bizid=13;
|
|
string depositinfo=14;
|
|
}
|
|
message webcast_im_RedpackActivityInfo{
|
|
int64 redpacktype=1;
|
|
string redpackactivityid=2;
|
|
string redpackactivityname=3;
|
|
int64 startapplytime=4;
|
|
int64 endapplytime=5;
|
|
int64 preheattime=6;
|
|
int64 totalamount=7;
|
|
string authoravatarurl=8;
|
|
string authorname=9;
|
|
string pendantbackgroundurl=10;
|
|
string redpackfrontbackgroundurl=11;
|
|
string redpacklabel=12;
|
|
string redpackafterbackgroundurl=13;
|
|
string redpackafterbelturl=14;
|
|
int64 scattertime=15;
|
|
int64 servertime=16;
|
|
int64 maxamount=17;
|
|
int64 showtype=18;
|
|
string shorttouchpendantbackgroundurl=19;
|
|
string shorttouchpendanticonurl=20;
|
|
string shorttouchlottieurl=21;
|
|
}
|
|
message webcast_im_UpdatedCartInfo{
|
|
webcast_data_CartVertical vertical=1;
|
|
webcast_data_CartHorizontal horizontal=2;
|
|
webcast_data_GlobalCustomIcons globalcustomicons=3;
|
|
}
|
|
message webcast_im_LotteryProductShortInfo{
|
|
int64 productid=1;
|
|
string img=2;
|
|
}
|
|
message webcast_im_LotteryInfo{
|
|
int64 lotterytype=1;
|
|
string entericon=2;
|
|
string icon=3;
|
|
string activityid=4;
|
|
int64 opentime=5;
|
|
webcast_im_LotteryProductShortInfo productinfo=6;
|
|
}
|
|
message webcast_im_LotteryUnusualInfo{
|
|
string productname=1;
|
|
int64 opentime=2;
|
|
}
|
|
message webcast_im_WinLotteryAlert{
|
|
string title=1;
|
|
string content=2;
|
|
string buttonlabel=3;
|
|
}
|
|
message webcast_im_WinLotteryInfo{
|
|
string title=1;
|
|
string name=2;
|
|
string img=3;
|
|
string buttonlabel=4;
|
|
string winrecordid=5;
|
|
string activityid=6;
|
|
bool isaddressed=7;
|
|
webcast_im_WinLotteryAlert alert=8;
|
|
bool iswin=9;
|
|
string jumpurl=10;
|
|
int64 productid=11;
|
|
int64 buytime=13;
|
|
int64 lotterytype=14;
|
|
string productidstr=15;
|
|
}
|
|
message webcast_im_BenefitLabel{
|
|
string lefttext=1;
|
|
string righttext=2;
|
|
int32 textstyle=3;
|
|
int32 colorstyle=4;
|
|
int32 divline=5;
|
|
}
|
|
message webcast_im_LotteryInfoList{
|
|
string activityid=1;
|
|
int64 tasktype=2;
|
|
int64 opentime=3;
|
|
int64 useractivitystatus=4;
|
|
string winrecordid=5;
|
|
string resultlabel=6;
|
|
string buttonlabel=7;
|
|
repeated string text=8;
|
|
string jumpurl=9;
|
|
int64 lotterytype=10;
|
|
string elastictitle=11;
|
|
webcast_im_BenefitLabel benefitlabel=12;
|
|
}
|
|
message webcast_im_HotAtmosphere{
|
|
string img=1;
|
|
string salenum=2;
|
|
int64 type=3;
|
|
string num=4;
|
|
string bgcolor=5;
|
|
string bordercolor=6;
|
|
int64 leftmargin=7;
|
|
int64 uitype=8;
|
|
repeated string bgcolors=9;
|
|
repeated string bordercolors=10;
|
|
string topimg=11;
|
|
}
|
|
message webcast_im_UpIcon{
|
|
string name=1;
|
|
string upicon=2;
|
|
string updesc=3;
|
|
string publicscreennotice=4;
|
|
}
|
|
message webcast_im_FilterSwitchChangeData{
|
|
bool enable=1;
|
|
webcast_im_UpIcon upicon=2;
|
|
}
|
|
message webcast_im_RoomTagOfflineInfo{
|
|
int64 tagtype=1;
|
|
string usertoast=2;
|
|
}
|
|
message webcast_im_InteractionData{
|
|
bool full=1;
|
|
repeated webcast_im_InteractionContent contents=2;
|
|
}
|
|
message webcast_im_InteractionContent{
|
|
webcast_im_InteractionContentCheck check=1;
|
|
int32 priority=2;
|
|
int32 loopcount=3;
|
|
repeated webcast_im_InteractionElement content=4;
|
|
}
|
|
message webcast_im_InteractionContentCheck{
|
|
int64 productid=1;
|
|
int32 index=2;
|
|
}
|
|
message webcast_im_InteractionElement{
|
|
enum Elementtype {
|
|
ElementType_0=0;
|
|
}
|
|
Elementtype elementtype=1;
|
|
string text=2;
|
|
string textcolor=3;
|
|
webcast_im_InteractionAvatar avatars=4;
|
|
int32 blankwidth=5;
|
|
}
|
|
message webcast_im_InteractionAvatar{
|
|
repeated string urllist=1;
|
|
int32 width=2;
|
|
int32 height=3;
|
|
}
|
|
message webcast_im_LiveShoppingMessage{
|
|
webcast_im_Common common=1;
|
|
enum Msgtype {
|
|
msgtype_0=0;
|
|
}
|
|
Msgtype msgtype=2;
|
|
int64 promotionid=3;
|
|
enum Bubbletype {
|
|
bubbletype_0=0;
|
|
}
|
|
Bubbletype bubbletype=5;
|
|
int64 screenshottimestamp=6;
|
|
repeated string sectargetuid=7;
|
|
string ecomnotice=8;
|
|
enum Updatetype {
|
|
updatetype_0=0;
|
|
}
|
|
Updatetype updatetype=10;
|
|
webcast_im_UpdatedProductInfo updatedproductinfo=11;
|
|
bool soldout=12;
|
|
webcast_im_UpdatedCouponInfo updatedcouponinfo=13;
|
|
webcast_im_UpdatedCampaignInfo updatedcampaigninfo=14;
|
|
int64 updatetimestamp=15;
|
|
string buttonlabel=16;
|
|
int64 promotionsnum=17;
|
|
webcast_im_UpdatedSkuInfo updateskuinfo=18;
|
|
webcast_im_UpdatedCommentaryVideoInfo updatedcommentaryvideoinfo=19;
|
|
webcast_im_UpdatedGroupInfo updatedgroupinfo=20;
|
|
string commerceauthoritychangetoast=21;
|
|
webcast_im_TraceTimeMetric tracetimemetric=22;
|
|
webcast_im_AuctionSuccess auctionsuccess=23;
|
|
webcast_im_AuctionInfo auctioninfo=24;
|
|
webcast_im_RedpackActivityInfo redpackactivityinfo=25;
|
|
webcast_im_UpdatedCartInfo updatedcartinfo=26;
|
|
webcast_im_LotteryInfo lotteryinfo=27;
|
|
webcast_im_WinLotteryInfo winlotteryinfo=28;
|
|
webcast_im_LotteryInfoList lotteryinfolist=29;
|
|
webcast_im_HotAtmosphere hotatmosphere=30;
|
|
string updatetoast=31;
|
|
bool cansold=32;
|
|
int64 logicalclock=33;
|
|
webcast_im_RoomTagOfflineInfo roomtagofflineinfo=34;
|
|
webcast_im_FilterSwitchChangeData filterswitchchangedata=35;
|
|
webcast_im_InteractionData interactiondata=36;
|
|
}
|
|
message webcast_data_CircleInfo{
|
|
int64 id=1;
|
|
string name=2;
|
|
webcast_data_Image coverimg=3;
|
|
string description=4;
|
|
}
|
|
message webcast_data_StageStruct{
|
|
string title=1;
|
|
string desc=2;
|
|
string iconurllock=3;
|
|
string iconurlunlock=4;
|
|
int64 type=5;
|
|
int64 subtype=6;
|
|
int64 unlockcount=7;
|
|
webcast_data_HiddenGiftExtra giftextra=8;
|
|
webcast_data_ShootExtra shootextra=9;
|
|
webcast_data_PosterExtra posterextra=10;
|
|
}
|
|
message webcast_data_HiddenGiftExtra{
|
|
string giftid=1;
|
|
}
|
|
message webcast_data_ShootExtra{
|
|
int64 shoottimes=1;
|
|
repeated string text=2;
|
|
int64 assetid=3;
|
|
}
|
|
message webcast_data_PosterExtra{
|
|
string posterid=1;
|
|
}
|
|
message webcast_data_EasterEggData{
|
|
bool haseasteregg=1;
|
|
int64 stage=2;
|
|
int64 totalstage=3;
|
|
int64 effectsnum=4;
|
|
int64 startcount=5;
|
|
int64 endcount=6;
|
|
int64 count=7;
|
|
string panelurl=8;
|
|
webcast_data_Image entranceicon=9;
|
|
}
|
|
message webcast_data_EcomLiveCard{
|
|
webcast_data_EcomProduct product=1;
|
|
webcast_data_EcomIcon icon=2;
|
|
webcast_data_EcomCampaign campaign=3;
|
|
}
|
|
message webcast_data_EcomProduct{
|
|
int64 promotionid=1;
|
|
int64 productid=2;
|
|
string title=3;
|
|
string coverimage=4;
|
|
webcast_data_EcomPrice price=5;
|
|
int64 regularprice=6;
|
|
int64 depositprice=7;
|
|
}
|
|
message webcast_data_EcomPrice{
|
|
string prefix=1;
|
|
string suffix=2;
|
|
int64 bycent=3;
|
|
string formatprice=4;
|
|
}
|
|
message webcast_data_EcomIcon{
|
|
string url=1;
|
|
}
|
|
message webcast_data_EcomCampaign{
|
|
int64 remainingseconds=1;
|
|
webcast_data_EcomAuction auction=2;
|
|
int64 type=3;
|
|
}
|
|
message webcast_data_EcomAuction{
|
|
int64 price=1;
|
|
string pricelabel=2;
|
|
string buttonlabel=3;
|
|
webcast_data_EcomBidder user=4;
|
|
int64 status=5;
|
|
}
|
|
message webcast_data_EcomBidder{
|
|
string name=1;
|
|
webcast_data_EcomAvatar avatar=2;
|
|
}
|
|
message webcast_data_EcomAvatar{
|
|
string url=1;
|
|
int64 width=2;
|
|
int64 height=3;
|
|
}
|
|
message webcast_data_EcomPop{
|
|
int64 productid=1;
|
|
int64 promotionid=2;
|
|
string title=3;
|
|
string cover=4;
|
|
webcast_data_EcomPrice minprice=5;
|
|
string sellingpoint=6;
|
|
string jumanjijson=7;
|
|
}
|
|
message webcast_data_Coupon{
|
|
string icon=1;
|
|
string starttime=2;
|
|
string expiretime=3;
|
|
string couponname=4;
|
|
string url=5;
|
|
string couponstring=6;
|
|
int64 countdown=7;
|
|
int64 showtype=8;
|
|
string couponmetaid=9;
|
|
string coupontype=10;
|
|
}
|
|
message webcast_data_Redpack{
|
|
int64 redpacktype=1;
|
|
int64 redpackactivityid=2;
|
|
string redpackactivitydisplaytext=3;
|
|
int64 startapplytime=4;
|
|
int64 endapplytime=5;
|
|
int64 preheattime=6;
|
|
int64 servertime=7;
|
|
int64 hasapplied=8;
|
|
string iconurl=9;
|
|
}
|
|
message webcast_data_EcomGoodsCard{
|
|
int64 productid=1;
|
|
string title=2;
|
|
string cover=3;
|
|
webcast_data_EcomPrice minprice=4;
|
|
webcast_data_Coupon coupon=5;
|
|
int64 promotionid=6;
|
|
int64 jumpdestination=7;
|
|
int64 cardtype=8;
|
|
webcast_data_Redpack redpack=9;
|
|
}
|
|
message webcast_data_RedsShowInfo{
|
|
int32 datatype=1;
|
|
string fulltext=2;
|
|
}
|
|
message webcast_data_SwitchExtraBase{
|
|
string schemaforcheck=1;
|
|
}
|
|
message webcast_data_SwitchExtraForOpen{
|
|
string schemaforopen=1;
|
|
}
|
|
message webcast_data_GameInvite{
|
|
int64 id=1;
|
|
int64 kind=2;
|
|
int64 createtime=3;
|
|
int64 nowtime=4;
|
|
int64 expiretime=5;
|
|
int64 status=6;
|
|
int64 roomid=7;
|
|
string idstr=8;
|
|
}
|
|
message webcast_data_InvitationSwitch{
|
|
int64 id=1;
|
|
enum Gamekind {
|
|
gamekind_0=0;
|
|
}
|
|
Gamekind gamekind=2;
|
|
int64 gameid=3;
|
|
int64 playkind=4;
|
|
int64 status=5;
|
|
string message=6;
|
|
webcast_data_SwitchExtraBase extrabase=7;
|
|
webcast_data_SwitchExtraForOpen extraforopen=8;
|
|
string idstr=9;
|
|
}
|
|
message webcast_data_GradeBuffInfo{
|
|
int64 bufflevel=1;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=2;
|
|
int64 endtime=3;
|
|
webcast_data_Image buffbadge=5;
|
|
}
|
|
message webcast_data_Image{
|
|
repeated string urllist=1;
|
|
string uri=2;
|
|
int64 height=3;
|
|
int64 width=4;
|
|
string avgcolor=5;
|
|
int32 imagetype=6;
|
|
string openweburl=7;
|
|
webcast_data_Image_Content content=8;
|
|
bool isanimated=9;
|
|
repeated webcast_data_Image_NinePatchSetting flexsettinglist=10;
|
|
repeated webcast_data_Image_NinePatchSetting textsettinglist=11;
|
|
}
|
|
message webcast_data_Image_Content{
|
|
string name=1;
|
|
string fontcolor=2;
|
|
int64 level=3;
|
|
string alternativetext=4;
|
|
}
|
|
message webcast_data_Image_NinePatchSetting{
|
|
repeated int64 settinglist=1;
|
|
}
|
|
message webcast_data_DiggIcon{
|
|
int64 id=1;
|
|
webcast_data_Image normaliconurl=2;
|
|
}
|
|
message webcast_data_WebImage{
|
|
repeated string urllist=1;
|
|
}
|
|
message webcast_data_AnchorLinkmicUserSettings{
|
|
bool isturnon=1;
|
|
bool acceptmultilinkmic=2;
|
|
bool acceptnotfollowerinvite=3;
|
|
bool allowgifttootheranchors=4;
|
|
bool acceptfriendinvite=5;
|
|
bool accepthourlyrankinvite=6;
|
|
bool acceptpopularityrankinvite=7;
|
|
bool acceptrecommendsearchinvite=8;
|
|
}
|
|
message webcast_data_BattleUserSettings{
|
|
bool isturnon=1;
|
|
bool acceptnotfollowerinvite=2;
|
|
bool allowgifttootheranchors=3;
|
|
bool acceptfriendinvite=4;
|
|
bool accepthourlyrankinvite=5;
|
|
bool acceptpopularityrankinvite=6;
|
|
int64 inviterejectpermanenttotal=7;
|
|
int64 inviterejecttemporarytotal=8;
|
|
string inviterejecttemporarytext=9;
|
|
bool pkacceptvolumeup=10;
|
|
bool pkautoconfirm=11;
|
|
}
|
|
message webcast_data_BattleUserSettingsList{
|
|
repeated webcast_data_BattleUserSettingsList_UserInfo list=1;
|
|
string nextcursor=2;
|
|
}
|
|
message webcast_data_BattleUserSettingsList_UserInfo{
|
|
int64 userid=1;
|
|
string nickname=2;
|
|
webcast_data_Image avatarthumb=3;
|
|
int64 autoremovetime=4;
|
|
enum Sex {
|
|
sex_0=0;
|
|
}
|
|
Sex sex=5;
|
|
int64 rivallivingroomid=6;
|
|
}
|
|
message webcast_data_RivalExtraInfo{
|
|
string text=1;
|
|
enum Texttype {
|
|
texttype_0=0;
|
|
}
|
|
Texttype texttype=2;
|
|
string label=3;
|
|
enum Anchorlayer {
|
|
anchorlayer_0=0;
|
|
}
|
|
Anchorlayer anchorlayer=4;
|
|
webcast_data_RivalExtraInfo_LinkerInfo linkerinfo=5;
|
|
webcast_data_AnchorLinkmicUserSettings linkmicusersettings=6;
|
|
webcast_data_BattleUserSettings battleusersettings=7;
|
|
int64 videoshowscore=8;
|
|
webcast_data_RivalExtraInfo_GameInfo gameinfo=9;
|
|
string signextra=10;
|
|
string recommendinfo=11;
|
|
enum Fromserverinvitetype {
|
|
fromserverinvitetype_0=0;
|
|
}
|
|
Fromserverinvitetype fromserverinvitetype=12;
|
|
}
|
|
message webcast_data_RivalExtraInfo_LinkerInfo{
|
|
repeated webcast_data_RivalExtraInfo_LinkerInfo_UserInfo linkedusers=1;
|
|
}
|
|
message webcast_data_RivalExtraInfo_LinkerInfo_UserInfo{
|
|
int64 userid=1;
|
|
string nickname=2;
|
|
webcast_data_Image avatarthumb=3;
|
|
}
|
|
message webcast_data_RivalExtraInfo_GameInfo{
|
|
string gametext=1;
|
|
string gamename=2;
|
|
}
|
|
message webcast_data_MultiPKModeInfo{
|
|
enum Modetab {
|
|
ModeTab_0=0;
|
|
}
|
|
Modetab modetab=1;
|
|
int64 version=3;
|
|
enum Switchsource {
|
|
switchsource_0=0;
|
|
}
|
|
Switchsource switchsource=4;
|
|
string versionstr=5;
|
|
}
|
|
message webcast_data_LinkerStats{
|
|
webcast_data_MultiPKModeInfo multipkmodeinfo=1;
|
|
bool battledisplayentrance=2;
|
|
bool forbidinvitebygeneral=3;
|
|
bool forbidapplyfromother=4;
|
|
}
|
|
message webcast_data_GameInviteInfo{
|
|
enum Invitesource {
|
|
invitesource_0=0;
|
|
}
|
|
Invitesource invitesource=1;
|
|
}
|
|
message webcast_data_LinkmicInfo{
|
|
string rtcextinfo=1;
|
|
string livecoreinfo=2;
|
|
}
|
|
message webcast_data_MultiChannelInfo{
|
|
bool usemultichannel=1;
|
|
}
|
|
message webcast_data_OfficialRoomInfo{
|
|
bool isshowmoreanchor=1;
|
|
bool isuseserversubtitle=2;
|
|
string serversubtitle=3;
|
|
}
|
|
message webcast_data_RoomChannelInfo{
|
|
int64 channelid=1;
|
|
string token=2;
|
|
bool isowner=3;
|
|
int64 membercount=4;
|
|
repeated webcast_data_User topuser=5;
|
|
string channelname=6;
|
|
int32 roomchannelmode=7;
|
|
webcast_data_User needapprovaluser=8;
|
|
webcast_data_User owner=9;
|
|
int64 maxmembercount=10;
|
|
webcast_data_RtcExtInfo rtcextinfo=200;
|
|
}
|
|
message webcast_data_RtcExtInfo{
|
|
string linkmicidstr=1;
|
|
string rtcextinfo=2;
|
|
string livecoreexrinfo=3;
|
|
string rtcstrategy=4;
|
|
string publicstreamid=5;
|
|
}
|
|
message webcast_data_PanelWidget{
|
|
int32 id=1;
|
|
string name=2;
|
|
string displaytext=3;
|
|
int32 type=4;
|
|
string imageurl=10;
|
|
string imagefallbackurl=11;
|
|
int32 isgray=12;
|
|
string toast=13;
|
|
int32 showtype=14;
|
|
string schemeurl=15;
|
|
string payload=100;
|
|
}
|
|
message webcast_data_VsEpisodeHighLight{
|
|
int64 location=1;
|
|
string description=2;
|
|
webcast_data_Image image=3;
|
|
}
|
|
message webcast_data_EpisodePremierePlay{
|
|
repeated webcast_data_VsEpisodeHighLight highlights=1;
|
|
enum Playtype {
|
|
playtype_0=0;
|
|
}
|
|
Playtype playtype=2;
|
|
int64 starttime=3;
|
|
}
|
|
message webcast_data_VSWatermark{
|
|
int64 position=1;
|
|
int64 landscapedis=2;
|
|
int64 verticaldis=3;
|
|
repeated webcast_data_VSWatermarkIcon watermarkicon=4;
|
|
}
|
|
message webcast_data_VSWatermarkIcon{
|
|
webcast_data_Image icon=1;
|
|
int64 iconwidth=2;
|
|
int64 icontype=3;
|
|
int64 landscapedis=4;
|
|
int64 verticaldis=5;
|
|
}
|
|
message webcast_data_VSBar{
|
|
webcast_data_VSItemBar itemcomment=1;
|
|
webcast_data_VSItemBar itembar=2;
|
|
}
|
|
message webcast_data_VSItemComment{
|
|
webcast_data_Image itemcommenticondark=1;
|
|
webcast_data_Image itemcommenticonlight=2;
|
|
}
|
|
message webcast_data_VSItemBar{
|
|
webcast_data_Image icondark=1;
|
|
webcast_data_Image iconlight=2;
|
|
string title=3;
|
|
string seperator=4;
|
|
string detail=5;
|
|
int64 watchinfopv=6;
|
|
string watchinfoheat=7;
|
|
int64 collectionid=8;
|
|
int32 tabid=9;
|
|
string contenttype=10;
|
|
}
|
|
message webcast_data_EpisodePreviewImage{
|
|
webcast_data_Image previewuriup=1;
|
|
webcast_data_Image previewuridown=2;
|
|
enum Previewtype {
|
|
previewtype_0=0;
|
|
}
|
|
Previewtype previewtype=3;
|
|
string previewwordup=4;
|
|
string previewworddown=5;
|
|
}
|
|
message webcast_data_VSGiftPannel{
|
|
repeated string backgroundcolors=1;
|
|
webcast_data_Image background=2;
|
|
webcast_data_Image selected=3;
|
|
}
|
|
message webcast_data_EpisodePreviewBottom{
|
|
string watchperiodstr=1;
|
|
string latestperiodstr=2;
|
|
}
|
|
message webcast_data_VSPannelIcon{
|
|
webcast_data_Image splandscapeicon=1;
|
|
webcast_data_Image spverticalicon=2;
|
|
webcast_data_Image landscapeverticalswitchicon=3;
|
|
webcast_data_Image lockscreenicon=4;
|
|
webcast_data_Image landscapemoreicon=9;
|
|
webcast_data_Image verticalmoreicon=10;
|
|
webcast_data_Image landscapecommenticon=11;
|
|
webcast_data_Image verticalcommenticon=12;
|
|
webcast_data_Image verticallandscapeswitchicon=13;
|
|
webcast_data_Image verticallockscreenicon=14;
|
|
}
|
|
message webcast_data_MultiCameraBasicInfo{
|
|
webcast_data_Image icon=1;
|
|
string iconbackgroundcolor=2;
|
|
string panelbackgroundcolor=3;
|
|
webcast_data_Image iconpad=4;
|
|
bool banxgs=5;
|
|
bool supportvscore=6;
|
|
}
|
|
message webcast_data_CollectionItem{
|
|
string collectionid=1;
|
|
enum Collectiontype {
|
|
collectiontype_0=0;
|
|
}
|
|
Collectiontype collectiontype=2;
|
|
string title=3;
|
|
webcast_data_Image coverimg=4;
|
|
string originalvid=5;
|
|
string videoduration=6;
|
|
string collectiontiming=7;
|
|
string tmplvid=8;
|
|
string roomid=11;
|
|
enum Collectionsource {
|
|
collectionsource_0=0;
|
|
}
|
|
Collectionsource collectionsource=12;
|
|
string originalvidurl=13;
|
|
enum Collectiontag {
|
|
collectiontag_0=0;
|
|
}
|
|
Collectiontag collectiontag=14;
|
|
string episodeid=15;
|
|
string shareinfo=16;
|
|
int64 createtime=17;
|
|
int32 status=18;
|
|
string ugshareinfo=19;
|
|
string degradevidurl=20;
|
|
int64 eventtime=21;
|
|
}
|
|
message webcast_data_ShareInfo{
|
|
string effectpanel=100;
|
|
string effectcategory=101;
|
|
string effectid=102;
|
|
string enterfrom=103;
|
|
string title1=104;
|
|
string title2=105;
|
|
string itemid=106;
|
|
repeated string backgroundimageurllist=107;
|
|
bool usegradientbackground=108;
|
|
repeated string urllist=109;
|
|
repeated string videovidlist=110;
|
|
float duration=111;
|
|
float width=112;
|
|
float height=113;
|
|
float fps=114;
|
|
float bitrate=115;
|
|
string currentplayingurlkey=116;
|
|
string musicid=117;
|
|
string jumpurl=118;
|
|
string landingstrategy=121;
|
|
string sharefromtype=122;
|
|
string sharefromkey=123;
|
|
string anchor=124;
|
|
string hashtagstickerconfigs=125;
|
|
}
|
|
message webcast_data_SharePosterInfo{
|
|
webcast_data_SharePosterInfo_PosterData data=1;
|
|
}
|
|
message webcast_data_SharePosterInfo_PosterData{
|
|
repeated webcast_data_Image poster=1;
|
|
repeated webcast_data_Image decorator=2;
|
|
}
|
|
message webcast_data_BusinessConfigure{
|
|
int64 businessid=1;
|
|
int64 bustype=2;
|
|
int32 delaysecond=3;
|
|
int64 precisetime=4;
|
|
int32 displaysecond=5;
|
|
webcast_data_ResourceConfigure resconfig=6;
|
|
int64 deltype=7;
|
|
}
|
|
message webcast_data_ResourceConfigure{
|
|
int64 resourceid=1;
|
|
webcast_data_BarrageConfigure barrageconf=2;
|
|
webcast_data_ScreenBarConfigure screenbarconf=3;
|
|
}
|
|
message webcast_data_BarrageConfigure{
|
|
webcast_data_Image logo=1;
|
|
string text=2;
|
|
string atomsbgcolor=3;
|
|
string atomsframe=4;
|
|
string atomstext=5;
|
|
webcast_data_Image image=6;
|
|
}
|
|
message webcast_data_ScreenBarConfigure{
|
|
webcast_data_Image image=1;
|
|
int32 isdynamicimg=2;
|
|
}
|
|
message webcast_data_PlayByPlayItemInfo{
|
|
int64 timestamp=1;
|
|
int64 playerid=2;
|
|
int64 refplayerid=3;
|
|
enum Incidenttype {
|
|
incidenttype_0=0;
|
|
}
|
|
Incidenttype incidenttype=4;
|
|
double elapsed=5;
|
|
double elapsedplus=6;
|
|
string playername=7;
|
|
string refplayername=8;
|
|
string playeridstr=9;
|
|
string refplayeridstr=10;
|
|
int64 starttimepts=11;
|
|
int64 endtimepts=12;
|
|
int64 starttimesei=13;
|
|
int64 endtimesei=14;
|
|
}
|
|
message webcast_data_PlayByPlayInfo{
|
|
int64 matchid=1;
|
|
repeated webcast_data_PlayByPlayItemInfo eventlist=2;
|
|
}
|
|
message webcast_data_PlayerInfo{
|
|
int64 id=1;
|
|
string name=2;
|
|
int32 shirt=3;
|
|
string position=4;
|
|
int32 lineuptype=5;
|
|
webcast_data_Image portrait=6;
|
|
webcast_data_PlayByPlayItemInfo lastevent=7;
|
|
double xaxis=8;
|
|
double yaxis=9;
|
|
int32 positionnum=10;
|
|
double playingtime=11;
|
|
webcast_data_PlayerStats playerstats=12;
|
|
string playeridstr=13;
|
|
webcast_data_PlayByPlayItemInfo lastupevent=14;
|
|
repeated webcast_data_PlayByPlayItemInfo eventlist=15;
|
|
int32 age=16;
|
|
double worth=17;
|
|
string clubname=18;
|
|
bool superstarflag=19;
|
|
webcast_data_Image superstarimg=20;
|
|
string superstarname=21;
|
|
string superstardesc=22;
|
|
}
|
|
message webcast_data_GoalStageDetail{
|
|
string firsthalfgoal=1;
|
|
string secondhalfgoal=2;
|
|
string overtime=3;
|
|
string shots=4;
|
|
string total=5;
|
|
}
|
|
message webcast_data_Against{
|
|
string leftname=1;
|
|
webcast_data_Image leftlogo=2;
|
|
string leftgoal=3;
|
|
repeated webcast_data_PlayerInfo leftplayers=4;
|
|
webcast_data_GoalStageDetail leftgoalstagedetail=5;
|
|
string rightname=6;
|
|
webcast_data_Image rightlogo=7;
|
|
string rightgoal=8;
|
|
repeated webcast_data_PlayerInfo rightplayers=9;
|
|
webcast_data_GoalStageDetail rightgoalstagedetail=10;
|
|
int64 timestamp=11;
|
|
int64 version=12;
|
|
int64 leftteamid=13;
|
|
int64 rightteamid=14;
|
|
int64 diffsei2abssecond=15;
|
|
int32 finalgoalstage=16;
|
|
int32 currentgoalstage=17;
|
|
int32 leftscoreaddition=18;
|
|
int32 rightscoreaddition=19;
|
|
int64 leftgoalint=20;
|
|
int64 rightgoalint=21;
|
|
}
|
|
message webcast_data_ToutiaoMatchData{
|
|
int64 matchid=1;
|
|
string matchtitle=2;
|
|
webcast_data_Against against=3;
|
|
string startedtime=4;
|
|
string city=5;
|
|
string venuename=6;
|
|
string referee=7;
|
|
webcast_data_TeamStats teamstats=8;
|
|
repeated webcast_data_PlayerStats playerstats=9;
|
|
string matchgroup=10;
|
|
string matchround=11;
|
|
string matchphasename=12;
|
|
bool cansubscribe=13;
|
|
int32 displaystatus=14;
|
|
string bjtformat=15;
|
|
string localtimeformat=16;
|
|
int32 livestatus=17;
|
|
int32 matchstatus=18;
|
|
string matchidstr=19;
|
|
int64 startedtimeunix=20;
|
|
int32 leftscoreaddition=21;
|
|
int32 rightscoreaddition=22;
|
|
string duration=23;
|
|
}
|
|
message webcast_data_TeamStats{
|
|
int64 teamid=1;
|
|
double possession=2;
|
|
double shoton=3;
|
|
double shotoff=4;
|
|
double freekick=5;
|
|
double corner=6;
|
|
double counter=7;
|
|
double saves=8;
|
|
double offside=9;
|
|
double foulcommit=10;
|
|
double yellowcards=11;
|
|
double redcards=12;
|
|
double pass=13;
|
|
double keypass=14;
|
|
double passescompleted=15;
|
|
double steal=16;
|
|
double intercept=17;
|
|
double shots=18;
|
|
double possessionfivemin=19;
|
|
}
|
|
message webcast_data_PlayerStats{
|
|
int64 playerid=1;
|
|
int64 teamid=2;
|
|
double minutesplayed=3;
|
|
double goals=4;
|
|
double assists=5;
|
|
double shots=6;
|
|
double shotson=7;
|
|
double ycards=8;
|
|
double rcards=9;
|
|
double offsides=10;
|
|
double foulscommitted=11;
|
|
double owngoals=12;
|
|
double saves=13;
|
|
double caughtball=14;
|
|
double cleansheets=15;
|
|
double pass=16;
|
|
double keypass=17;
|
|
double passescompleted=18;
|
|
double steal=19;
|
|
double intercept=20;
|
|
double clearances=21;
|
|
}
|
|
message webcast_data_MatchShareBackground{
|
|
webcast_data_Image verticalimg=1;
|
|
webcast_data_Image horizontalimg=2;
|
|
}
|
|
message webcast_data_MatchTitle{
|
|
string roomtitle=1;
|
|
webcast_data_MatchTitle_TitleIcon titleicon=2;
|
|
}
|
|
message webcast_data_MatchTitle_TitleIcon{
|
|
string url=1;
|
|
enum Sizetype {
|
|
sizetype_0=0;
|
|
}
|
|
Sizetype sizetype=2;
|
|
}
|
|
message webcast_data_MatchTab{
|
|
string title=1;
|
|
string schema=2;
|
|
int64 id=3;
|
|
}
|
|
message webcast_data_MatchDrawer{
|
|
string entryname=1;
|
|
webcast_data_Image entryicon=2;
|
|
string drawertitle=3;
|
|
webcast_data_Image drawerbackground=4;
|
|
string returnbtntext=5;
|
|
}
|
|
message webcast_data_TeamBaseInfo{
|
|
string teamname=1;
|
|
webcast_data_Image teamflagurl=2;
|
|
string teamcolor=3;
|
|
int64 teamid=4;
|
|
string teamidstr=5;
|
|
}
|
|
//webcast_data_User
|
|
message webcast_data_User{
|
|
int64 id=1;
|
|
int64 shortid=2;
|
|
string nickname=3;
|
|
int32 gender=4;
|
|
string signature=5;
|
|
int32 level=6;
|
|
int64 birthday=7;
|
|
string telephone=8;
|
|
webcast_data_Image avatarthumb=9;
|
|
webcast_data_Image avatarmedium=10;
|
|
webcast_data_Image avatarlarge=11;
|
|
bool verified=12;
|
|
int32 experience=13;
|
|
string city=14;
|
|
int32 status=15;
|
|
int64 createtime=16;
|
|
int64 modifytime=17;
|
|
int32 secret=18;
|
|
string shareqrcodeuri=19;
|
|
int32 incomesharepercent=20;
|
|
repeated webcast_data_Image badgeimagelist=21;
|
|
webcast_data_User_FollowInfo followinfo=22;
|
|
webcast_data_User_PayGrade paygrade=23;
|
|
webcast_data_User_FansClub fansclub=24;
|
|
webcast_data_User_Border border=25;
|
|
string specialid=26;
|
|
webcast_data_Image avatarborder=27;
|
|
webcast_data_Image medal=28;
|
|
repeated webcast_data_Image realtimeicons=29;
|
|
repeated webcast_data_Image newrealtimeicons=30;
|
|
int64 topvipno=31;
|
|
webcast_data_User_UserAttr userattr=32;
|
|
webcast_data_User_OwnRoom ownroom=33;
|
|
int64 payscore=34;
|
|
int64 ticketcount=35;
|
|
webcast_data_User_AnchorInfo anchorinfo=36;
|
|
enum Linkmicstats {
|
|
linkmicstats_0=0;
|
|
}
|
|
Linkmicstats linkmicstats=37;
|
|
string displayid=38;
|
|
bool withcommercepermission=39;
|
|
bool withfusionshopentry=40;
|
|
int64 totalrechargediamondcount=41;
|
|
webcast_data_User_AnchorLevel webcastanchorlevel=42;
|
|
string verifiedcontent=43;
|
|
webcast_data_User_AuthorStats authorstats=44;
|
|
repeated webcast_data_User topfans=45;
|
|
string secuid=46;
|
|
int32 userrole=47;
|
|
webcast_data_User_XiguaParams xiguainfo=48;
|
|
webcast_data_User_ActivityInfo activityreward=49;
|
|
webcast_data_User_NobleLevelInfo nobleinfo=50;
|
|
webcast_data_User_BrotherhoodInfo brotherhoodinfo=51;
|
|
webcast_data_Image personalcard=52;
|
|
webcast_data_User_AuthenticationInfo authenticationinfo=53;
|
|
int32 authorizationinfo=54;
|
|
int32 adversaryauthorizationinfo=55;
|
|
webcast_data_User_PoiInfo poiinfo=56;
|
|
repeated webcast_data_Image mediabadgeimagelist=57;
|
|
int32 adversaryuserstatus=58;
|
|
webcast_data_UserVIPInfo uservipinfo=59;
|
|
repeated webcast_data_Image badgeimagelistv2=61;
|
|
webcast_data_IndustryCertification industrycertification=62;
|
|
string locationcity=63;
|
|
webcast_data_User_FansGroupInfo fansgroupinfo=64;
|
|
string remarkname=65;
|
|
int32 mysteryman=66;
|
|
string webrid=67;
|
|
string desensitizednickname=68;
|
|
webcast_data_User_JAccreditInfo jaccreditinfo=69;
|
|
webcast_data_User_Subscribe subscribe=70;
|
|
bool isanonymous=71;
|
|
int32 consumediamondlevel=72;
|
|
string webcastuid=73;
|
|
webcast_data_User_ProfileStyleParams profilestyleparams=74;
|
|
webcast_data_User_UserDressInfo userdressinfo=75;
|
|
bool allowbelocated=1001;
|
|
bool allowfindbycontacts=1002;
|
|
bool allowothersdownloadvideo=1003;
|
|
bool allowothersdownloadwhensharingvideo=1004;
|
|
bool allowshareshowprofile=1005;
|
|
bool allowshowingossip=1006;
|
|
bool allowshowmyaction=1007;
|
|
bool allowstrangecomment=1008;
|
|
bool allowunfollowercomment=1009;
|
|
bool allowuselinkmic=1010;
|
|
webcast_data_User_AnchorLevel anchorlevel=1011;
|
|
webcast_data_Image avatarjpg=1012;
|
|
string bgimgurl=1013;
|
|
string birthdaydescription=1014;
|
|
bool birthdayvalid=1015;
|
|
int32 blockstatus=1016;
|
|
int32 commentrestrict=1017;
|
|
string constellation=1018;
|
|
int32 disableichat=1019;
|
|
int64 enableichatimg=1020;
|
|
int32 exp=1021;
|
|
int64 fanticketcount=1022;
|
|
bool foldstrangerchat=1023;
|
|
int64 followstatus=1024;
|
|
bool hotsoonverified=1025;
|
|
string hotsoonverifiedreason=1026;
|
|
int32 ichatrestricttype=1027;
|
|
string idstr=1028;
|
|
bool isfollower=1029;
|
|
bool isfollowing=1030;
|
|
bool needprofileguide=1031;
|
|
int64 payscores=1032;
|
|
bool pushcommentstatus=1033;
|
|
bool pushdigg=1034;
|
|
bool pushfollow=1035;
|
|
bool pushfriendaction=1036;
|
|
bool pushichat=1037;
|
|
bool pushstatus=1038;
|
|
bool pushvideopost=1039;
|
|
bool pushvideorecommend=1040;
|
|
webcast_data_User_UserStats stats=1041;
|
|
bool verifiedmobile=1042;
|
|
string verifiedreason=1043;
|
|
bool withcarmanagementpermission=1044;
|
|
int32 agerange=1045;
|
|
int64 watchdurationmonth=1046;
|
|
}
|
|
message webcast_data_User_FollowInfo{
|
|
int64 followingcount=1;
|
|
int64 followercount=2;
|
|
int64 followstatus=3;
|
|
int64 pushstatus=4;
|
|
string remarkname=5;
|
|
string followercountstr=6;
|
|
string followingcountstr=7;
|
|
}
|
|
message webcast_data_User_PayGrade{
|
|
int64 totaldiamondcount=1;
|
|
webcast_data_Image diamondicon=2;
|
|
string name=3;
|
|
webcast_data_Image icon=4;
|
|
string nextname=5;
|
|
int64 level=6;
|
|
webcast_data_Image nexticon=7;
|
|
int64 nextdiamond=8;
|
|
int64 nowdiamond=9;
|
|
int64 thisgrademindiamond=10;
|
|
int64 thisgrademaxdiamond=11;
|
|
int64 paydiamondbak=12;
|
|
string gradedescribe=13;
|
|
repeated webcast_data_User_PayGrade_GradeIcon gradeiconlist=14;
|
|
int64 screenchattype=15;
|
|
webcast_data_Image imicon=16;
|
|
webcast_data_Image imiconwithlevel=17;
|
|
webcast_data_Image liveicon=18;
|
|
webcast_data_Image newimiconwithlevel=19;
|
|
webcast_data_Image newliveicon=20;
|
|
int64 upgradeneedconsume=21;
|
|
string nextprivileges=22;
|
|
webcast_data_Image background=23;
|
|
webcast_data_Image backgroundback=24;
|
|
int64 score=25;
|
|
webcast_data_GradeBuffInfo buffinfo=26;
|
|
string gradebanner=1001;
|
|
webcast_data_Image profiledialogbg=1002;
|
|
webcast_data_Image profiledialogbgback=1003;
|
|
}
|
|
message webcast_data_User_PayGrade_GradeIcon{
|
|
webcast_data_Image icon=1;
|
|
int64 icondiamond=2;
|
|
int64 level=3;
|
|
string levelstr=4;
|
|
}
|
|
message webcast_data_User_FansClub{
|
|
webcast_data_User_FansClub_FansClubData data=1;
|
|
}
|
|
message webcast_data_User_FansClub_FansClubData{
|
|
string clubname=1;
|
|
int32 level=2;
|
|
enum Userfansclubstatus {
|
|
userfansclubstatus_0=0;
|
|
}
|
|
Userfansclubstatus userfansclubstatus=3;
|
|
webcast_data_User_FansClub_FansClubData_UserBadge badge=4;
|
|
int64 anchorid=6;
|
|
enum Badgetype {
|
|
badgetype_0=0;
|
|
}
|
|
Badgetype badgetype=7;
|
|
}
|
|
message webcast_data_User_FansClub_FansClubData_UserBadge{
|
|
string title=2;
|
|
}
|
|
message webcast_data_User_Border{
|
|
webcast_data_Image icon=1;
|
|
int64 level=2;
|
|
webcast_data_Image thumbicon=3;
|
|
string dressid=4;
|
|
}
|
|
message webcast_data_User_UserAttr{
|
|
bool ismuted=1;
|
|
bool isadmin=2;
|
|
bool issuperadmin=3;
|
|
}
|
|
message webcast_data_User_OwnRoom{
|
|
repeated string roomidsstr=2;
|
|
}
|
|
message webcast_data_User_AnchorInfo{
|
|
int64 level=1;
|
|
}
|
|
message webcast_data_User_AnchorLevel{
|
|
int64 level=1;
|
|
int64 experience=2;
|
|
int64 lowestexperiencethislevel=3;
|
|
int64 highestexperiencethislevel=4;
|
|
int64 taskstartexperience=5;
|
|
int64 taskstarttime=6;
|
|
int64 taskdecreaseexperience=7;
|
|
int64 tasktargetexperience=8;
|
|
int64 taskendtime=9;
|
|
webcast_data_Image profiledialogbg=10;
|
|
webcast_data_Image profiledialogbgback=11;
|
|
webcast_data_Image stagelevel=12;
|
|
webcast_data_Image smallicon=13;
|
|
}
|
|
message webcast_data_User_AuthorStats{
|
|
int64 videototalcount=1;
|
|
int64 videototalplaycount=2;
|
|
int64 videototalsharecount=3;
|
|
int64 videototalseriescount=4;
|
|
int64 varietyshowplaycount=5;
|
|
int64 videototalfavoritecount=6;
|
|
}
|
|
message webcast_data_User_XiguaParams{
|
|
string userauthinfo=1;
|
|
int64 ugcpublishmediaid=2;
|
|
int64 mediaid=3;
|
|
string authordesc=4;
|
|
string description=5;
|
|
bool userverified=6;
|
|
webcast_data_User_XiguaParams_UserExtendInfo userextendinfo=7;
|
|
int64 xiguauid=8;
|
|
string nickname=9;
|
|
webcast_data_Image avatarthumb=10;
|
|
webcast_data_Image avatarmedium=11;
|
|
webcast_data_Image avatarlarge=12;
|
|
}
|
|
message webcast_data_User_XiguaParams_UserExtendInfo{
|
|
string shareurl=1;
|
|
string rschemaurl=2;
|
|
webcast_data_User_XiguaParams_UserExtendInfo_RocketSchema rocketschemainfo=3;
|
|
}
|
|
message webcast_data_User_XiguaParams_UserExtendInfo_RocketSchema{
|
|
string rschema=1;
|
|
string rtoken=2;
|
|
string downloadurl=3;
|
|
}
|
|
message webcast_data_User_ActivityInfo{
|
|
webcast_data_Image badge=1;
|
|
webcast_data_Image storytag=2;
|
|
}
|
|
message webcast_data_User_NobleLevelInfo{
|
|
webcast_data_Image noblebackground=1;
|
|
int64 noblelevel=2;
|
|
webcast_data_Image nobleicon=3;
|
|
string noblename=4;
|
|
int64 expiretime=5;
|
|
webcast_data_Image noblebigicon=6;
|
|
webcast_data_Image nobleiconwithback=7;
|
|
webcast_data_Image nobleboarder=8;
|
|
repeated string noblebackgroundcolor=9;
|
|
}
|
|
message webcast_data_User_BrotherhoodInfo{
|
|
string name=1;
|
|
int64 level=2;
|
|
webcast_data_Image background=3;
|
|
string fontcolor=4;
|
|
}
|
|
message webcast_data_User_AuthenticationInfo{
|
|
string customverify=1;
|
|
string enterpriseverifyreason=2;
|
|
webcast_data_Image authenticationbadge=3;
|
|
webcast_data_User_AuthenticationInfo_AccountTypeInfo accounttypeinfo=10;
|
|
}
|
|
message webcast_data_User_AuthenticationInfo_AccountTypeInfo{
|
|
// getAccountTypeMapMap dmessage=1;
|
|
}
|
|
message webcast_data_User_PoiInfo{
|
|
bool ispoienabled=1;
|
|
int64 poiid=2;
|
|
string poiname=3;
|
|
string poiidstr=4;
|
|
int64 followercountpermission=5;
|
|
int64 whiteuserpermission=6;
|
|
}
|
|
message webcast_data_User_FansGroupInfo{
|
|
string listfansgroupurl=1;
|
|
}
|
|
message webcast_data_User_JAccreditInfo{
|
|
int32 jaccreditbasic=1;
|
|
int32 jaccreditadvance=2;
|
|
int32 jaccreditcontent=3;
|
|
int32 jaccreditlive=4;
|
|
}
|
|
message webcast_data_User_Subscribe{
|
|
bool ismember=1;
|
|
int64 level=2;
|
|
int64 identitytype=3;
|
|
int64 buytype=4;
|
|
int64 open=5;
|
|
}
|
|
message webcast_data_User_ProfileStyleParams{
|
|
int64 profilestyle=1;
|
|
int64 smartswitch=2;
|
|
}
|
|
message webcast_data_User_UserDressInfo{
|
|
repeated string dresswearids=1;
|
|
repeated string dressownids=2;
|
|
}
|
|
message webcast_data_User_UserStats{
|
|
int64 id=1;
|
|
string idstr=2;
|
|
int64 followingcount=3;
|
|
int64 followercount=4;
|
|
int64 recordcount=5;
|
|
int64 totalduration=6;
|
|
int64 dailyfanticketcount=7;
|
|
int64 dailyincome=8;
|
|
int64 itemcount=9;
|
|
int64 favoriteitemcount=10;
|
|
int64 diamondcount=11;
|
|
int64 diamondconsumedcount=12;
|
|
int64 tuwenitemcount=13;
|
|
}
|
|
message webcast_data_WebUser{
|
|
string idstr=1;
|
|
string secuid=2;
|
|
string nickname=3;
|
|
webcast_data_WebImage avatarthumb=4;
|
|
webcast_data_WebUser_FollowInfo followinfo=5;
|
|
}
|
|
message webcast_data_WebUser_FollowInfo{
|
|
int64 followstatus=1;
|
|
string followstatusstr=2;
|
|
}
|
|
message webcast_data_IndustryCertification{
|
|
webcast_data_IndustryCertificationProfile profile=1;
|
|
webcast_data_IndustryCertificationRoom room=2;
|
|
}
|
|
message webcast_data_IndustryCertificationProfile{
|
|
webcast_data_Image icon=1;
|
|
string content=2;
|
|
string schema=3;
|
|
string contentcolor=4;
|
|
string bgcolor=5;
|
|
int64 certtype=6;
|
|
}
|
|
message webcast_data_IndustryCertificationRoom{
|
|
webcast_data_IndustryCertificationRoom_RoomOwner roomowner=1;
|
|
}
|
|
message webcast_data_IndustryCertificationRoom_RoomOwner{
|
|
webcast_data_Image title=1;
|
|
string subtitle=2;
|
|
string leftcolor=3;
|
|
string rightcolor=4;
|
|
int32 anchorindustrytype=5;
|
|
webcast_data_Image brandstoretitle=6;
|
|
webcast_data_Image brandstorebackground=7;
|
|
webcast_data_Image anchorredsicon=8;
|
|
webcast_data_Image anchorredssmallicon=9;
|
|
}
|
|
message webcast_data_LiveUser{
|
|
int64 id=1;
|
|
string nickname=2;
|
|
webcast_data_Image avatarthumb=3;
|
|
webcast_data_Image avatarmedium=4;
|
|
webcast_data_Image avatarlarge=5;
|
|
webcast_data_User_FollowInfo followinfo=6;
|
|
}
|
|
message webcast_data_VIPBadge{
|
|
// getIconsMap dmessage=1;
|
|
}
|
|
message webcast_data_UserVIPInfo{
|
|
int64 viplevel=1;
|
|
string viplevelname=2;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=3;
|
|
int64 starttime=4;
|
|
int64 endtime=5;
|
|
int64 remainingdays=6;
|
|
int64 totalconsume=7;
|
|
int64 targetconsume=8;
|
|
webcast_data_VIPBadge badge=9;
|
|
}
|
|
message webcast_data_VIPOpenInfo{
|
|
int64 openprice=1;
|
|
int64 renewprice=2;
|
|
}
|
|
message webcast_data_GameExtra{
|
|
int32 kind=1;
|
|
int32 status=2;
|
|
int64 gameid=3;
|
|
int32 giftlimit=4;
|
|
int64 roundid=5;
|
|
enum Gamekind {
|
|
gamekind_0=0;
|
|
}
|
|
Gamekind gamekind=6;
|
|
int64 chat=7;
|
|
int64 loader=8;
|
|
int64 reload=9;
|
|
}
|
|
message webcast_data_WebRoom{
|
|
string idstr=1;
|
|
int64 status=2;
|
|
string statusstr=3;
|
|
string title=4;
|
|
string usercountstr=5;
|
|
webcast_data_WebImage cover=6;
|
|
webcast_data_WebStreamUrl streamurl=7;
|
|
int64 mosaicstatus=8;
|
|
string mosaicstatusstr=9;
|
|
repeated string adminuseridsstr=11;
|
|
webcast_data_WebUser owner=12;
|
|
webcast_data_WebRoomAuthStatus roomauth=13;
|
|
int64 liveroommode=14;
|
|
webcast_data_WebRoomStats stats=15;
|
|
bool hascommercegoods=16;
|
|
webcast_data_LinkerDetail linkerdetail=18;
|
|
webcast_data_EpisodeExtraInfo episodeextra=19;
|
|
webcast_data_RoomViewStats roomviewstats=20;
|
|
webcast_data_RoomSpecificSceneTypeInfo scenetypeinfo=21;
|
|
webcast_data_MatchRoomData match=22;
|
|
webcast_data_CommentaryRoomInfo commentaryroominfo=23;
|
|
webcast_data_ToolBarData toolbardata=24;
|
|
webcast_data_EcomData ecomdata=25;
|
|
webcast_data_RoomCart roomcart=26;
|
|
}
|
|
message webcast_data_WebRoomStats{
|
|
string totaluserdesp=13;
|
|
int64 likecount=14;
|
|
string totaluserstr=15;
|
|
string usercountstr=16;
|
|
}
|
|
message webcast_data_MatchRoomInfo{
|
|
webcast_data_MatchTabFrame matchtabframe=1;
|
|
webcast_data_MatchTitle matchtitle=2;
|
|
webcast_data_ToutiaoMatchData matchdata=3;
|
|
string matchhashtag=5;
|
|
repeated webcast_data_Image backgroundimageurllist=6;
|
|
webcast_data_Image shareicon=7;
|
|
webcast_data_MatchRoomImInfo iminfo=8;
|
|
webcast_data_MatchShareBackground matchsharebackground=9;
|
|
string themeid=10;
|
|
webcast_data_MatchShareBackground matchlivesharebackground=11;
|
|
int64 matchid=12;
|
|
}
|
|
message webcast_data_MatchRoomImInfo{
|
|
webcast_data_Image icon=1;
|
|
string title=2;
|
|
}
|
|
message webcast_data_MatchTabFrame{
|
|
repeated webcast_data_MatchTab tabs=1;
|
|
repeated webcast_data_MatchTab replaytabs=2;
|
|
string color=3;
|
|
string backgroundcolor=4;
|
|
}
|
|
//webcast_data_Room
|
|
message webcast_data_Room{
|
|
int64 id=1;
|
|
string idstr=2;
|
|
int64 status=3;
|
|
int64 owneruserid=4;
|
|
string title=5;
|
|
int64 usercount=6;
|
|
int64 createtime=7;
|
|
int64 linkmiclayout=8;
|
|
int64 finishtime=9;
|
|
webcast_data_RoomExtra extra=10;
|
|
string dynamiccoveruri=11;
|
|
int64 lastpingtime=13;
|
|
int64 liveid=14;
|
|
int64 streamprovider=15;
|
|
int64 ostype=16;
|
|
int64 clientversion=17;
|
|
bool withlinkmic=18;
|
|
bool enableroomperspective=19;
|
|
webcast_data_Image cover=20;
|
|
webcast_data_Image dynamiccover=21;
|
|
webcast_data_Image dynamiccoverlow=22;
|
|
string shareurl=23;
|
|
string anchorsharetext=24;
|
|
string usersharetext=25;
|
|
int64 streamid=26;
|
|
string streamidstr=27;
|
|
webcast_data_StreamUrl streamurl=28;
|
|
int64 mosaicstatus=29;
|
|
string mosaictip=30;
|
|
int64 cellstyle=31;
|
|
webcast_data_LinkMic linkmic=32;
|
|
int64 luckymoneynum=33;
|
|
repeated webcast_data_Decoration decolist=34;
|
|
repeated webcast_data_TopFan topfans=35;
|
|
webcast_data_RoomStats stats=36;
|
|
string sundailyiconcontent=37;
|
|
string distance=38;
|
|
string distancecity=39;
|
|
string location=40;
|
|
string realdistance=41;
|
|
webcast_data_Image feedroomlabel=42;
|
|
string commonlabellist=43;
|
|
webcast_data_RoomUserAttr livingroomattrs=44;
|
|
webcast_data_User owner=46;
|
|
string privateinfo=47;
|
|
bool hascommercegoods=48;
|
|
bool livetypenormal=49;
|
|
bool livetypelinkmic=50;
|
|
bool livetypeaudio=51;
|
|
bool livetypethirdparty=52;
|
|
bool livetypescreenshot=53;
|
|
bool livetypesandbox=54;
|
|
bool livetypeofficial=55;
|
|
int64 groupid=59;
|
|
int64 orientation=60;
|
|
int64 category=61;
|
|
int64 starttime=63;
|
|
int64 popularity=64;
|
|
string popularitystr=65;
|
|
int64 fcdnappid=66;
|
|
bool sellgoods=68;
|
|
int64 webcount=69;
|
|
string verticalcoveruri=70;
|
|
int64 basecategory=71;
|
|
webcast_data_RoomAuthStatus roomauth=72;
|
|
repeated webcast_data_RoomTab roomtabs=73;
|
|
string introduction=74;
|
|
webcast_data_BurstInfo burst=75;
|
|
webcast_data_RoomHealthScoreInfo healthscore=76;
|
|
bool isreplay=77;
|
|
string vid=78;
|
|
int64 groupsource=79;
|
|
int64 lotteryfinishtime=80;
|
|
webcast_data_RoomActivityTag activitytag=81;
|
|
webcast_data_Image portraitcover=82;
|
|
webcast_data_Image background=83;
|
|
int64 layout=84;
|
|
string waitcopy=85;
|
|
webcast_data_Image guidebutton=86;
|
|
string previewcopy=87;
|
|
bool isshowinquiryball=88;
|
|
webcast_data_MatchInfo matchinfo=89;
|
|
bool usefilter=90;
|
|
int64 giftmsgstyle=91;
|
|
string distancekm=92;
|
|
string finishurl=93;
|
|
webcast_data_OfficialRoomInfo officialroominfo=94;
|
|
bool isshowusercardswitch=95;
|
|
string videofeedtag=96;
|
|
string forumextradata=97;
|
|
int64 fansclubmsgstyle=98;
|
|
int64 followmsgstyle=99;
|
|
int64 sharemsgstyle=100;
|
|
int64 roomlayout=101;
|
|
string shorttitle=102;
|
|
webcast_data_RoomShortTouchAreaConfig shorttouchareaconfig=103;
|
|
int64 booktime=104;
|
|
int64 bookendtime=105;
|
|
int64 roomauditstatus=106;
|
|
webcast_data_TVStation tv=108;
|
|
bool replay=109;
|
|
string challengeinfo=110;
|
|
int64 likecount=111;
|
|
int64 searchid=112;
|
|
string anchorscheduledtimetext=113;
|
|
string hotsentenceinfo=114;
|
|
int64 replaylocation=115;
|
|
int64 streamclosetime=116;
|
|
string contenttag=117;
|
|
webcast_data_Image contentlabel=118;
|
|
webcast_data_Image operationlabel=119;
|
|
int32 anchortabtype=120;
|
|
webcast_data_GameExtra gameextra=121;
|
|
webcast_data_OfficialChannelInfo officialchannel=122;
|
|
string stamps=123;
|
|
webcast_data_CommentBox commentbox=124;
|
|
int32 businesslive=125;
|
|
bool withktv=126;
|
|
bool withdrawsomething=127;
|
|
int64 webcastcommenttcs=128;
|
|
int64 roomtag=129;
|
|
int32 finishreason=131;
|
|
webcast_data_RoomCart roomcart=132;
|
|
string scrollconfig=133;
|
|
string relationtag=134;
|
|
int64 ownerdeviceid=135;
|
|
int64 autocover=136;
|
|
int64 appid=137;
|
|
int64 webcastsdkversion=138;
|
|
int64 commentnamemode=139;
|
|
string roomcreateabparam=140;
|
|
int64 preentertime=141;
|
|
int64 ranklistaudiencetype=142;
|
|
int64 previewflowtag=143;
|
|
webcast_data_Image previewtagurl=144;
|
|
webcast_data_QuizExtra quizextra=145;
|
|
webcast_data_LinkerUsers linkerusers=147;
|
|
int64 linkmicdisplaytype=148;
|
|
webcast_data_AudioBGData audioroombgimage=149;
|
|
webcast_data_LinkerUsers citytoplinkerusers=150;
|
|
webcast_data_BorderInfo borderinfo=151;
|
|
webcast_data_Image citytopbackground=152;
|
|
string citytopdistance=153;
|
|
int64 liveroommode=154;
|
|
webcast_data_Bonus bonus=155;
|
|
bool highlight=156;
|
|
bool isofficialchannelroom=157;
|
|
webcast_data_ActivityRoomSkinInfo activityroomskininfo=158;
|
|
webcast_data_RoomReplayInfo replayinfo=160;
|
|
int64 officialchanneluid=161;
|
|
string liveplatformsource=162;
|
|
int64 acquaintancestatus=163;
|
|
webcast_data_CommentWallInfo commentwallinfo=164;
|
|
webcast_data_CommentWallPosition commentwallposition=165;
|
|
bool livetypevslive=166;
|
|
bool livetypevspremiere=167;
|
|
webcast_data_EpisodeExtraInfo episodeextra=168;
|
|
string itemexplicitinfo=170;
|
|
webcast_data_ShortTouchAuth shorttouchauth=171;
|
|
int64 sofalayout=172;
|
|
webcast_data_AnnouncementInfo announcementinfo=173;
|
|
bool isneedchecklist=174;
|
|
webcast_data_LiveStatusInfo livestatusinfo=175;
|
|
webcast_data_RoomIMInfo iminfo=176;
|
|
webcast_data_LabelInfo assistlabel=177;
|
|
webcast_data_InteractOpenExtra interactopenextra=178;
|
|
webcast_data_VerticalTypeInfo verticaltypeinfo=179;
|
|
repeated webcast_data_FilterWord filterwords=180;
|
|
webcast_data_LabelInfo dynamiclabel=181;
|
|
webcast_data_LinkerDetail linkerdetail=182;
|
|
int32 visibilityrange=183;
|
|
webcast_data_CornerMarkReach cornermarkreach=184;
|
|
webcast_data_PreviewExposeData previewexpose=185;
|
|
webcast_data_WelfareProjectInfo welfareprojectinfo=186;
|
|
int32 gameroomtype=187;
|
|
webcast_data_PaidLiveData paidlivedata=188;
|
|
webcast_data_EasterEggData eastereggdata=189;
|
|
bool titlerecommend=190;
|
|
int64 danmakudetail=191;
|
|
webcast_data_AvatarLiveInfo avatarliveinfo=192;
|
|
webcast_data_CircleInfo circleinfo=193;
|
|
int64 haspromotiongames=194;
|
|
webcast_data_Image screenshotsover=195;
|
|
webcast_data_Appearance appearance=196;
|
|
webcast_data_EcomData ecomdata=197;
|
|
webcast_data_IndustryServiceInfo industryserviceinfo=198;
|
|
webcast_data_RelevantRecommendation relevantrecommendation=199;
|
|
webcast_data_RoomSpecificSceneTypeInfo scenetypeinfo=200;
|
|
webcast_data_GameCPData gamecp=201;
|
|
webcast_data_GamePlayData gameplay=202;
|
|
webcast_data_UnionLiveInfo unionliveinfo=203;
|
|
webcast_data_BeautifyInfo beautifyinfo=204;
|
|
webcast_data_ToolBarData toolbardata=205;
|
|
webcast_data_AnchorTabLabel anchortablabel=206;
|
|
webcast_data_LifeGrouponInfo lifegrouponinfo=207;
|
|
webcast_data_VipData vipdata=208;
|
|
int64 toutiaocoverrecommendlevel=209;
|
|
int64 toutiaotitlerecommendlevel=210;
|
|
repeated webcast_data_UpperRightWidgetData upperrightwidgetdatalist=211;
|
|
webcast_data_FeedbackCard livefeedbackcard=212;
|
|
repeated webcast_data_LabelInfo assistlabellist=213;
|
|
webcast_data_DesireInfo desireinfo=214;
|
|
webcast_data_HotRoomInfo hotroominfo=215;
|
|
bool withaggregatecolumn=216;
|
|
webcast_data_CastScreenData castscreendata=217;
|
|
webcast_data_OfficialChannelExtraInfo officialchannelextra=218;
|
|
string authcity=219;
|
|
webcast_data_ActivityLiveRecommendConfig activityliverecommendconfig=220;
|
|
webcast_data_RoomChannelData roomchannel=221;
|
|
webcast_data_PackMetaInfo packmeta=222;
|
|
webcast_data_ActivityData activitydata=223;
|
|
webcast_data_LikeDisplayConfig likedisplayconfig=224;
|
|
webcast_data_RoomViewStats roomviewstats=225;
|
|
webcast_data_MatchRoomData match=226;
|
|
webcast_data_CommentaryRoomInfo commentaryroominfo=227;
|
|
int64 redpacketaudienceauth=228;
|
|
webcast_data_MatchChatConfig matchchatconfig=229;
|
|
int64 vsmainreplayid=230;
|
|
string screencapturesharingtitle=231;
|
|
webcast_data_ShareResource shareresource=232;
|
|
repeated string sharingmusicidlist=233;
|
|
webcast_data_PublicScreenBottomInfo publicscreenbottominfo=234;
|
|
webcast_data_RoomBasisData basis=300;
|
|
webcast_data_RoomInteractData interact=301;
|
|
webcast_data_RoomRevenueData revenue=302;
|
|
webcast_data_RoomReqUserData requser=303;
|
|
webcast_data_RoomAnchorData anchordata=304;
|
|
webcast_data_RoomOthersData others=305;
|
|
webcast_data_PicoInfo picoinfo=306;
|
|
}
|
|
message webcast_data_PicoInfo{
|
|
int64 picolivetype=1;
|
|
string picovirtuallivebgimageuri=2;
|
|
string picocreatescene=3;
|
|
string custominfo=4;
|
|
string picovirtuallivebgimagedigest=5;
|
|
float pitch=7;
|
|
}
|
|
message webcast_data_PublicScreenBottomInfo{
|
|
repeated webcast_data_PublicScreenBottomInfo_BottomCard bottomcards=1;
|
|
}
|
|
message webcast_data_PublicScreenBottomInfo_BottomCard{
|
|
string name=1;
|
|
int64 priority=2;
|
|
int64 duration=3;
|
|
string bizparams=4;
|
|
}
|
|
message webcast_data_ShareResource{
|
|
webcast_data_Image toastbackground=1;
|
|
string ugshareinfo=3;
|
|
}
|
|
message webcast_data_MatchChatConfig{
|
|
string maingroupiconurl=1;
|
|
string maingroupbackgroundurl=2;
|
|
string guestgroupiconurl=3;
|
|
string guestgroupbackgroundurl=4;
|
|
repeated string aggregateiconurl=5;
|
|
}
|
|
message webcast_data_CommentaryRoomInfo{
|
|
int64 userid=1;
|
|
webcast_data_Image avatar=2;
|
|
string nickname=3;
|
|
string title=4;
|
|
int64 roomid=5;
|
|
}
|
|
message webcast_data_RoomBasisData{
|
|
int64 nextping=1;
|
|
}
|
|
message webcast_data_RoomInteractData{
|
|
}
|
|
message webcast_data_RoomRevenueData{
|
|
}
|
|
message webcast_data_RoomReqUserData{
|
|
}
|
|
message webcast_data_RoomAnchorData{
|
|
string finishschema=1;
|
|
}
|
|
message webcast_data_RoomOthersData{
|
|
webcast_data_DecotationDetail decodetail=1;
|
|
webcast_data_MorePanelData morepanelinfo=2;
|
|
webcast_data_AppointmentData appointmentinfo=3;
|
|
}
|
|
message webcast_data_AppointmentData{
|
|
int64 appointmentid=1;
|
|
bool issubscribe=2;
|
|
}
|
|
message webcast_data_MorePanelData{
|
|
enum Loadstrategy {
|
|
loadstrategy_0=0;
|
|
}
|
|
Loadstrategy loadstrategy=1;
|
|
}
|
|
message webcast_data_ActivityData{
|
|
bool xgplay=1;
|
|
webcast_data_MatchRoomData match=2;
|
|
}
|
|
message webcast_data_CastScreenData{
|
|
string showtext=1;
|
|
enum Sdkversion {
|
|
sdkversion_0=0;
|
|
}
|
|
Sdkversion sdkversion=3;
|
|
webcast_data_CastOttPermission permission=4;
|
|
enum Forcecastonly {
|
|
forcecastonly_0=0;
|
|
}
|
|
Forcecastonly forcecastonly=5;
|
|
}
|
|
message webcast_data_CastOttPermission{
|
|
bool enable=1;
|
|
string failuretoast=2;
|
|
}
|
|
message webcast_data_DesireInfo{
|
|
int64 desireid=1;
|
|
string desireidstr=2;
|
|
}
|
|
message webcast_data_FeedbackCard{
|
|
string title=1;
|
|
int64 feedbackid=2;
|
|
repeated webcast_data_FeedbackCard_Question question=3;
|
|
webcast_data_FeedbackCard_Condition condition=4;
|
|
int64 roomid=5;
|
|
webcast_data_Room roomdata=6;
|
|
string negativetext=7;
|
|
webcast_data_Image bgm=8;
|
|
int32 feedbacktype=9;
|
|
int32 inflowfeedbacktype=10;
|
|
}
|
|
message webcast_data_FeedbackCard_Option{
|
|
string key=1;
|
|
string text=2;
|
|
int64 subquestionid=3;
|
|
bool negative=4;
|
|
string toasttext=5;
|
|
int32 tendency=6;
|
|
}
|
|
message webcast_data_FeedbackCard_RoomCardStruct{
|
|
webcast_data_Room data=1;
|
|
string title=2;
|
|
string subtitle=3;
|
|
}
|
|
message webcast_data_FeedbackCard_Question{
|
|
string questionkey=1;
|
|
string questiontext=2;
|
|
int64 type=3;
|
|
repeated webcast_data_FeedbackCard_Option options=4;
|
|
int64 questionid=5;
|
|
repeated webcast_data_FeedbackCard_RoomCardStruct roomcards=6;
|
|
}
|
|
message webcast_data_FeedbackCard_Condition{
|
|
int64 fromtime=1;
|
|
int64 totime=2;
|
|
int64 actiontype=4;
|
|
int64 previewtime=5;
|
|
}
|
|
message webcast_data_UpperRightWidgetData{
|
|
string name=1;
|
|
enum Widgettype {
|
|
widgettype_0=0;
|
|
}
|
|
Widgettype widgettype=2;
|
|
string extra=3;
|
|
int32 priority=4;
|
|
}
|
|
message webcast_data_VipData{
|
|
int32 viproom=1;
|
|
}
|
|
message webcast_data_AnchorTabLabel{
|
|
string content=1;
|
|
webcast_data_Image label=2;
|
|
webcast_data_Image icon=3;
|
|
int32 style=4;
|
|
int32 type=5;
|
|
string key=6;
|
|
string accessiblecontent=7;
|
|
}
|
|
message webcast_data_BeautifyInfo{
|
|
bool usefilter=1;
|
|
bool commerceusefilter=2;
|
|
}
|
|
message webcast_data_UnionLiveInfo{
|
|
repeated webcast_data_UnionLiveInfo_GuestAnchor guestanchors=1;
|
|
string avatardescription=2;
|
|
bool fixedsort=3;
|
|
string tag=4;
|
|
}
|
|
message webcast_data_UnionLiveInfo_GuestAnchor{
|
|
webcast_data_User user=1;
|
|
string tag=2;
|
|
}
|
|
message webcast_data_RoomSpecificSceneTypeInfo{
|
|
bool isunionliveroom=1;
|
|
bool islife=2;
|
|
int32 isprotectedroom=3;
|
|
int32 islastedgoodsroom=4;
|
|
int32 isdesireroom=5;
|
|
bool commentarytype=6;
|
|
}
|
|
message webcast_data_RelevantRecommendation{
|
|
enum Relevanttype {
|
|
RelevantType_0=0;
|
|
}
|
|
Relevanttype relevanttype=1;
|
|
enum Bottombarcategory {
|
|
bottombarcategory_0=0;
|
|
}
|
|
Bottombarcategory bottombarcategory=2;
|
|
webcast_data_Image icon=3;
|
|
string bartextprefix=4;
|
|
string bartextpostfix=5;
|
|
webcast_data_RelevantRecommendation_HighLightInfo highlightinfo=6;
|
|
webcast_data_RelevantRecommendation_EcomInfo ecominfo=7;
|
|
webcast_data_RelevantRecommendation_VsInfo vsinfo=8;
|
|
webcast_data_RelevantRecommendation_WhiteCategoryInfo whitecategoryinfo=9;
|
|
}
|
|
message webcast_data_RelevantRecommendation_HighLightInfo{
|
|
string mainurl=1;
|
|
string bakurl=2;
|
|
}
|
|
message webcast_data_RelevantRecommendation_EcomInfo{
|
|
int64 productid=1;
|
|
string productname=2;
|
|
}
|
|
message webcast_data_RelevantRecommendation_Episode{
|
|
int64 episodeid=1;
|
|
string episodename=2;
|
|
webcast_data_Image episodecover=3;
|
|
string currentperiod=4;
|
|
int64 seasonid=5;
|
|
string itemid=6;
|
|
}
|
|
message webcast_data_RelevantRecommendation_VsInfo{
|
|
repeated webcast_data_RelevantRecommendation_Episode episodes=1;
|
|
}
|
|
message webcast_data_RelevantRecommendation_WhiteCategoryInfo{
|
|
int64 firstleveltagid=1;
|
|
}
|
|
message webcast_data_IndustryServiceInfo{
|
|
bool entranceopen=1;
|
|
webcast_data_Image iconimage=2;
|
|
webcast_data_IndustryServiceInfo_ConsultInfo consultinfo=3;
|
|
}
|
|
message webcast_data_IndustryServiceInfo_ConsultInfo{
|
|
string bizinfo=1;
|
|
enum Consultrole {
|
|
consultrole_0=0;
|
|
}
|
|
Consultrole consultrole=2;
|
|
}
|
|
message webcast_data_EcomData{
|
|
webcast_data_EcomLiveCard livecard=1;
|
|
webcast_data_EcomPop pop=2;
|
|
webcast_data_EcomGoodsCard goodscard=3;
|
|
repeated webcast_data_RedsShowInfo redsshowinfos=4;
|
|
webcast_data_RoomCartV2 roomcartv2=5;
|
|
}
|
|
message webcast_data_AvatarLiveInfo{
|
|
string type=1;
|
|
string text=2;
|
|
int32 textsize=3;
|
|
webcast_data_Image image=4;
|
|
}
|
|
message webcast_data_WelfareProjectInfo{
|
|
int64 projectid=1;
|
|
int64 showfrequency=2;
|
|
string containercardurl=3;
|
|
string welfaredetailpageurl=4;
|
|
string projectidstr=5;
|
|
}
|
|
message webcast_data_CornerMarkReach{
|
|
bool needreach=1;
|
|
int64 duration=2;
|
|
int64 elemtype=3;
|
|
}
|
|
message webcast_data_VerticalTypeInfo{
|
|
string name=1;
|
|
int64 tabtype=2;
|
|
int64 tagid=3;
|
|
bool issubtag=4;
|
|
webcast_data_Image icon=5;
|
|
int64 validtime=6;
|
|
int64 priority=7;
|
|
string extra=8;
|
|
string eventextra=9;
|
|
}
|
|
message webcast_data_FilterWord{
|
|
string id=1;
|
|
bool isselected=2;
|
|
string name=3;
|
|
}
|
|
message webcast_data_LabelInfo{
|
|
int64 labeltype=1;
|
|
int64 displaytype=2;
|
|
webcast_data_SpliceLabel splicelabel=3;
|
|
webcast_data_Image wholelabel=4;
|
|
string extra=5;
|
|
webcast_data_ProfilePicSpliceLabel profilepicsplicelabel=6;
|
|
}
|
|
message webcast_data_VSLinkInfo{
|
|
string title=1;
|
|
string tabtitle=2;
|
|
repeated webcast_data_VSLinkNode rooms=3;
|
|
enum Pattern {
|
|
pattern_0=0;
|
|
}
|
|
Pattern pattern=4;
|
|
}
|
|
message webcast_data_VSLinkNode{
|
|
int64 roomid=1;
|
|
string roomidstr=2;
|
|
string title=3;
|
|
int64 liveroommode=4;
|
|
webcast_data_User owner=5;
|
|
}
|
|
message webcast_data_SpliceLabel{
|
|
string text=1;
|
|
string textcolor=2;
|
|
webcast_data_Image backgroundimage=3;
|
|
webcast_data_Image iconimage=4;
|
|
string backgroundcolor=5;
|
|
}
|
|
message webcast_data_ProfilePicSpliceLabel{
|
|
repeated webcast_data_LabelProfileItem profilelist=1;
|
|
}
|
|
message webcast_data_LabelProfileItem{
|
|
int64 userid=1;
|
|
string nickname=2;
|
|
webcast_data_Image profilepic=3;
|
|
}
|
|
message webcast_data_LiveStatusInfo{
|
|
enum Livestatus {
|
|
LiveStatus_0=0;
|
|
}
|
|
Livestatus livestatus=1;
|
|
webcast_data_User liveuser=2;
|
|
string previewtext=4;
|
|
}
|
|
message webcast_data_ShortTouchAuth{
|
|
int32 commercelottery=1;
|
|
}
|
|
message webcast_data_EpisodeMod{
|
|
enum Episodestage {
|
|
EpisodeStage_0=0;
|
|
}
|
|
Episodestage episodestage=1;
|
|
enum Episodetype {
|
|
episodetype_0=0;
|
|
}
|
|
Episodetype episodetype=2;
|
|
enum Episodesubtype {
|
|
episodesubtype_0=0;
|
|
}
|
|
Episodesubtype episodesubtype=3;
|
|
enum Episoderecordtype {
|
|
episoderecordtype_0=0;
|
|
}
|
|
Episoderecordtype episoderecordtype=4;
|
|
}
|
|
message webcast_data_ToolbarItemConfig{
|
|
enum Toolbartype {
|
|
ToolbarType_0=0;
|
|
}
|
|
Toolbartype toolbartype=1;
|
|
webcast_data_Image icon=2;
|
|
string jumpschema=3;
|
|
enum Displaytype {
|
|
displaytype_0=0;
|
|
}
|
|
Displaytype displaytype=4;
|
|
webcast_data_Image dynamicicon=5;
|
|
webcast_data_Image iconvertical=6;
|
|
webcast_data_Image dynamicbottomicon=7;
|
|
webcast_data_Image bottomicon=8;
|
|
repeated webcast_data_Toast toastlist=9;
|
|
}
|
|
message webcast_data_Toast{
|
|
int64 starttime=1;
|
|
int64 endtime=2;
|
|
string content=3;
|
|
string schema=4;
|
|
string toastid=5;
|
|
}
|
|
message webcast_data_WatchInfo{
|
|
string desc=1;
|
|
string count=2;
|
|
string countwithbackup=3;
|
|
int32 realcount=4;
|
|
int64 realcountint64=5;
|
|
enum Livecountdisplaytype {
|
|
livecountdisplaytype_0=0;
|
|
}
|
|
Livecountdisplaytype livecountdisplaytype=6;
|
|
int64 displaytypestarttime=7;
|
|
string formatcount=8;
|
|
}
|
|
message webcast_data_EpisodeExtraInfo{
|
|
webcast_data_EpisodeMod episodemod=1;
|
|
string currentperiod=2;
|
|
string title=3;
|
|
string episodelisth5=4;
|
|
webcast_data_WatchInfo watchinfo=5;
|
|
int64 episodeid=6;
|
|
string episodeidstr=7;
|
|
string itemid=8;
|
|
string selectionurl=9;
|
|
string relationplacetext=10;
|
|
repeated string operationplacetextlist=11;
|
|
repeated webcast_data_ToolbarItemConfig toolbarlist=12;
|
|
bool collected=13;
|
|
int64 seasonid=14;
|
|
string finishurl=15;
|
|
string releasetime=16;
|
|
int64 watchperiod=17;
|
|
int64 latestperiod=18;
|
|
string showname=19;
|
|
int32 currentperiodraw=20;
|
|
int32 videocode=21;
|
|
string seasonidstr=22;
|
|
string watchpvraw=23;
|
|
int64 nextspecialepisodeid=24;
|
|
webcast_data_Image cover=25;
|
|
webcast_data_Image coververtical=26;
|
|
enum Style {
|
|
style_0=0;
|
|
}
|
|
Style style=27;
|
|
webcast_data_EpisodePremierePlay playcontrol=28;
|
|
webcast_data_EpisodePreviewImage previewimage=29;
|
|
webcast_data_VSGiftPannel giftpannel=30;
|
|
webcast_data_VSPannelIcon pannelicon=31;
|
|
repeated webcast_data_ToolbarItemConfig panneltoolbar=32;
|
|
webcast_data_EpisodePreviewBottom previewbottom=33;
|
|
string drawsubtitle=34;
|
|
webcast_data_Image seasoncoververtical=35;
|
|
repeated webcast_data_VSCameraInfo camerainfos=36;
|
|
int64 defaultcameraid=37;
|
|
int64 defaultcameraidstr=38;
|
|
string defaultcameraidstrv2=39;
|
|
webcast_data_VSCameraInfo prioritycamera=40;
|
|
string multiseasontag=41;
|
|
webcast_data_Image previewbackground=42;
|
|
webcast_data_Image background=43;
|
|
webcast_data_EpisodeMod mod=44;
|
|
webcast_data_Image itemcommenticon=45;
|
|
webcast_data_VSWatermark vswatermark=46;
|
|
webcast_data_VSItemComment itemcomment=47;
|
|
string seasontypename=48;
|
|
webcast_data_VSBar vsbar=49;
|
|
webcast_data_WatchInfo seasonwatchinfo=50;
|
|
webcast_data_VSLinkInfo linkroominfo=51;
|
|
webcast_data_CommentConfig commentconfig=52;
|
|
string camerainfostabletitle=53;
|
|
int32 episodestatus=54;
|
|
webcast_data_MatchRoomInfo matchroominfo=55;
|
|
webcast_data_MultiCameraBasicInfo multicamerabasicinfo=56;
|
|
webcast_data_SharePosterInfo shareposterinfo=57;
|
|
webcast_data_VSPremiereToast premieretoast=58;
|
|
string previewbottomtext=59;
|
|
repeated webcast_data_BusinessConfigure businessconfigure=60;
|
|
string publicscreencolor=61;
|
|
string chattraycolor=62;
|
|
}
|
|
message webcast_data_VSPremiereToast{
|
|
string lefttoptoast=1;
|
|
string playertoast=2;
|
|
string playertoptoast=3;
|
|
webcast_data_Image icon=4;
|
|
}
|
|
message webcast_data_CommentConfig{
|
|
repeated webcast_data_CommentColor commentcolors=1;
|
|
repeated webcast_data_CommentRole commentroles=2;
|
|
string rolesuffix=3;
|
|
string roletitle=4;
|
|
string unlockroletip=5;
|
|
repeated webcast_data_CommentMedal commentmedals=6;
|
|
string medaltitle=7;
|
|
}
|
|
message webcast_data_CommentMedal{
|
|
string name=1;
|
|
webcast_data_Image image=2;
|
|
webcast_data_Image keyboardimage=4;
|
|
}
|
|
message webcast_data_CommentColor{
|
|
string name=1;
|
|
string color=2;
|
|
}
|
|
message webcast_data_CommentRole{
|
|
int64 roleid=1;
|
|
string name=2;
|
|
webcast_data_Image avatar=3;
|
|
}
|
|
message webcast_data_Bonus{
|
|
int64 bonustype=1;
|
|
webcast_data_BonusAuthor author=2;
|
|
string title=3;
|
|
string subtitle=4;
|
|
string text=5;
|
|
string style=6;
|
|
webcast_data_BonusCommerce commerceinfo=7;
|
|
string openurl=8;
|
|
string token=9;
|
|
int64 source=10;
|
|
webcast_data_Image label=11;
|
|
int64 sceneid=12;
|
|
bool maybecarp=13;
|
|
int64 countdownsecond=14;
|
|
}
|
|
message webcast_data_BonusCommerce{
|
|
int64 id=1;
|
|
}
|
|
message webcast_data_BonusAuthor{
|
|
int64 id=1;
|
|
string name=2;
|
|
webcast_data_Image avatarlarger=3;
|
|
webcast_data_Image avatarthumb=4;
|
|
webcast_data_Image avatarmedium=5;
|
|
}
|
|
message webcast_data_BorderInfo{
|
|
int64 bordertype=1;
|
|
webcast_data_StaticBorderInfo staticborder=2;
|
|
webcast_data_DynamicBorderInfo dynamicborder=3;
|
|
int64 duration=4;
|
|
}
|
|
message webcast_data_StaticBorderInfo{
|
|
webcast_data_Image top=1;
|
|
webcast_data_Image bottom=2;
|
|
webcast_data_Image left=3;
|
|
webcast_data_Image right=4;
|
|
}
|
|
message webcast_data_DynamicBorderInfo{
|
|
int64 id=1;
|
|
}
|
|
message webcast_data_LinkerUsers{
|
|
int64 count=1;
|
|
repeated webcast_data_User usersinfo=2;
|
|
}
|
|
message webcast_data_OfficialChannelInfo{
|
|
webcast_data_User channeluser=1;
|
|
string channelname=2;
|
|
string channelintro=3;
|
|
int64 endtimestamp=4;
|
|
int64 forbiddenbeforeend=5;
|
|
int32 currentshowid=6;
|
|
int64 maxentertime=7;
|
|
int64 maxnexttime=8;
|
|
bool hostpermission=10;
|
|
int64 backuproomid=11;
|
|
webcast_data_User livinguser=12;
|
|
bool hostcanacceptgift=13;
|
|
string backuproomidstr=15;
|
|
bool enablehost=16;
|
|
}
|
|
message webcast_data_OfficialChannelExtraInfo{
|
|
int64 showstartts=1;
|
|
string showlistschema=2;
|
|
int64 showlistid=3;
|
|
string showlistname=4;
|
|
}
|
|
message webcast_data_RoomShortTouchAreaConfig{
|
|
}
|
|
message webcast_data_RoomShortTouchAreaConfig_Element{
|
|
int32 type=1;
|
|
int32 priority=2;
|
|
}
|
|
message webcast_data_RoomShortTouchAreaConfig_ForbiddenType{
|
|
int32 type=1;
|
|
string reason=2;
|
|
}
|
|
message webcast_data_MatchInfo{
|
|
webcast_data_MatchSkinInfo skin=1;
|
|
}
|
|
message webcast_data_MatchSkinInfo{
|
|
webcast_data_MatchSkinInfo_FollowBtnSkin unfollowskin=1;
|
|
webcast_data_MatchSkinInfo_FollowBtnSkin followedskin=2;
|
|
string tabselectedcolor=3;
|
|
string tabunselectedcolor=4;
|
|
string commentplaceholdercolor=5;
|
|
string anchornamecolor=6;
|
|
string anchorinfocolor=7;
|
|
webcast_data_Image userbannerimage=8;
|
|
webcast_data_Image toolbarimage=9;
|
|
string commentplaceholderbgcolor=10;
|
|
webcast_data_Image shareicon=11;
|
|
}
|
|
message webcast_data_MatchSkinInfo_FollowBtnSkin{
|
|
string leftcolor=1;
|
|
string rightcolor=2;
|
|
string fontcolor=3;
|
|
}
|
|
message webcast_data_RoomActivityTag{
|
|
enum Activitytype {
|
|
ActivityType_0=0;
|
|
}
|
|
Activitytype activitytype=1;
|
|
string name=2;
|
|
string url=3;
|
|
string extra=4;
|
|
webcast_data_Image icon=5;
|
|
}
|
|
message webcast_data_RoomAuthStatus{
|
|
bool chat=1;
|
|
bool danmaku=2;
|
|
bool gift=3;
|
|
bool luckmoney=4;
|
|
bool digg=5;
|
|
bool roomcontributor=7;
|
|
bool props=8;
|
|
bool usercard=9;
|
|
bool poi=10;
|
|
int64 moreanchor=11;
|
|
int64 banner=12;
|
|
int64 share=13;
|
|
int64 usercorner=14;
|
|
int64 landscape=15;
|
|
int64 landscapechat=16;
|
|
int64 publicscreen=17;
|
|
int64 giftanchormt=18;
|
|
int64 recordscreen=19;
|
|
int64 donationsticker=20;
|
|
int64 hourrank=21;
|
|
int64 commercecard=22;
|
|
int64 audiochat=23;
|
|
int64 danmakudefault=24;
|
|
int64 ktvordersong=25;
|
|
int64 selectionalbum=26;
|
|
int64 like=27;
|
|
int64 multiplierplayback=28;
|
|
int64 downloadvideo=29;
|
|
int64 collect=30;
|
|
int64 timedshutdown=31;
|
|
int64 seek=32;
|
|
int64 denounce=33;
|
|
int64 dislike=34;
|
|
int64 onlyta=35;
|
|
int64 castscreen=36;
|
|
int64 commentwall=37;
|
|
int64 bulletstyle=38;
|
|
int64 showgameplugin=39;
|
|
int64 vsgift=40;
|
|
int64 vstopic=41;
|
|
int64 vsrank=42;
|
|
int64 admincommentwall=43;
|
|
int64 commercecomponent=44;
|
|
int64 douplus=45;
|
|
int64 gamepointsplaying=46;
|
|
int64 poster=47;
|
|
int64 highlights=48;
|
|
int64 typingcommentstate=49;
|
|
int64 strokeupdownguide=50;
|
|
int64 uprightstatsfloatinglayer=51;
|
|
int64 castscreenexplicit=52;
|
|
int64 selection=53;
|
|
int64 industryservice=54;
|
|
int64 verticalrank=55;
|
|
int64 entereffects=56;
|
|
int64 fansclub=57;
|
|
int64 emojioutside=58;
|
|
int64 cansellticket=59;
|
|
int64 doupluspopularitygem=60;
|
|
int64 missioncenter=61;
|
|
int64 expandscreen=62;
|
|
int64 fansgroup=63;
|
|
int64 topic=64;
|
|
int64 anchormission=65;
|
|
int64 teleprompter=66;
|
|
int64 chatdynamicslidespeed=67;
|
|
int64 smallwindowdisplay=68;
|
|
int64 messagedispatch=69;
|
|
int64 roomchannel=70;
|
|
int64 chatdispatch=71;
|
|
int64 linkmicguestlike=72;
|
|
int64 medialinkmic=73;
|
|
int64 videoshare=74;
|
|
int64 chatguideemoji=75;
|
|
int64 chatguideimage=76;
|
|
int64 pcplay=77;
|
|
int64 padplay=78;
|
|
int64 longtouch=79;
|
|
int64 firstfeedhistchat=80;
|
|
int64 morehistchat=81;
|
|
int64 wordassociation=82;
|
|
int64 landscapescreencapture=83;
|
|
int64 landscapescreenrecording=84;
|
|
int64 screenprojectionbarrage=85;
|
|
int64 smallwindowplayer=86;
|
|
int64 chatoperate=87;
|
|
int64 ecomfansclub=88;
|
|
int64 audiochattotext=89;
|
|
int64 commoncard=90;
|
|
int64 shorttouch=91;
|
|
int64 hostteamchannel=92;
|
|
int64 landscapechatdynamicslidespeed=93;
|
|
int64 hostteam=94;
|
|
int64 anchorhotmessageaggregated=95;
|
|
int64 anchorcoldmessagetiled=96;
|
|
int64 screenbottominfo=97;
|
|
int64 previewhotcommentswitch=98;
|
|
int64 roomwidget=99;
|
|
webcast_data_RoomAuthStatus_RoomAuthOffReasons offreason=100;
|
|
webcast_data_RoomAuthStatus_RoomAuthSpecialStyle specialstyle=101;
|
|
int64 panelecservice=102;
|
|
int64 fixedchat=103;
|
|
int64 landscapegift=104;
|
|
int64 hotchattray=105;
|
|
int64 vscommentbar=200;
|
|
int64 vswelcomedanmaku=201;
|
|
int64 vsfansclub=202;
|
|
int64 vsextensionenablefollow=203;
|
|
int64 vsdouplus=204;
|
|
}
|
|
message webcast_data_RoomAuthStatus_RoomAuthOffReasons{
|
|
string gift=1;
|
|
}
|
|
message webcast_data_RoomAuthStatus_RoomAuthSpecialStyle{
|
|
webcast_data_RoomAuthStatus_RoomAuthSpecialStyle_Style chat=1;
|
|
webcast_data_RoomAuthStatus_RoomAuthSpecialStyle_Style gift=2;
|
|
webcast_data_RoomAuthStatus_RoomAuthSpecialStyle_Style roomcontributor=3;
|
|
webcast_data_RoomAuthStatus_RoomAuthSpecialStyle_Style like=4;
|
|
webcast_data_RoomAuthStatus_RoomAuthSpecialStyle_Style roomchannel=5;
|
|
webcast_data_RoomAuthStatus_RoomAuthSpecialStyle_Style share=6;
|
|
webcast_data_RoomAuthStatus_RoomAuthSpecialStyle_Style castscreenauth=7;
|
|
webcast_data_RoomAuthStatus_RoomAuthSpecialStyle_Style landscape=8;
|
|
}
|
|
message webcast_data_RoomAuthStatus_RoomAuthSpecialStyle_Style{
|
|
int32 unablestyle=1;
|
|
string content=2;
|
|
int32 offtype=3;
|
|
int32 anchorswitch=4;
|
|
string switchstatustipmsg=5;
|
|
string switchstatusanchortipmsg=6;
|
|
int32 anchorswitchforpaidlive=7;
|
|
string contentforpaidlive=8;
|
|
}
|
|
message webcast_data_MoreEntrance{
|
|
string title=1;
|
|
int64 type=2;
|
|
}
|
|
message webcast_data_WebRoomAuthStatus{
|
|
bool chat=1;
|
|
bool danmaku=2;
|
|
bool gift=3;
|
|
bool luckmoney=4;
|
|
bool digg=5;
|
|
bool roomcontributor=7;
|
|
bool props=8;
|
|
bool usercard=9;
|
|
bool poi=10;
|
|
int64 moreanchor=11;
|
|
int64 banner=12;
|
|
int64 share=13;
|
|
int64 usercorner=14;
|
|
int64 landscape=15;
|
|
int64 landscapechat=16;
|
|
int64 publicscreen=17;
|
|
int64 giftanchormt=18;
|
|
int64 recordscreen=19;
|
|
int64 donationsticker=20;
|
|
int64 hourrank=21;
|
|
int64 commercecard=22;
|
|
int64 audiochat=23;
|
|
int64 danmakudefault=24;
|
|
int64 ktvordersong=25;
|
|
int64 selectionalbum=26;
|
|
int64 like=27;
|
|
int64 multiplierplayback=28;
|
|
int64 downloadvideo=29;
|
|
int64 collect=30;
|
|
int64 timedshutdown=31;
|
|
int64 seek=32;
|
|
int64 denounce=33;
|
|
int64 dislike=34;
|
|
int64 onlyta=35;
|
|
int64 castscreen=36;
|
|
int64 commentwall=37;
|
|
int64 bulletstyle=38;
|
|
int64 showgameplugin=39;
|
|
int64 vsgift=40;
|
|
int64 vstopic=41;
|
|
int64 vsrank=42;
|
|
int64 admincommentwall=43;
|
|
int64 commercecomponent=44;
|
|
int64 douplus=45;
|
|
int64 gamepointsplaying=46;
|
|
int64 poster=47;
|
|
int64 highlights=48;
|
|
int64 typingcommentstate=49;
|
|
int64 strokeupdownguide=50;
|
|
int64 uprightstatsfloatinglayer=51;
|
|
int64 castscreenexplicit=52;
|
|
int64 selection=53;
|
|
int64 industryservice=54;
|
|
int64 verticalrank=55;
|
|
int64 entereffects=56;
|
|
int64 fansclub=57;
|
|
int64 emojioutside=58;
|
|
int64 cansellticket=59;
|
|
int64 doupluspopularitygem=60;
|
|
int64 missioncenter=61;
|
|
int64 expandscreen=62;
|
|
int64 fansgroup=63;
|
|
int64 topic=64;
|
|
int64 anchormission=65;
|
|
int64 teleprompter=66;
|
|
webcast_data_WebRoomAuthStatus_RoomAuthOffReasons offreason=100;
|
|
webcast_data_WebRoomAuthStatus_RoomAuthSpecialStyle specialstyle=101;
|
|
}
|
|
message webcast_data_WebRoomAuthStatus_RoomAuthOffReasons{
|
|
string gift=1;
|
|
}
|
|
message webcast_data_WebRoomAuthStatus_RoomAuthSpecialStyle{
|
|
webcast_data_WebRoomAuthStatus_RoomAuthSpecialStyle_Style chat=1;
|
|
webcast_data_WebRoomAuthStatus_RoomAuthSpecialStyle_Style gift=2;
|
|
webcast_data_WebRoomAuthStatus_RoomAuthSpecialStyle_Style roomcontributor=3;
|
|
}
|
|
message webcast_data_WebRoomAuthStatus_RoomAuthSpecialStyle_Style{
|
|
int32 unablestyle=1;
|
|
string content=2;
|
|
int32 offtype=3;
|
|
}
|
|
message webcast_data_RoomTab{
|
|
enum Tabtype {
|
|
TabType_0=0;
|
|
}
|
|
Tabtype tabtype=1;
|
|
string tabname=2;
|
|
string taburl=3;
|
|
}
|
|
message webcast_data_RoomExtra{
|
|
bool issandbox=1;
|
|
webcast_data_RegionRestriction enterregionrestriction=2;
|
|
webcast_data_RegionMatch enterregionmatch=3;
|
|
webcast_data_SafeReason filterwithnocontext=4;
|
|
int64 xiguauid=5;
|
|
int64 limitstrategy=6;
|
|
string limitappid=7;
|
|
int32 geoblock=8;
|
|
int32 vrtype=9;
|
|
}
|
|
message webcast_data_SafeReason{
|
|
int32 safetype=1;
|
|
}
|
|
message webcast_data_RoomPrivateInfo{
|
|
bool issandbox=1;
|
|
webcast_data_RegionRestriction enterregionrestriction=2;
|
|
string locale=3;
|
|
webcast_data_Region gpsregion=4;
|
|
webcast_data_Region region=5;
|
|
string tagset=6;
|
|
double latitude=7;
|
|
double longitude=8;
|
|
string citycode=9;
|
|
string laneenv=10;
|
|
webcast_data_RegionMatch enterregionmatch=11;
|
|
int64 webcastcommenttcs=14;
|
|
int64 recommendlevel=15;
|
|
bool deliverlimitsrcapp=16;
|
|
int64 coverrecommendlevel=17;
|
|
int64 titlerecommendlevel=18;
|
|
}
|
|
message webcast_data_RegionRestriction{
|
|
int64 type=1;
|
|
repeated string whitelist=2;
|
|
repeated string blacklist=3;
|
|
}
|
|
message webcast_data_RegionMatch{
|
|
int64 type=1;
|
|
repeated string allowlist=2;
|
|
repeated string denylist=3;
|
|
}
|
|
message webcast_data_Region{
|
|
string latitude=1;
|
|
string longitude=2;
|
|
string city=3;
|
|
}
|
|
message webcast_data_StreamUrl{
|
|
int64 provider=1;
|
|
int64 id=2;
|
|
string idstr=3;
|
|
string defaultresolution=5;
|
|
webcast_data_StreamUrl_StreamUrlExtra extra=6;
|
|
string rtmppushurl=7;
|
|
string rtmppullurl=8;
|
|
repeated string candidateresolution=10;
|
|
string hlspullurl=11;
|
|
string hlspullurlparams=12;
|
|
string rtmppullurlparams=13;
|
|
string rtmppushurlparams=15;
|
|
repeated string pushurls=16;
|
|
webcast_data_StreamUrl_LiveCoreSDKData livecoresdkdata=17;
|
|
repeated string completepushurls=19;
|
|
int32 streamcontroltype=20;
|
|
int32 streamorientation=21;
|
|
int32 pushstreamtype=22;
|
|
webcast_data_StreamUrl_PlaySetting play=24;
|
|
int32 vrtype=26;
|
|
}
|
|
message webcast_data_StreamUrl_StreamUrlExtra{
|
|
int64 height=1;
|
|
int64 width=2;
|
|
int64 fps=3;
|
|
int64 maxbitrate=4;
|
|
int64 minbitrate=5;
|
|
int64 defaultbitrate=6;
|
|
int64 bitrateadaptstrategy=7;
|
|
int64 anchorinteractprofile=8;
|
|
int64 audienceinteractprofile=9;
|
|
bool hardwareencode=10;
|
|
int64 videoprofile=12;
|
|
webcast_data_StreamUrl_StreamUrlExtra_SuperResolution superresolution=14;
|
|
bool h265enable=15;
|
|
int64 gopsec=16;
|
|
bool bframeenable=17;
|
|
bool roi=18;
|
|
bool swroi=19;
|
|
bool bytevc1enable=20;
|
|
webcast_data_StreamUrl_StreamUrlExtra_AnchorClientInfo anchorclientinfo=21;
|
|
}
|
|
message webcast_data_StreamUrl_StreamUrlExtra_SuperResolution{
|
|
bool enable=1;
|
|
int64 strength=2;
|
|
bool antialiasing=3;
|
|
}
|
|
message webcast_data_StreamUrl_StreamUrlExtra_AnchorClientInfo{
|
|
string custominfo=1;
|
|
}
|
|
message webcast_data_StreamUrl_LiveCoreSDKData{
|
|
webcast_data_StreamUrl_LiveCoreSDKData_PullData pulldata=1;
|
|
webcast_data_StreamUrl_LiveCoreSDKData_PushData pushdata=2;
|
|
string size=3;
|
|
}
|
|
message webcast_data_StreamUrl_LiveCoreSDKData_PullData{
|
|
string streamdata=1;
|
|
webcast_data_StreamUrl_LiveCoreSDKData_PullData_Options options=2;
|
|
int64 version=3;
|
|
int32 kind=5;
|
|
webcast_data_StreamUrl_LiveCoreSDKData_PullData_Extension extension=6;
|
|
repeated webcast_data_StreamUrl_LiveCoreSDKData_PullData_PlayInfo hls=7;
|
|
repeated webcast_data_StreamUrl_LiveCoreSDKData_PullData_PlayInfo flv=8;
|
|
string codec=9;
|
|
webcast_data_StreamUrl_LiveCoreSDKData_PullData_Display display=10;
|
|
}
|
|
message webcast_data_StreamUrl_LiveCoreSDKData_PullData_Options{
|
|
webcast_data_StreamUrl_LiveCoreSDKData_PullData_Options_Quality defaultquality=1;
|
|
repeated webcast_data_StreamUrl_LiveCoreSDKData_PullData_Options_Quality qualities=2;
|
|
bool vpassdefault=3;
|
|
}
|
|
message webcast_data_StreamUrl_LiveCoreSDKData_PullData_Options_Quality{
|
|
string name=1;
|
|
string sdkkey=2;
|
|
string vcodec=3;
|
|
string resolution=4;
|
|
int32 level=5;
|
|
int32 vbitrate=6;
|
|
string additionalcontent=7;
|
|
int32 fps=8;
|
|
int32 disable=9;
|
|
}
|
|
message webcast_data_StreamUrl_LiveCoreSDKData_PullData_Clip{
|
|
float x=1;
|
|
float y=2;
|
|
float w=3;
|
|
float h=4;
|
|
}
|
|
message webcast_data_StreamUrl_LiveCoreSDKData_PullData_CameraHorizontalPosition{
|
|
int32 anchor=1;
|
|
}
|
|
message webcast_data_StreamUrl_LiveCoreSDKData_PullData_Extension{
|
|
webcast_data_StreamUrl_LiveCoreSDKData_PullData_Clip gameclip=1;
|
|
webcast_data_StreamUrl_LiveCoreSDKData_PullData_Clip cameraclip=2;
|
|
int32 camerahidden=3;
|
|
string ts=4;
|
|
int64 refresh=5;
|
|
int32 displaymode=6;
|
|
int32 gamehidden=7;
|
|
string gameroomid=8;
|
|
int32 layout=9;
|
|
webcast_data_StreamUrl_LiveCoreSDKData_PullData_Clip cameraclipcustom=10;
|
|
int32 cameraverticaltype=11;
|
|
webcast_data_StreamUrl_LiveCoreSDKData_PullData_CameraHorizontalPosition camerahorizontalposition=12;
|
|
int32 camerahorizontalhidden=13;
|
|
}
|
|
message webcast_data_StreamUrl_LiveCoreSDKData_PullData_PlayInfo{
|
|
string url=1;
|
|
string qualityname=2;
|
|
string params=3;
|
|
}
|
|
message webcast_data_StreamUrl_LiveCoreSDKData_PullData_Display{
|
|
int64 scalewidth=1;
|
|
int64 scaleheight=2;
|
|
}
|
|
message webcast_data_StreamUrl_LiveCoreSDKData_PushData{
|
|
int32 pushstreamlevel=2;
|
|
bool preschedule=3;
|
|
string rtmppushurl=4;
|
|
string pushparams=5;
|
|
int32 kind=6;
|
|
int64 streamid=7;
|
|
string streamidstr=8;
|
|
}
|
|
message webcast_data_StreamUrl_LiveCoreSDKData_PushData_ResolutionParams{
|
|
int64 width=1;
|
|
int64 height=2;
|
|
int64 defaultbitrate=3;
|
|
int64 minbitrate=4;
|
|
int64 maxbitrate=5;
|
|
int64 fps=6;
|
|
}
|
|
message webcast_data_StreamUrl_PlaySetting{
|
|
string horizontal=1;
|
|
string vertical=2;
|
|
}
|
|
message webcast_data_VSCameraInfo{
|
|
int64 cameraid=1;
|
|
string cameraidstr=2;
|
|
string title=3;
|
|
webcast_data_Image cover=4;
|
|
webcast_data_Image coververtical=5;
|
|
webcast_data_StreamUrl streaminfo=6;
|
|
int64 starttime=7;
|
|
int64 endtime=8;
|
|
enum Style {
|
|
style_0=0;
|
|
}
|
|
Style style=9;
|
|
webcast_data_RoomAuthStatus cameraroomauth=10;
|
|
int32 vrtype=11;
|
|
}
|
|
message webcast_data_WebStreamUrl{
|
|
string defaultresolution=2;
|
|
string hlspullurl=4;
|
|
int32 streamorientation=5;
|
|
webcast_data_WebStreamUrl_WebLiveCoreSDKData livecoresdkdata=6;
|
|
webcast_data_WebStreamUrl_StreamUrlExtra extra=7;
|
|
}
|
|
message webcast_data_WebStreamUrl_StreamUrlExtra{
|
|
int64 height=1;
|
|
int64 width=2;
|
|
int64 fps=3;
|
|
int64 maxbitrate=4;
|
|
int64 minbitrate=5;
|
|
int64 defaultbitrate=6;
|
|
int64 bitrateadaptstrategy=7;
|
|
int64 anchorinteractprofile=8;
|
|
int64 audienceinteractprofile=9;
|
|
bool hardwareencode=10;
|
|
int64 videoprofile=12;
|
|
webcast_data_WebStreamUrl_StreamUrlExtra_SuperResolution superresolution=14;
|
|
bool h265enable=15;
|
|
int64 gopsec=16;
|
|
bool bframeenable=17;
|
|
bool roi=18;
|
|
bool swroi=19;
|
|
bool bytevc1enable=20;
|
|
webcast_data_WebStreamUrl_StreamUrlExtra_AnchorClientInfo anchorclientinfo=21;
|
|
}
|
|
message webcast_data_WebStreamUrl_StreamUrlExtra_SuperResolution{
|
|
bool enable=1;
|
|
int64 strength=2;
|
|
bool antialiasing=3;
|
|
}
|
|
message webcast_data_WebStreamUrl_StreamUrlExtra_AnchorClientInfo{
|
|
string custominfo=1;
|
|
}
|
|
message webcast_data_WebStreamUrl_WebLiveCoreSDKData{
|
|
webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData pulldata=1;
|
|
}
|
|
message webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData{
|
|
webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData_Options options=2;
|
|
string streamdata=1;
|
|
webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData_Extension extension=3;
|
|
}
|
|
message webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData_Options{
|
|
webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData_Options_Quality defaultquality=1;
|
|
repeated webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData_Options_Quality qualities=2;
|
|
}
|
|
message webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData_Options_Quality{
|
|
string name=1;
|
|
string sdkkey=2;
|
|
string vcodec=3;
|
|
string resolution=4;
|
|
int32 level=5;
|
|
int32 vbitrate=6;
|
|
string additionalcontent=7;
|
|
int32 fps=8;
|
|
int32 disable=9;
|
|
}
|
|
message webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData_Clip{
|
|
float x=1;
|
|
float y=2;
|
|
float w=3;
|
|
float h=4;
|
|
}
|
|
message webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData_Extension{
|
|
webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData_Clip gameclip=1;
|
|
webcast_data_WebStreamUrl_WebLiveCoreSDKData_PullData_Clip cameraclip=2;
|
|
int32 camerahidden=3;
|
|
string ts=4;
|
|
int64 refresh=5;
|
|
int32 displaymode=6;
|
|
int32 gamehidden=7;
|
|
string gameroomid=8;
|
|
}
|
|
message webcast_data_LinkMic{
|
|
int64 channelid=1;
|
|
webcast_data_LinkMic_LinkMicChannelInfo channelinfo=2;
|
|
repeated webcast_data_LinkMic_LinkMicBattleScore battlescores=3;
|
|
webcast_data_LinkMic_LinkMicBattleSetting battlesettings=4;
|
|
int64 rivalanchorid=5;
|
|
}
|
|
message webcast_data_LinkMic_LinkMicChannelInfo{
|
|
int64 layout=1;
|
|
int64 vendor=2;
|
|
int64 dimension=3;
|
|
}
|
|
message webcast_data_LinkMic_LinkMicBattleScore{
|
|
int64 userid=1;
|
|
int64 score=2;
|
|
}
|
|
message webcast_data_LinkMic_LinkMicBattleSetting{
|
|
int64 channelid=1;
|
|
int64 duration=2;
|
|
int64 starttime=3;
|
|
int64 starttimems=4;
|
|
string theme=5;
|
|
int64 finished=6;
|
|
int64 battleid=7;
|
|
int64 matchtype=8;
|
|
}
|
|
message webcast_data_Reservation{
|
|
int64 appointmentid=1;
|
|
int64 anchorid=2;
|
|
int64 roomid=3;
|
|
int64 starttime=4;
|
|
int64 endtime=5;
|
|
string btncolor=7;
|
|
bool isreserved=8;
|
|
}
|
|
message webcast_data_DecotationDetail{
|
|
webcast_data_Decoration textdecoration=1;
|
|
webcast_data_Decoration imagedecoration=2;
|
|
}
|
|
message webcast_data_Decoration{
|
|
int64 id=1;
|
|
webcast_data_Image image=2;
|
|
int64 type=3;
|
|
int64 textsize=5;
|
|
string textcolor=6;
|
|
string content=7;
|
|
int64 maxlength=8;
|
|
int64 status=9;
|
|
int64 h=10;
|
|
int64 x=11;
|
|
int64 w=12;
|
|
int64 y=13;
|
|
int64 kind=14;
|
|
int64 subtype=15;
|
|
webcast_data_Reservation reservation=16;
|
|
webcast_data_Image ninepatchimage=17;
|
|
int64 textimageadjustablestartposition=19;
|
|
int64 textimageadjustableendposition=20;
|
|
webcast_data_DecorationFontConfig textfontconfig=21;
|
|
string audittextcolor=22;
|
|
}
|
|
message webcast_data_DecorationFontConfig{
|
|
int64 fontid=1;
|
|
string downloadurl=2;
|
|
int64 status=3;
|
|
string fontname=4;
|
|
}
|
|
message webcast_data_RoomStats{
|
|
int64 id=1;
|
|
string idstr=2;
|
|
int64 fanticket=3;
|
|
int64 money=4;
|
|
int64 totaluser=5;
|
|
int64 giftuvcount=6;
|
|
int64 followcount=7;
|
|
webcast_data_RoomStats_UserCountComposition usercountcomposition=8;
|
|
int64 watermelon=9;
|
|
int64 diggcount=10;
|
|
int64 entercount=11;
|
|
string doupluspromotion=12;
|
|
string totaluserdesp=13;
|
|
int64 likecount=14;
|
|
string totaluserstr=15;
|
|
string usercountstr=16;
|
|
int64 commentcount=17;
|
|
int64 welfaredonationamount=18;
|
|
string uprightstatsstr=19;
|
|
string uprightstatsstrcomplete=20;
|
|
}
|
|
message webcast_data_RoomStats_UserCountComposition{
|
|
double city=1;
|
|
double videodetail=2;
|
|
double myfollow=3;
|
|
double other=4;
|
|
}
|
|
message webcast_data_RoomViewStats{
|
|
bool ishidden=1;
|
|
string displayshort=2;
|
|
string displaymiddle=3;
|
|
string displaylong=4;
|
|
int64 displayvalue=5;
|
|
int64 displayversion=6;
|
|
bool incremental=7;
|
|
enum Displaytype {
|
|
displaytype_0=0;
|
|
}
|
|
Displaytype displaytype=8;
|
|
string displayshortanchor=9;
|
|
string displaymiddleanchor=10;
|
|
string displaylonganchor=11;
|
|
}
|
|
message webcast_data_TopFan{
|
|
int64 fanticket=1;
|
|
webcast_data_User user=2;
|
|
}
|
|
message webcast_data_RoomUserAttr{
|
|
int64 roomid=1;
|
|
string roomidstr=2;
|
|
int64 silenceflag=3;
|
|
int64 adminflag=4;
|
|
int64 rank=5;
|
|
}
|
|
message webcast_data_CoverInfo{
|
|
repeated string urllist=1;
|
|
string uri=2;
|
|
int64 width=3;
|
|
int64 height=4;
|
|
}
|
|
message webcast_data_BurstInfo{
|
|
int64 bursttimeremainseconds=1;
|
|
int64 multiple=2;
|
|
int64 propertydefinitionid=3;
|
|
webcast_data_Image propertyicon=4;
|
|
}
|
|
message webcast_data_RoomHealthScoreInfo{
|
|
double score=1;
|
|
string bubblemessage=2;
|
|
string jumpurl=3;
|
|
}
|
|
message webcast_data_CoverQuality{
|
|
int64 level=1;
|
|
string bubbletip=2;
|
|
string poptip=3;
|
|
string uri=4;
|
|
}
|
|
message webcast_data_ToutiaoRoomCell{
|
|
repeated webcast_data_Room data=1;
|
|
repeated webcast_data_Image largeimage=2;
|
|
}
|
|
message webcast_data_TVStation{
|
|
bool isidle=1;
|
|
string statedesc=2;
|
|
}
|
|
message webcast_data_CommentBox{
|
|
webcast_data_Image icon=1;
|
|
string placeholder=2;
|
|
}
|
|
message webcast_data_RoomCartV2{
|
|
int32 showcart=1;
|
|
}
|
|
message webcast_data_RoomCart{
|
|
bool containcart=1;
|
|
int64 total=2;
|
|
int64 flashtotal=3;
|
|
string carticon=4;
|
|
int32 showcart=5;
|
|
webcast_data_CartVertical vertical=6;
|
|
webcast_data_CartHorizontal horizontal=7;
|
|
webcast_data_GlobalCustomIcons globalcustomicons=8;
|
|
}
|
|
message webcast_data_CartVertical{
|
|
bool allowshowcart=1;
|
|
}
|
|
message webcast_data_CartHorizontal{
|
|
bool allowshowcart=1;
|
|
}
|
|
message webcast_data_GlobalCustomIcons{
|
|
string staticiconurl=1;
|
|
string animatediconurl=2;
|
|
string animatedcommoniconurl=3;
|
|
}
|
|
message webcast_data_ShortTouchBigCard{
|
|
string bigcardurl=1;
|
|
enum Containertype {
|
|
containertype_0=0;
|
|
}
|
|
Containertype containertype=2;
|
|
int32 width=3;
|
|
int32 height=4;
|
|
int32 duration=5;
|
|
}
|
|
message webcast_data_TextViewModel{
|
|
string text=1;
|
|
string textcolor=2;
|
|
int32 textsize=3;
|
|
string bgcolor=4;
|
|
}
|
|
message webcast_data_ShortTouchBubble{
|
|
string bubbleid=1;
|
|
webcast_data_TextViewModel uimodel=2;
|
|
int32 strategy=3;
|
|
int32 duration=4;
|
|
}
|
|
message webcast_data_ShortTouchArea{
|
|
int32 type=1;
|
|
uint32 priority=2;
|
|
int64 minwebcastsdkversion=3;
|
|
enum Shorttouchtype {
|
|
shorttouchtype_0=0;
|
|
}
|
|
Shorttouchtype shorttouchtype=4;
|
|
webcast_data_ShortTouchInfo shorttouchinfo=5;
|
|
webcast_data_ShortTouchBigCard shorttouchbigcard=6;
|
|
string containerpayload=7;
|
|
int32 loadtype=8;
|
|
webcast_data_ShortTouchBubble bubbleparams=9;
|
|
string name=10;
|
|
}
|
|
message webcast_data_ShortTouchImageLayers{
|
|
repeated webcast_data_ShortTouchImageLayers_Layer layers=1;
|
|
int32 basewidth=2;
|
|
int32 baseheight=3;
|
|
}
|
|
message webcast_data_ShortTouchImageLayers_Layer{
|
|
string url=1;
|
|
int32 x=2;
|
|
int32 y=3;
|
|
int32 width=4;
|
|
int32 height=5;
|
|
int32 radius=6;
|
|
}
|
|
message webcast_data_ShortTouchInfo{
|
|
string shorttouchurl=1;
|
|
string shorttouchfallbackurl=2;
|
|
enum Containertype {
|
|
containertype_0=0;
|
|
}
|
|
Containertype containertype=3;
|
|
uint32 width=4;
|
|
uint32 height=5;
|
|
string imgurl=6;
|
|
string jumpschema=7;
|
|
enum Showanimation {
|
|
showanimation_0=0;
|
|
}
|
|
Showanimation showanimation=8;
|
|
enum Animationtype {
|
|
animationtype_0=0;
|
|
}
|
|
Animationtype animationtype=9;
|
|
repeated string subitemlist=10;
|
|
webcast_data_ShortTouchImageLayers imglayers=11;
|
|
uint32 animationquota=12;
|
|
string accessiblename=13;
|
|
}
|
|
message webcast_data_QuizExtra{
|
|
string quizinfos=1;
|
|
}
|
|
message webcast_data_AudioSpeakingImageList{
|
|
webcast_data_AudioSpeakingImageList_SpeakingImage malespeakingimage=1;
|
|
webcast_data_AudioSpeakingImageList_SpeakingImage femalespeakingimage=2;
|
|
webcast_data_AudioSpeakingImageList_SpeakingImage unknownspeakingimage=3;
|
|
}
|
|
message webcast_data_AudioSpeakingImageList_SpeakingImage{
|
|
webcast_data_Image speakinglowimage=1;
|
|
webcast_data_Image speakingdefaultimage=2;
|
|
webcast_data_Image speakinghighimage=3;
|
|
}
|
|
message webcast_data_ShowArea{
|
|
int64 x=1;
|
|
int64 y=2;
|
|
int64 h=3;
|
|
int64 w=4;
|
|
}
|
|
message webcast_data_AnimatedBgInfo{
|
|
webcast_data_ShowArea showarea=1;
|
|
string fileformat=2;
|
|
webcast_data_Image animatedbg=3;
|
|
}
|
|
message webcast_data_AudioBGData{
|
|
int64 id=1;
|
|
string imageuri=2;
|
|
int32 imgtype=3;
|
|
webcast_data_Image image=4;
|
|
webcast_data_Image imagethumbnail=5;
|
|
webcast_data_Image imageanimatedbg=6;
|
|
webcast_data_Image imagenormalavatar=7;
|
|
webcast_data_Image imagestartupavatar=8;
|
|
webcast_data_Image imagechatjoinicon=9;
|
|
webcast_data_Image imagestaticbg=10;
|
|
webcast_data_AudioSpeakingImageList speakingimagelist=11;
|
|
string statuscolorvalue=12;
|
|
string publicscreencolorvalue=13;
|
|
int32 timelimit=14;
|
|
enum Bgtype {
|
|
bgtype_0=0;
|
|
}
|
|
Bgtype bgtype=15;
|
|
string emptystartcolor=16;
|
|
string emptyendcolor=17;
|
|
webcast_data_Image imagecoldbg=18;
|
|
string micbgcolorvalue=19;
|
|
repeated webcast_data_Image iconmicnormals=20;
|
|
webcast_data_Image iconmiclock=21;
|
|
string colormictext=22;
|
|
string colormicline=23;
|
|
string colormicbg=24;
|
|
string themelabel=25;
|
|
enum Bgstatus {
|
|
bgstatus_0=0;
|
|
}
|
|
Bgstatus bgstatus=26;
|
|
webcast_data_AnimatedBgInfo animateinfo=27;
|
|
string idstr=28;
|
|
int32 playmode=29;
|
|
string themetag=30;
|
|
int64 starttime=31;
|
|
int64 endtime=32;
|
|
enum Formattype {
|
|
formattype_0=0;
|
|
}
|
|
Formattype formattype=33;
|
|
}
|
|
message webcast_data_ActivityRoomSkinInfo{
|
|
}
|
|
message webcast_data_RoomReplayInfo{
|
|
int64 replayduration=1;
|
|
string replayurl=2;
|
|
string contentuniqid=3;
|
|
}
|
|
message webcast_data_CommentWallInfo{
|
|
string content=1;
|
|
int64 id=2;
|
|
int64 commentmsgid=3;
|
|
int64 commenterid=4;
|
|
string commenternickname=5;
|
|
int64 eventtime=6;
|
|
int64 msgtime=7;
|
|
int64 endtime=8;
|
|
int32 countdownstyle=9;
|
|
int64 operatorid=10;
|
|
string operatornickname=11;
|
|
}
|
|
message webcast_data_CommentWallPosition{
|
|
double x=1;
|
|
double y=2;
|
|
int64 eventtime=3;
|
|
}
|
|
message webcast_data_AnnouncementInfo{
|
|
string scheduledtimetext=1;
|
|
string content=2;
|
|
bool subscribed=3;
|
|
int64 appointmentid=4;
|
|
int32 scheduledtime=5;
|
|
int32 scheduleddate=6;
|
|
}
|
|
message webcast_data_RoomIMInfo{
|
|
repeated string welcomemessages=1;
|
|
string roomtag=2;
|
|
string hidegiftmessage=3;
|
|
}
|
|
message webcast_data_InteractOpenExtra{
|
|
// getDebugInfoMap dmessage=1;
|
|
}
|
|
message webcast_data_PropsBGData{
|
|
string imageuri=1;
|
|
int32 imgtype=2;
|
|
webcast_data_Image image=3;
|
|
webcast_data_Image imagethumbnail=4;
|
|
}
|
|
message webcast_data_LinkerDetail{
|
|
int32 bigpartylayoutconfigversion=2;
|
|
bool acceptaudiencepreapply=3;
|
|
int64 linkeruilayout=4;
|
|
int32 enableaudiencelinkmic=5;
|
|
string functiontype=6;
|
|
string ktvlyricmode=8;
|
|
string initsource=9;
|
|
bool forbidapplyfromother=10;
|
|
enum Ktvexhibitmode {
|
|
ktvexhibitmode_0=0;
|
|
}
|
|
Ktvexhibitmode ktvexhibitmode=11;
|
|
int64 enlargeguestturnonsource=12;
|
|
}
|
|
message webcast_data_PreviewExposeData{
|
|
int32 style=1;
|
|
webcast_data_PreviewExposeData_PreviewGuide previewguide=2;
|
|
repeated webcast_data_PreviewExposeData_Meta metas=3;
|
|
repeated webcast_data_PreviewExposeData_ChatMessage chatmsgs=4;
|
|
repeated webcast_data_PreviewExposeData_Meta forceinsertion=5;
|
|
int32 scrollafterms=6;
|
|
bool needrealtime=7;
|
|
int32 messagescrollafterms=8;
|
|
int32 messagescrollintervalms=9;
|
|
string previewintro=10;
|
|
webcast_data_PreviewExposeData_PreviewExtendArea previewextendarea=11;
|
|
int32 showuvpv=12;
|
|
int32 shownameabbreviation=13;
|
|
webcast_data_PreviewExposeData_PreviewSwitch switch=14;
|
|
int32 ispreviewusewebsocket=15;
|
|
bool isawemevideofeed=16;
|
|
bool showpreviewcards=17;
|
|
}
|
|
message webcast_data_PreviewExposeData_PreviewGuide{
|
|
webcast_data_Image icon=1;
|
|
string tip=2;
|
|
int64 type=3;
|
|
repeated string rolltips=4;
|
|
int64 couponmateid=5;
|
|
int64 usertaggetcoin=6;
|
|
int64 livemessionstyle=7;
|
|
string ettype=8;
|
|
string extra=9;
|
|
}
|
|
message webcast_data_PreviewExposeData_Meta{
|
|
enum Type {
|
|
Type_0=0;
|
|
}
|
|
Type type=1;
|
|
webcast_data_PreviewExposeData_Meta_Host host=2;
|
|
string content=3;
|
|
}
|
|
message webcast_data_PreviewExposeData_Meta_Host{
|
|
webcast_data_Image icon=1;
|
|
string tip=2;
|
|
string color=3;
|
|
}
|
|
message webcast_data_PreviewExposeData_ChatMessage{
|
|
string nickname=1;
|
|
string nicknamecolor=2;
|
|
string content=3;
|
|
}
|
|
message webcast_data_PreviewExposeData_PreviewExtendArea{
|
|
webcast_data_Image extendicon=1;
|
|
string extendpretext=2;
|
|
string extendtext=3;
|
|
enum Extendtype {
|
|
extendtype_0=0;
|
|
}
|
|
Extendtype extendtype=4;
|
|
string extra=5;
|
|
int32 usemarquee=6;
|
|
enum Icontype {
|
|
icontype_0=0;
|
|
}
|
|
Icontype icontype=7;
|
|
repeated webcast_data_PreviewExposeData_PreviewExtendArea_Part rightpart=8;
|
|
string buttonpart=9;
|
|
repeated webcast_data_PreviewExposeData_PreviewExtendArea_Part midpart=10;
|
|
bool needdelimiter=11;
|
|
repeated webcast_data_PreviewExposeData_PreviewExtendArea_Part bottompart=12;
|
|
int32 uitype=13;
|
|
int32 version=14;
|
|
webcast_data_PreviewExposeData_PreviewExtendArea_ActionConfig actioncfg=17;
|
|
bool usepassthroughextrajson=18;
|
|
string passthroughextrajson=19;
|
|
string extrabusiness=21;
|
|
}
|
|
message webcast_data_PreviewExposeData_PreviewExtendArea_Part{
|
|
int32 fontsize=1;
|
|
int32 interval=2;
|
|
string text=3;
|
|
bool cuttable=4;
|
|
bool deleted=5;
|
|
string fontcolor=6;
|
|
bool bold=7;
|
|
}
|
|
message webcast_data_PreviewExposeData_PreviewExtendArea_ActionConfig{
|
|
enum Areaaction {
|
|
Areaaction_0=0;
|
|
}
|
|
Areaaction areaaction=1;
|
|
}
|
|
message webcast_data_PreviewExposeData_PreviewSwitch{
|
|
int32 title=1;
|
|
int32 previewguide=2;
|
|
int32 dynamiclabel=3;
|
|
int32 assistlabel=4;
|
|
int32 extendarea=5;
|
|
}
|
|
message webcast_data_PaidLiveData{
|
|
int32 paidtype=1;
|
|
int32 viewright=2;
|
|
int64 duration=3;
|
|
webcast_data_TicketData ticketsession=4;
|
|
webcast_data_OrderData orderdata=5;
|
|
int32 delivery=6;
|
|
bool needdeliverynotice=7;
|
|
int32 anchorright=8;
|
|
int32 payabtype=9;
|
|
}
|
|
message webcast_data_PaidLivePriceInfo{
|
|
int32 starttime=1;
|
|
int32 endtime=2;
|
|
int64 price=3;
|
|
int32 claimddl=4;
|
|
}
|
|
message webcast_data_TicketData{
|
|
int64 ticketsessionid=1;
|
|
string title=2;
|
|
string subtitle=3;
|
|
string price=4;
|
|
int64 rawreleasetime=5;
|
|
repeated string tags=6;
|
|
string ticketexplanationcardjumpurl=7;
|
|
string ticketpaneljumpurl=8;
|
|
string ticketsessionidstr=9;
|
|
int32 sellstatus=10;
|
|
string coveruri=11;
|
|
string coverurivertical=12;
|
|
string introduction=13;
|
|
int64 rawshowstarttime=14;
|
|
int64 rawshowendtime=15;
|
|
int64 rawsalestarttime=16;
|
|
int64 rawsaleendtime=17;
|
|
int64 rawrefunddeadline=18;
|
|
int64 rawearlybirdstarttime=19;
|
|
int64 rawearlybirdendtime=20;
|
|
int64 rawfullpricestarttime=21;
|
|
int64 rawfullpriceendtime=22;
|
|
int64 rawactivitystarttime=23;
|
|
int64 rawactivityendtime=24;
|
|
string earlybirdprice=25;
|
|
string activityprice=26;
|
|
int32 status=27;
|
|
string showstarttime=28;
|
|
string showendtime=29;
|
|
string salestarttime=30;
|
|
string saleendtime=31;
|
|
string earlybirdstarttime=32;
|
|
string earlybirdendtime=33;
|
|
string fullpricestarttime=34;
|
|
string fullpriceendtime=35;
|
|
string activitystarttime=36;
|
|
string activityendtime=37;
|
|
string refunddeadline=38;
|
|
string activitytitle=39;
|
|
string activityjumpurl=40;
|
|
string releasetime=41;
|
|
int32 ticketexplanationcardstatus=42;
|
|
int32 lastduration=43;
|
|
string paidconversionjumpurl=44;
|
|
string ticketpanelsixjumpurl=45;
|
|
string ticketpanelninejumpurl=46;
|
|
webcast_data_Image cover=47;
|
|
int32 iospaytype=48;
|
|
int32 androidpaytype=49;
|
|
int32 iospayprice=50;
|
|
int32 androidpayprice=51;
|
|
int32 rightduration=52;
|
|
webcast_data_PaidLivePriceInfo friendpriceinfo=53;
|
|
webcast_data_PaidLivePriceInfo helpingpriceinfo=54;
|
|
int64 ticketanchorid=56;
|
|
string extra=57;
|
|
}
|
|
message webcast_data_TicketData_PaidLivePriceInfoV2{
|
|
string amount=1;
|
|
string currency=2;
|
|
int64 pos=3;
|
|
}
|
|
message webcast_data_OrderData{
|
|
string orderid=1;
|
|
}
|
|
message webcast_data_Appearance{
|
|
webcast_data_Appearance_Bubble headbubble=1;
|
|
int64 uprightstatsdisplaytype=2;
|
|
webcast_data_MoreEntrance entrance=3;
|
|
repeated webcast_data_ToolbarItemConfig toolbarlist=4;
|
|
int64 previewstyle=5;
|
|
webcast_data_Image covergauss=6;
|
|
repeated webcast_data_Appearance_ContentTag contenttags=7;
|
|
webcast_data_PreviewLabel previewlabel=8;
|
|
webcast_data_Image coverdynamicmask=9;
|
|
webcast_data_Image horizontalbackground=10;
|
|
}
|
|
message webcast_data_Appearance_Bubble{
|
|
enum Type {
|
|
Type_0=0;
|
|
}
|
|
Type type=1;
|
|
repeated string rolltips=2;
|
|
webcast_data_Image icon=3;
|
|
int32 rollafterms=4;
|
|
int64 couponmateid=5;
|
|
}
|
|
message webcast_data_Appearance_ContentTag{
|
|
string text=1;
|
|
}
|
|
message webcast_data_EpisodeStageInfo{
|
|
int64 episodeid=1;
|
|
enum Stage {
|
|
stage_0=0;
|
|
}
|
|
Stage stage=2;
|
|
}
|
|
message webcast_data_GameCPData{
|
|
int32 isliveapromoteda=1;
|
|
string gameid=2;
|
|
string gamename=3;
|
|
}
|
|
message webcast_data_GamePlayData{
|
|
int32 playtype=1;
|
|
int64 playid=2;
|
|
int64 gameid=3;
|
|
}
|
|
message webcast_data_ToolBarComponentData{
|
|
enum Groupid {
|
|
GroupId_0=0;
|
|
}
|
|
Groupid groupid=1;
|
|
enum Componenttype {
|
|
componenttype_0=0;
|
|
}
|
|
Componenttype componenttype=2;
|
|
enum Optype {
|
|
optype_0=0;
|
|
}
|
|
Optype optype=3;
|
|
string text=4;
|
|
string schemaurl=5;
|
|
webcast_data_Image icon=6;
|
|
int64 showtype=7;
|
|
int64 datastatus=8;
|
|
string extra=99;
|
|
}
|
|
message webcast_data_ToolBarData{
|
|
repeated webcast_data_ToolBarComponentData entrancelist=1;
|
|
repeated webcast_data_ToolBarComponentData morepanel=2;
|
|
int32 maxentrancecnt=3;
|
|
repeated webcast_data_ToolBarComponentData landscapeupright=4;
|
|
}
|
|
message webcast_data_LifeGrouponInfo{
|
|
int64 permissionstatus=1;
|
|
int64 aggcardid=2;
|
|
string iconurl=3;
|
|
string dynamicurl=4;
|
|
}
|
|
message webcast_data_PreviewLabel{
|
|
int32 type=1;
|
|
repeated string labeltips=2;
|
|
int32 labeltype=3;
|
|
webcast_data_Image labelimage=4;
|
|
bool hittest=5;
|
|
}
|
|
message webcast_data_HotRoomInfo{
|
|
int64 bitmap=1;
|
|
}
|
|
message webcast_data_ActivityLiveRecommendConfig{
|
|
string name=1;
|
|
string level=2;
|
|
int64 starttime=3;
|
|
int64 endtime=4;
|
|
int32 livetype=5;
|
|
webcast_data_ActivityLiveRecommendConfig_EpisodeInfo episodeinfo=7;
|
|
}
|
|
message webcast_data_ActivityLiveRecommendConfig_EpisodeInfo{
|
|
int32 contenttype=1;
|
|
string content=2;
|
|
}
|
|
message webcast_data_RoomChannelData{
|
|
int32 status=1;
|
|
repeated webcast_data_RoomChannelInfo channellist=2;
|
|
int32 supportroomchannelmode=3;
|
|
int32 limitofnum=4;
|
|
bool cancreate=5;
|
|
webcast_data_Image background=6;
|
|
bool hidelandscape=101;
|
|
}
|
|
message webcast_data_PackMetaInfo{
|
|
string scene=1;
|
|
string env=2;
|
|
string dc=3;
|
|
string traceid=4;
|
|
}
|
|
message webcast_data_LikeDisplayConfig{
|
|
int32 showtext=1;
|
|
string displaytext=2;
|
|
}
|
|
message webcast_data_MatchRoomData{
|
|
webcast_data_MatchDrawer drawer=1;
|
|
webcast_data_ToutiaoMatchData match=2;
|
|
webcast_data_Image drawerlabel=3;
|
|
string pcustr=4;
|
|
webcast_data_Image drawerofficiallabel=5;
|
|
webcast_data_Image matchbackground=6;
|
|
webcast_data_MatchUserInfo matchuserinfo=7;
|
|
}
|
|
message webcast_data_MatchUserInfo{
|
|
webcast_data_TeamInfo userteaminfo=1;
|
|
bool isactivityaccount=3;
|
|
bool needretry=4;
|
|
}
|
|
message webcast_data_TeamInfo{
|
|
int64 teamid=1;
|
|
string teamname=2;
|
|
string schemaurl=3;
|
|
webcast_data_Image teamicon=4;
|
|
webcast_data_Image teambadge=5;
|
|
webcast_data_Image teambackground=6;
|
|
string systemmsg=7;
|
|
string teamidstr=8;
|
|
webcast_data_Image teamavatarbox=9;
|
|
}
|
|
|
|
//WebcastLikeMessage
|
|
message webcast_im_LikeMessage{
|
|
webcast_im_Common common=1;
|
|
int64 count=2;
|
|
int64 total=3;
|
|
int64 color=4;
|
|
webcast_data_User user=5;
|
|
string icon=6;
|
|
webcast_im_DoubleLikeDetail doublelikedetail=7;
|
|
webcast_im_DisplayControlInfo displaycontrolinfo=8;
|
|
int64 linkmicguestuid=9;
|
|
string scene=10;
|
|
webcast_im_PicoDisplayInfo picodisplayinfo=11;
|
|
}
|
|
message webcast_im_PicoDisplayInfo{
|
|
int64 combosumcount=1;
|
|
string emoji=2;
|
|
webcast_data_Image emojiicon=3;
|
|
string emojitext=4;
|
|
}
|
|
message webcast_im_DoubleLikeDetail{
|
|
bool doubleflag=1;
|
|
int32 seqid=2;
|
|
int32 renewalsnum=3;
|
|
int32 triggersnum=4;
|
|
}
|
|
message webcast_im_DisplayControlInfo{
|
|
bool showtext=1;
|
|
bool showicons=2;
|
|
}
|
|
message webcast_im_UserContribute{
|
|
int64 userid=1;
|
|
int64 rank=2;
|
|
int64 score=3;
|
|
string nickname=4;
|
|
webcast_data_Image avatarthumb=5;
|
|
}
|
|
message webcast_im_LinkerContributeMessage{
|
|
webcast_im_Common common=1;
|
|
int64 userid=2;
|
|
int64 totalscore=3;
|
|
repeated webcast_im_UserContribute usercontributelist=4;
|
|
int64 microtimestamp=5;
|
|
int64 scene=6;
|
|
string totalscorerealstr=7;
|
|
string totalscorestr=8;
|
|
webcast_data_LinkmicQuickInteract quickinteract=9;
|
|
}
|
|
message webcast_im_LinkMessage{
|
|
webcast_im_Common common=1;
|
|
int64 messagetype=2;
|
|
int64 linkerid=3;
|
|
int64 scene=4;
|
|
webcast_im_LinkerInviteContent invitecontent=5;
|
|
webcast_im_LinkerReplyContent replycontent=6;
|
|
webcast_im_LinkerCreateContent createcontent=7;
|
|
webcast_im_LinkerCloseContent closecontent=8;
|
|
webcast_im_LinkerEnterContent entercontent=9;
|
|
webcast_im_LinkerLeaveContent leavecontent=10;
|
|
webcast_im_LinkerCancelContent cancelcontent=11;
|
|
webcast_im_LinkerKickOutContent kickoutcontent=12;
|
|
webcast_im_LinkerLinkedListChangeContent linkedlistchangecontent=13;
|
|
webcast_im_LinkerUpdateUserContent updateusercontent=14;
|
|
webcast_im_LinkerWaitingListChangeContent waitinglistchangecontent=15;
|
|
webcast_im_LinkerBanContent bancontent=16;
|
|
webcast_im_LinkerItemContent itemcontent=17;
|
|
webcast_im_LinkerViolationReminderContent violationremindercontent=18;
|
|
webcast_im_LinkerUpdateLinkTypeApplyContent updatelinktypeapplycontent=19;
|
|
webcast_im_LinkerUpdateLinkTypeReplyContent updatelinktypereplycontent=20;
|
|
webcast_im_LinkerAvatarAuditContent avatarauditcontent=21;
|
|
webcast_im_LinkerApplyExpiredContent applyexpiredcontent=22;
|
|
webcast_im_LinkerApplyStrongReminderContent applystrongremindercontent=23;
|
|
webcast_im_LinkerAnchorStreamSwitchContent anchorstreamswitchcontent=24;
|
|
webcast_im_LinkerClickScreenContent clickscreencontent=25;
|
|
webcast_im_LinkerLockPositionContent lockpositioncontent=26;
|
|
webcast_im_LinkerFollowStrongGuideContent followstrongguidecontent=27;
|
|
webcast_im_LinkerShareVideoImContent sharevideoimcontent=28;
|
|
webcast_im_LinkerGuestInviteContent guestinvitecontent=29;
|
|
webcast_im_LinkerGuestExitCastScreenContent exitcastscreencontent=30;
|
|
webcast_im_LinkerSwitchSceneContent switchscenecontent=31;
|
|
webcast_im_LinkPhaseEnterNextNotifyContent linkphaseenternextcontent=32;
|
|
webcast_im_LinkerChangePlayModeContent changeplaymodecontent=33;
|
|
webcast_im_LinkerLowBalanceForPaidLinkmicContent lowbalanceforpaidlinkmiccontent=34;
|
|
webcast_im_LinkerDegradeAlertContent degradealertcontent=35;
|
|
webcast_im_LinkerEnlargeGuestInviteContent enlargeguestinvitecontent=36;
|
|
webcast_im_LinkerEnlargeGuestReplyContent enlargeguestreplycontent=37;
|
|
webcast_im_LinkerEnlargeGuestApplyContent enlargeguestapplycontent=38;
|
|
webcast_im_LinkPrepareApplyContent prepareapplycontent=39;
|
|
webcast_im_LinkerCrossRoomUpdateContent crossroomupdatecontent=40;
|
|
webcast_im_LinkerChangeMultiPKTeamInfoContent changemultipkteaminfocontent=41;
|
|
webcast_im_CrossRoomLinkInviteContent crossroomlinkinvitecontent=42;
|
|
webcast_im_CrossRoomLinkReplyContent crossroomlinkreplycontent=43;
|
|
webcast_im_CrossRoomLinkCancelInviteContent crossroomlinkcancelinvitecontent=44;
|
|
webcast_im_LinkerResumeAudienceContent linkerresumeaudiencecontent=45;
|
|
webcast_im_LinkerBattleConnectContent linkerbattleconnectcontent=46;
|
|
webcast_im_LinkerResumeApplyContent linkerresumeapplycontent=47;
|
|
webcast_im_CrossRoomRTCInfoContent crossroomrtcinfocontent=48;
|
|
webcast_im_AnchorUpdateLinkmicConfigContent anchorupdatelinkmicconfigcontent=49;
|
|
webcast_im_AnchorUpdateLayoutContent anchorupdatelayoutcontent=50;
|
|
webcast_im_LinkerApplyRankChangeContent applyrankchangecontent=52;
|
|
webcast_im_LinkerSysKickOutContent syskickoutcontent=101;
|
|
int64 fallbackscene=199;
|
|
string extra=200;
|
|
}
|
|
message webcast_im_LinkmicInfo{
|
|
string accesskey=1;
|
|
int64 linkmicid=2;
|
|
bool joinable=3;
|
|
int32 confluencetype=4;
|
|
string rtcextinfo=5;
|
|
string rtcappid=6;
|
|
string rtcappsign=7;
|
|
string linkmicidstr=8;
|
|
int64 vendor=9;
|
|
string livecoreextinfo=10;
|
|
webcast_data_MultiRtcInfo multirtcinfo=11;
|
|
webcast_data_MultiLiveCoreInfo multilivecoreinfo=12;
|
|
}
|
|
message webcast_im_LinkerSetting{
|
|
int64 maxmemberlimit=1;
|
|
int64 linktype=2;
|
|
int64 scene=3;
|
|
int64 owneruserid=4;
|
|
int64 ownerroomid=5;
|
|
int64 vendor=6;
|
|
}
|
|
message webcast_im_LinkerInviteContent{
|
|
int64 fromuserid=1;
|
|
int64 fromroomid=2;
|
|
string tortcextinfo=3;
|
|
bool rtcjoinchannel=4;
|
|
int64 vendor=5;
|
|
string secfromuserid=6;
|
|
string tolinkmicidstr=7;
|
|
bool rtcpushstream=8;
|
|
string signextra=9;
|
|
enum Invitesource {
|
|
invitesource_0=0;
|
|
}
|
|
Invitesource invitesource=10;
|
|
webcast_im_LinkmicInfo fromuserlinkmicinfo=11;
|
|
webcast_data_MultiRtcInfo multirtcinfo=12;
|
|
webcast_data_MultiLiveCoreInfo multilivecoreinfo=13;
|
|
enum Multipkmode {
|
|
multipkmode_0=0;
|
|
}
|
|
Multipkmode multipkmode=14;
|
|
bool supportmultipkteammode=15;
|
|
webcast_data_LinkmicInfo touserlinkmicinfo=16;
|
|
webcast_data_MultiChannelInfo multichannelinfo=17;
|
|
string inviterejecttemporarytext=18;
|
|
string audiencelinkerdescription=19;
|
|
bool inviterwithaudience=20;
|
|
repeated webcast_data_ListUser inviteefollowedusers=21;
|
|
repeated webcast_data_ListUser inviterusers=22;
|
|
int64 touserid=23;
|
|
int64 toroomid=24;
|
|
webcast_data_ListUser applieduser=25;
|
|
}
|
|
message webcast_im_LinkPrepareApplyContent{
|
|
int64 fromuserid=1;
|
|
int64 fromroomid=2;
|
|
int64 vendor=3;
|
|
string secfromuserid=4;
|
|
int64 count=5;
|
|
}
|
|
message webcast_im_LinkerReplyContent{
|
|
int64 fromuserid=1;
|
|
int64 fromroomid=2;
|
|
webcast_im_LinkmicInfo fromuserlinkmicinfo=3;
|
|
int64 touserid=4;
|
|
webcast_im_LinkmicInfo touserlinkmicinfo=5;
|
|
int64 linktype=6;
|
|
int64 replystatus=7;
|
|
webcast_im_LinkerSetting linkersetting=8;
|
|
bool bizjoinchannel=9;
|
|
enum Multipkmode {
|
|
multipkmode_0=0;
|
|
}
|
|
Multipkmode multipkmode=10;
|
|
webcast_data_MultiChannelInfo multichannelinfo=11;
|
|
string toast=12;
|
|
webcast_data_AnchorLinkmicChannelInfo backuplinkmicinfo=14;
|
|
string kickedusersuniqueid=15;
|
|
int64 matchtype=16;
|
|
}
|
|
message webcast_im_LinkerCreateContent{
|
|
int64 ownerid=1;
|
|
int64 ownerroomid=2;
|
|
int64 linktype=3;
|
|
}
|
|
message webcast_im_MatchEffect{
|
|
bool showeffect=1;
|
|
webcast_data_Image effectresource=2;
|
|
}
|
|
message webcast_im_CityEffect{
|
|
webcast_data_Image effectresource=1;
|
|
string city=2;
|
|
}
|
|
message webcast_im_LinkerEnterContent{
|
|
repeated webcast_data_ListUser linkedusers=1;
|
|
int64 userid=2;
|
|
enum Applytype {
|
|
applytype_0=0;
|
|
}
|
|
Applytype applytype=3;
|
|
repeated webcast_data_ListUser prelinkusers=4;
|
|
webcast_im_MatchEffect matcheffect=5;
|
|
webcast_im_CityEffect cityeffect=6;
|
|
uint64 version=7;
|
|
webcast_data_MsgBoardItemInfo msgboarditem=9;
|
|
}
|
|
message webcast_im_LinkerViolationReminderContent{
|
|
string title=1;
|
|
string content=2;
|
|
}
|
|
message webcast_im_LinkerCloseContent{
|
|
enum Source {
|
|
Source_0=0;
|
|
}
|
|
Source source=1;
|
|
webcast_data_BanUser bananchorinfo=2;
|
|
}
|
|
message webcast_im_LinkerLeaveContent{
|
|
int64 userid=1;
|
|
repeated webcast_data_ListUser linkedusers=2;
|
|
webcast_data_ListUser user=3;
|
|
repeated webcast_data_ListUser prelinkusers=4;
|
|
uint64 version=5;
|
|
enum Leavesource {
|
|
leavesource_0=0;
|
|
}
|
|
Leavesource leavesource=7;
|
|
}
|
|
message webcast_im_LinkerCancelContent{
|
|
int64 fromuserid=1;
|
|
int64 touserid=2;
|
|
int64 canceltype=3;
|
|
enum Invitesource {
|
|
invitesource_0=0;
|
|
}
|
|
Invitesource invitesource=4;
|
|
}
|
|
message webcast_im_LinkerKickOutContent{
|
|
int64 fromuserid=1;
|
|
enum Controltype {
|
|
controltype_0=0;
|
|
}
|
|
Controltype controltype=2;
|
|
int64 paidcount=3;
|
|
int64 linkduration=4;
|
|
enum Kickoutsource {
|
|
kickoutsource_0=0;
|
|
}
|
|
Kickoutsource kickoutsource=5;
|
|
}
|
|
message webcast_im_LinkerSysKickOutContent{
|
|
int64 userid=1;
|
|
string linkmicidstr=2;
|
|
string toastmsg=3;
|
|
}
|
|
message webcast_im_LinkerWaitingListChangeContent{
|
|
}
|
|
message webcast_im_LinkerLinkedListChangeContent{
|
|
repeated webcast_data_ListUser linkedusers=1;
|
|
repeated webcast_data_ListUser prelinkusers=2;
|
|
uint64 version=3;
|
|
enum Pushtype {
|
|
pushtype_0=0;
|
|
}
|
|
Pushtype pushtype=4;
|
|
enum Updatemode {
|
|
updatemode_0=0;
|
|
}
|
|
Updatemode updatemode=6;
|
|
}
|
|
message webcast_im_LinkerBanContent{
|
|
repeated webcast_data_BanUser banusers=1;
|
|
}
|
|
message webcast_im_LinkerUpdateUserContent{
|
|
int64 fromuserid=1;
|
|
int64 touserid=2;
|
|
repeated webcast_data_ListUser linkedusers=4;
|
|
string extra=5;
|
|
uint64 version=6;
|
|
string ackmessage=8;
|
|
}
|
|
message webcast_im_ChannelNoticeContent{
|
|
int64 channelid=1;
|
|
enum Action {
|
|
action_0=0;
|
|
}
|
|
Action action=2;
|
|
string extrainfo=3;
|
|
}
|
|
message webcast_im_LinkerItemContent{
|
|
int64 itemid=1;
|
|
int64 authorid=2;
|
|
string authorname=3;
|
|
webcast_data_Image avatarthumb=4;
|
|
webcast_data_Image avatarmedium=5;
|
|
webcast_data_Image avatarlarge=6;
|
|
string itemdescription=7;
|
|
string musicid=8;
|
|
string musictitle=9;
|
|
string musicauthor=10;
|
|
string musicurl=11;
|
|
int64 commentcount=12;
|
|
}
|
|
message webcast_im_LinkerUpdateLinkTypeApplyContent{
|
|
int64 fromuserid=1;
|
|
int64 touserid=2;
|
|
enum Linktype {
|
|
linktype_0=0;
|
|
}
|
|
Linktype linktype=3;
|
|
enum Source {
|
|
source_0=0;
|
|
}
|
|
Source source=4;
|
|
string ackmessage=5;
|
|
}
|
|
message webcast_im_LinkerUpdateLinkTypeReplyContent{
|
|
int64 fromuserid=1;
|
|
int64 touserid=2;
|
|
enum Replytype {
|
|
replytype_0=0;
|
|
}
|
|
Replytype replytype=3;
|
|
string replyprompts=4;
|
|
}
|
|
message webcast_im_LinkerAvatarAuditContent{
|
|
enum Auditres {
|
|
AuditRes_0=0;
|
|
}
|
|
Auditres auditres=1;
|
|
string reason=2;
|
|
int64 reviewid=3;
|
|
}
|
|
message webcast_im_LinkerApplyExpiredContent{
|
|
int64 userid=1;
|
|
}
|
|
message webcast_im_LinkerApplyStrongReminderContent{
|
|
enum Source {
|
|
Source_0=0;
|
|
}
|
|
Source source=1;
|
|
webcast_data_User user=2;
|
|
}
|
|
message webcast_im_LinkerAnchorStreamSwitchContent{
|
|
bool usebackupstream=1;
|
|
int64 anchoruserid=2;
|
|
repeated webcast_data_ListUser linkedusers=3;
|
|
uint64 version=4;
|
|
}
|
|
message webcast_im_LinkerClickScreenContent{
|
|
int64 devicewidth=1;
|
|
int64 deviceheight=2;
|
|
int64 pointx=3;
|
|
int64 pointy=4;
|
|
int64 fromuserid=5;
|
|
webcast_data_Image avatarmedium=6;
|
|
}
|
|
message webcast_im_LinkerFollowStrongGuideContent{
|
|
webcast_data_User fromuser=1;
|
|
int64 touserid=2;
|
|
enum Fromusertype {
|
|
fromusertype_0=0;
|
|
}
|
|
Fromusertype fromusertype=3;
|
|
}
|
|
message webcast_im_LinkerLockPositionContent{
|
|
repeated webcast_data_LinkmicPositionItem lockedpositions=1;
|
|
}
|
|
message webcast_im_LinkerShareVideoImContent{
|
|
string imcontent=1;
|
|
}
|
|
message webcast_im_LinkerGuestInviteContent{
|
|
webcast_data_Text invitecontent=1;
|
|
}
|
|
message webcast_im_LinkerGuestExitCastScreenContent{
|
|
int64 userid=1;
|
|
}
|
|
message webcast_im_LinkerSwitchSceneContent{
|
|
webcast_data_SwitchSceneData switchscenedata=1;
|
|
}
|
|
message webcast_im_LinkPhaseEnterNextNotifyContent{
|
|
int64 roomid=1;
|
|
webcast_data_User anchoruser=2;
|
|
webcast_data_User linkuser=3;
|
|
webcast_data_LinkPhase nextphase=4;
|
|
int32 currentphaseid=5;
|
|
int32 currentlinktimeseconds=6;
|
|
webcast_data_LinkPhaseConfig phaseconfig=7;
|
|
}
|
|
message webcast_im_LinkerChangePlayModeContent{
|
|
webcast_data_ChangePlayModeData changeplaymodedata=1;
|
|
}
|
|
message webcast_im_LinkerLowBalanceForPaidLinkmicContent{
|
|
string toast=1;
|
|
}
|
|
message webcast_im_LinkerDegradeAlertContent{
|
|
webcast_data_User user=1;
|
|
string degradecontent=2;
|
|
}
|
|
message webcast_im_LinkerEnlargeGuestInviteContent{
|
|
int64 fromuserid=1;
|
|
int64 touserid=2;
|
|
enum Invitetype {
|
|
invitetype_0=0;
|
|
}
|
|
Invitetype invitetype=3;
|
|
}
|
|
message webcast_im_LinkerEnlargeGuestReplyContent{
|
|
int64 fromuserid=1;
|
|
int64 touserid=2;
|
|
enum Replytype {
|
|
replytype_0=0;
|
|
}
|
|
Replytype replytype=3;
|
|
string replyprompts=4;
|
|
}
|
|
message webcast_im_LinkerEnlargeGuestApplyContent{
|
|
int64 fromuserid=1;
|
|
string applyprompts=2;
|
|
}
|
|
message webcast_im_CrossRoomLinkInviteContent{
|
|
webcast_data_User inviter=1;
|
|
webcast_data_InviteRoomInfo roominfo=2;
|
|
string invitetips=3;
|
|
enum Inviterroomjoinstatus {
|
|
inviterroomjoinstatus_0=0;
|
|
}
|
|
Inviterroomjoinstatus inviterroomjoinstatus=4;
|
|
}
|
|
message webcast_im_CrossRoomLinkReplyContent{
|
|
enum Replytype {
|
|
ReplyType_0=0;
|
|
}
|
|
Replytype replytype=1;
|
|
int64 inviteeroomid=2;
|
|
enum Crosstype {
|
|
crosstype_0=0;
|
|
}
|
|
Crosstype crosstype=3;
|
|
repeated webcast_data_CrossRoomLinkReplyGuestInfo guestinfos=4;
|
|
int64 inviteeanchorid=5;
|
|
int64 followstatus=6;
|
|
int64 invitesource=7;
|
|
int64 replyuserid=8;
|
|
string replytoast=9;
|
|
enum Replyoperate {
|
|
replyoperate_0=0;
|
|
}
|
|
Replyoperate replyoperate=10;
|
|
webcast_data_RoomBattleProcessInfo processinfo=11;
|
|
}
|
|
message webcast_im_CrossRoomLinkCancelInviteContent{
|
|
int64 cancellerroomid=1;
|
|
}
|
|
message webcast_im_LinkerCrossRoomUpdateContent{
|
|
int64 fromroomid=1;
|
|
int64 toroomid=2;
|
|
repeated webcast_data_ListUser linkedusers=4;
|
|
uint64 version=5;
|
|
}
|
|
message webcast_im_LinkerChangeMultiPKTeamInfoContent{
|
|
webcast_data_MultiPKModeInfo multipkmodeinfo=1;
|
|
string toast=2;
|
|
}
|
|
message webcast_im_LinkerResumeAudienceContent{
|
|
string rtcextinfo=1;
|
|
string livecoreextinfo=2;
|
|
repeated webcast_data_ListUser linkedusers=3;
|
|
uint64 version=4;
|
|
}
|
|
message webcast_im_LinkerBattleConnectContent{
|
|
string livecoreextinfo=1;
|
|
string rtcextinfo=2;
|
|
webcast_data_MultiChannelInfo multichannelinfo=4;
|
|
uint64 version=5;
|
|
repeated webcast_data_ListUser anchoruserlist=6;
|
|
}
|
|
message webcast_im_LinkerResumeApplyContent{
|
|
webcast_im_LinkerResumeApplyContent_ApplyParam param=1;
|
|
int64 applyuser=2;
|
|
int64 roomid=3;
|
|
}
|
|
message webcast_im_LinkerResumeApplyContent_ApplyParam{
|
|
enum Applytype {
|
|
applytype_0=0;
|
|
}
|
|
Applytype applytype=1;
|
|
}
|
|
message webcast_im_CrossRoomRTCInfoContent{
|
|
webcast_data_MultiChannelInfo multichannelinfo=1;
|
|
}
|
|
message webcast_im_AnchorUpdateLinkmicConfigContent{
|
|
bool forbidinvitebygeneral=1;
|
|
bool forbidapplyfromother=2;
|
|
}
|
|
message webcast_im_AnchorUpdateLayoutContent{
|
|
enum Layouttype {
|
|
LayoutType_0=0;
|
|
}
|
|
Layouttype layouttype=1;
|
|
int64 updateuserid=2;
|
|
enum Anchoruilayout {
|
|
anchoruilayout_0=0;
|
|
}
|
|
Anchoruilayout anchoruilayout=3;
|
|
enum Anchorlayoutrange {
|
|
anchorlayoutrange_0=0;
|
|
}
|
|
Anchorlayoutrange anchorlayoutrange=4;
|
|
int64 operatorid=5;
|
|
}
|
|
message webcast_im_LinkerApplyRankChangeContent{
|
|
int64 roomid=1;
|
|
}
|
|
message webcast_im_LinkMicArmies{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_im_LinkMicArmies_UserArmies userarmieslist=3;
|
|
webcast_data_BattleContributorsRankListV2 ranklistv2=4;
|
|
}
|
|
message webcast_im_LinkMicArmies_UserArmies{
|
|
repeated webcast_im_LinkMicArmies_UserArmies_UserArmy userarmies=1;
|
|
}
|
|
message webcast_im_LinkMicArmies_UserArmies_UserArmy{
|
|
int64 userid=1;
|
|
int64 score=2;
|
|
string nickname=3;
|
|
webcast_data_Image avatarthumb=4;
|
|
}
|
|
message webcast_im_LinkMicBattleFinish{
|
|
webcast_im_Common common=1;
|
|
webcast_im_BattleSettings battlesettings=2;
|
|
repeated webcast_data_BattleArmy battlearmies=3;
|
|
repeated webcast_data_BattleScore battlescores=4;
|
|
repeated webcast_data_User anchors=5;
|
|
webcast_data_OperationalPlay operationalplay=7;
|
|
enum Endreason {
|
|
endreason_0=0;
|
|
}
|
|
Endreason endreason=8;
|
|
string cutshortprompt=9;
|
|
string cutshorttoast=10;
|
|
bool cutshortwin=11;
|
|
enum Killfinishtype {
|
|
killfinishtype_0=0;
|
|
}
|
|
Killfinishtype killfinishtype=13;
|
|
}
|
|
message webcast_im_BattleMode{
|
|
int32 mode=1;
|
|
webcast_im_BattleMode_StealTowerData stealtowerdata=2;
|
|
}
|
|
message webcast_im_BattleMode_StealTowerData{
|
|
int64 triggertime=1;
|
|
}
|
|
message webcast_im_BattleSettings{
|
|
int64 battleid=2;
|
|
int64 starttimems=3;
|
|
int64 duration=4;
|
|
string theme=5;
|
|
int64 channelid=6;
|
|
int64 matchtype=7;
|
|
string bannerurl=8;
|
|
int64 subtype=9;
|
|
enum Mode {
|
|
mode_0=0;
|
|
}
|
|
Mode mode=10;
|
|
string config=11;
|
|
string notifyschemeurl=12;
|
|
string hotsoonnotifyschemeurl=13;
|
|
webcast_data_Image unknwonfield1=14;
|
|
string unknwonfield2=15;
|
|
string unknwonfield3=16;
|
|
webcast_data_BattleTitleConfig titleconfig=17;
|
|
webcast_data_BattleTitleConfig punishconfig=18;
|
|
int64 punishduration=19;
|
|
int64 punishstarttimems=20;
|
|
enum Optimizeversion {
|
|
optimizeversion_0=0;
|
|
}
|
|
Optimizeversion optimizeversion=21;
|
|
bool punishoptimizeon=22;
|
|
int64 blooddisplayduration=23;
|
|
int64 statusdisplayduration=24;
|
|
string toast=25;
|
|
bool needcloselinkmic=26;
|
|
bool displaylastresult=27;
|
|
string normalactivityname=28;
|
|
enum Invitetype {
|
|
invitetype_0=0;
|
|
}
|
|
Invitetype invitetype=29;
|
|
webcast_data_BattleConfigSetting battleconfigsetting=31;
|
|
webcast_data_BattleBarConfig barconfig=32;
|
|
webcast_data_BattleBarConfig hotsoonbarconfig=33;
|
|
int64 initiatorid=34;
|
|
enum Battletype {
|
|
battletype_0=0;
|
|
}
|
|
Battletype battletype=35;
|
|
}
|
|
message webcast_im_BattleTask{
|
|
bool enabletask=1;
|
|
}
|
|
message webcast_im_LinkMicBattle{
|
|
webcast_im_Common common=1;
|
|
webcast_im_BattleSettings battlesettings=2;
|
|
webcast_im_BattleMode battlemode=3;
|
|
webcast_im_BattleTask battletask=4;
|
|
enum Skintype {
|
|
skintype_0=0;
|
|
}
|
|
Skintype skintype=5;
|
|
webcast_data_OperationalPlay operationalplay=7;
|
|
enum Battletype {
|
|
battletype_0=0;
|
|
}
|
|
Battletype battletype=8;
|
|
bool relativescore=9;
|
|
bool normaltomultiple=10;
|
|
webcast_data_BattleSkinConfig skinconfig=11;
|
|
}
|
|
message webcast_im_PunishEffect{
|
|
int64 effectid=1;
|
|
string effectname=2;
|
|
webcast_data_Image effectimage=3;
|
|
int64 lowestscore=4;
|
|
int64 duration=5;
|
|
int64 needmedicinecount=6;
|
|
bool usable=7;
|
|
int32 level=8;
|
|
}
|
|
message webcast_im_LinkMicBattlePunish{
|
|
webcast_im_Common common=1;
|
|
int64 messagetype=2;
|
|
repeated webcast_im_PunishEffect punisheffectlist=3;
|
|
string prompts=4;
|
|
webcast_data_User mvp=5;
|
|
int64 medicinecount=6;
|
|
webcast_im_PunishEffect targeteffect=7;
|
|
int64 starttime=8;
|
|
webcast_data_User targetuser=9;
|
|
int64 speedygiftid=11;
|
|
int64 duration=12;
|
|
int64 channelid=13;
|
|
int64 battleid=14;
|
|
}
|
|
message webcast_im_LinkMicBattleTaskMessage{
|
|
webcast_im_Common common=1;
|
|
string content=2;
|
|
}
|
|
message webcast_im_ChijiNoticeMessage{
|
|
webcast_im_Common common=1;
|
|
enum Messagetype {
|
|
messagetype_0=0;
|
|
}
|
|
Messagetype messagetype=2;
|
|
string bannerurl=3;
|
|
}
|
|
message webcast_im_LinkMicEnterNoticeMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_BattleSettings battlesettings=2;
|
|
}
|
|
message webcast_im_LinkMicFriendOnlineMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User friend=2;
|
|
bool inroom=3;
|
|
}
|
|
message webcast_im_LinkMicGuideMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_LinkMicGuideMessage_AnchorInfo anchorinfo=2;
|
|
int64 cuethreshold=3;
|
|
int64 guidelinetype=4;
|
|
webcast_im_LinkMicGuideMessage_FastMatchGuideline fastmatchguideline=5;
|
|
webcast_im_CallToLinkmicContent calltolinkmiccontent=20;
|
|
webcast_im_KtvAddSongGuideContent ktvaddsongguidecontent=21;
|
|
webcast_im_CreateGroupChatGuideContent creategroupchatguidecontent=22;
|
|
webcast_im_JoinGroupChatGuideContent joingroupchatguidecontent=23;
|
|
webcast_im_GuestBattleBubbleGuideContent guestbattlebubbleguidecontent=24;
|
|
webcast_im_CreateTeamfightGuideContent createteamfightguidecontent=25;
|
|
webcast_im_NormalPaidLinkmicExplainCardContent normalpaidlinkmicexplaincardcontent=26;
|
|
webcast_im_NormalPaidLinkmicMigrateToPlayContent normalpaidlinkmicmigratetoplaycontent=27;
|
|
webcast_im_LinkmicFollowEffectContent linkmicfolloweffectcontent=28;
|
|
webcast_im_PKLinkBubbleContent pklinkbubblecontent=29;
|
|
webcast_im_PlayModeGuideBubbleContent playmodeguidebubblecontent=30;
|
|
}
|
|
message webcast_im_LinkMicGuideMessage_AnchorInfo{
|
|
repeated webcast_im_LinkMicGuideMessage_AnchorInfo_InfoItem infolist=1;
|
|
}
|
|
message webcast_im_LinkMicGuideMessage_AnchorInfo_InfoItem{
|
|
webcast_data_Image icon=1;
|
|
string content=2;
|
|
}
|
|
message webcast_im_LinkMicGuideMessage_FastMatchGuideline{
|
|
string title=1;
|
|
string subtitle=2;
|
|
}
|
|
message webcast_im_LinkmicFollowEffectContent{
|
|
int64 roomid=1;
|
|
int64 fromuserid=2;
|
|
repeated webcast_im_LinkmicFollowEffectContent_FollowInfo followinfos=3;
|
|
}
|
|
message webcast_im_LinkmicFollowEffectContent_FollowInfo{
|
|
int64 targetuserid=1;
|
|
int64 followstatus=2;
|
|
}
|
|
message webcast_im_GuestBattleBubbleGuideContent{
|
|
webcast_data_Text text=1;
|
|
}
|
|
message webcast_im_CallToLinkmicContent{
|
|
webcast_data_Text text=1;
|
|
}
|
|
message webcast_im_KtvAddSongGuideContent{
|
|
webcast_data_Text text=1;
|
|
}
|
|
message webcast_im_CreateGroupChatGuideContent{
|
|
int64 anchorid=1;
|
|
string headertext=2;
|
|
string bodytext=3;
|
|
}
|
|
message webcast_im_JoinGroupChatGuideContent{
|
|
int64 groupid=1;
|
|
string conversationid=2;
|
|
string headertext=3;
|
|
string bodytext=4;
|
|
repeated webcast_data_Image icons=5;
|
|
enum Grouptype {
|
|
grouptype_0=0;
|
|
}
|
|
Grouptype grouptype=6;
|
|
enum Guidesource {
|
|
guidesource_0=0;
|
|
}
|
|
Guidesource guidesource=7;
|
|
}
|
|
message webcast_im_CreateTeamfightGuideContent{
|
|
webcast_data_Text toasttext=4;
|
|
}
|
|
message webcast_im_NormalPaidLinkmicExplainCardContent{
|
|
webcast_data_PaidLinkmicExplainCardInfo explaincardinfo=1;
|
|
}
|
|
message webcast_im_NormalPaidLinkmicMigrateToPlayContent{
|
|
string toast=1;
|
|
}
|
|
message webcast_im_PKLinkBubbleContent{
|
|
string toast=1;
|
|
}
|
|
message webcast_im_PlayModeGuideBubbleContent{
|
|
enum Playmode {
|
|
PlayMode_0=0;
|
|
}
|
|
Playmode playmode=1;
|
|
string toast=2;
|
|
enum Playmodeenhancetype {
|
|
playmodeenhancetype_0=0;
|
|
}
|
|
Playmodeenhancetype playmodeenhancetype=3;
|
|
webcast_data_Text text=4;
|
|
string schema=5;
|
|
}
|
|
message webcast_im_LinkMicHostModifyMsg{
|
|
webcast_im_Common common=1;
|
|
}
|
|
message webcast_im_LinkMicKtvBeatRankMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_data_User userlist=2;
|
|
webcast_data_User singer=3;
|
|
int64 songid=4;
|
|
}
|
|
message webcast_im_LinkMicKtvEffectMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User fromuser=2;
|
|
webcast_data_User singer=3;
|
|
int64 songid=4;
|
|
}
|
|
message webcast_im_LinkMicMethod{
|
|
webcast_im_Common common=1;
|
|
int64 messagetype=2;
|
|
string accesskey=3;
|
|
int64 anchorlinkmicid=4;
|
|
int64 userid=5;
|
|
int64 fanticket=6;
|
|
int64 totallinkmicfanticket=7;
|
|
int64 channelid=8;
|
|
int64 layout=9;
|
|
int64 vendor=10;
|
|
int64 dimension=11;
|
|
string theme=12;
|
|
int64 inviteuid=13;
|
|
int64 answer=14;
|
|
int64 starttime=15;
|
|
int64 duration=16;
|
|
repeated webcast_im_LinkMicMethod_UserScores userscores=17;
|
|
int64 matchtype=18;
|
|
bool win=19;
|
|
string prompts=20;
|
|
int64 touserid=21;
|
|
int64 linkmiclayout=23;
|
|
int64 fromuserid=24;
|
|
string tips=25;
|
|
int64 starttimems=26;
|
|
int32 confluencetype=27;
|
|
int64 fromroomid=28;
|
|
int64 invitetype=29;
|
|
int64 subtype=30;
|
|
webcast_data_RivalExtraInfo inviterrivalextra=31;
|
|
string rtcextinfo=32;
|
|
string rtcappid=33;
|
|
string appid=34;
|
|
string appsign=35;
|
|
string rtcappsign=36;
|
|
string anchorlinkmicidstr=37;
|
|
int64 rivalanchorid=38;
|
|
int64 rivallinkmicid=39;
|
|
string rivallinkmicidstr=40;
|
|
bool showpopup=41;
|
|
int64 secinviteuid=42;
|
|
int64 scene=43;
|
|
int64 secapplyuid=44;
|
|
repeated webcast_data_User linkedusers=45;
|
|
string secfromuserid=46;
|
|
enum Replytype {
|
|
replytype_0=0;
|
|
}
|
|
Replytype replytype=47;
|
|
string replyprompts=48;
|
|
string sectouserid=49;
|
|
webcast_im_LinkMicMethod_InvitorInfo invitorinfo=50;
|
|
bool rtcjoinchannel=51;
|
|
enum Subscene {
|
|
subscene_0=0;
|
|
}
|
|
Subscene subscene=52;
|
|
bool supportupdatelinktype=53;
|
|
enum Linktype {
|
|
linktype_0=0;
|
|
}
|
|
Linktype linktype=54;
|
|
enum Source {
|
|
source_0=0;
|
|
}
|
|
Source source=55;
|
|
webcast_data_AnchorLinkmicInfo backupanchorlinkmicinfo=56;
|
|
repeated webcast_data_ListUser linkedlistusers=58;
|
|
repeated webcast_data_LinkmicPositionItem lockedpositions=59;
|
|
enum Endreason {
|
|
endreason_0=0;
|
|
}
|
|
Endreason endreason=60;
|
|
webcast_data_MultiRtcInfo multirtcinfo=61;
|
|
webcast_data_MultiLiveCoreInfo multilivecoreinfo=62;
|
|
int32 layoutconfigversion=63;
|
|
enum Controltype {
|
|
controltype_0=0;
|
|
}
|
|
Controltype controltype=64;
|
|
webcast_data_BanUser bananchorinfo=65;
|
|
uint64 version=66;
|
|
webcast_data_JoinTeamfightInfo jointeamfightinfo=67;
|
|
int64 paidcount=68;
|
|
int64 linkduration=69;
|
|
string livecoreextinfo=70;
|
|
webcast_data_GameInviteInfo gameinviteinfo=71;
|
|
enum Uilayout {
|
|
uilayout_0=0;
|
|
}
|
|
Uilayout uilayout=72;
|
|
webcast_data_Text invitemessage=73;
|
|
webcast_data_MultiChannelInfo multichannelinfo=74;
|
|
enum Kickoutsource {
|
|
kickoutsource_0=0;
|
|
}
|
|
Kickoutsource kickoutsource=75;
|
|
string functiontype=77;
|
|
webcast_data_MsgBoardItemInfo msgboarditem=78;
|
|
string fromuserlinkmicidstr=79;
|
|
string ackmessage=80;
|
|
string initsource=81;
|
|
string scoreupdatelogid=82;
|
|
enum Switchplaymode {
|
|
switchplaymode_0=0;
|
|
}
|
|
Switchplaymode switchplaymode=83;
|
|
enum Updatemessagefrom {
|
|
updatemessagefrom_0=0;
|
|
}
|
|
Updatemessagefrom updatemessagefrom=84;
|
|
webcast_data_LinkmicMediaInfo guestlinkmicinfo=85;
|
|
webcast_data_MCUContent mcucontent=86;
|
|
}
|
|
message webcast_im_LinkMicMethod_UserScores{
|
|
int64 score=1;
|
|
int64 userid=2;
|
|
int64 weeklyrank=3;
|
|
string scorerelativetext=4;
|
|
bool islargepkscore=5;
|
|
bool roomliketrigger=6;
|
|
string scoreblurtext=7;
|
|
int64 battlerank=8;
|
|
bool newscoreopen=9;
|
|
string multipkteamscoretext=10;
|
|
int64 multipkteamscore=11;
|
|
int64 multipkteamrank=12;
|
|
bool ismultipkrelativetext=13;
|
|
}
|
|
message webcast_im_LinkMicMethod_Contributor{
|
|
int64 score=1;
|
|
int64 rank=2;
|
|
int64 userid=3;
|
|
webcast_data_User user=4;
|
|
}
|
|
message webcast_im_LinkMicMethod_ContributorList{
|
|
repeated webcast_im_LinkMicMethod_Contributor contributorlist=1;
|
|
}
|
|
message webcast_im_LinkMicMethod_InvitorInfo{
|
|
string invitornickname=1;
|
|
webcast_data_Image invitoravatar=2;
|
|
}
|
|
message webcast_im_LinkMicOChannelKickOutMsg{
|
|
webcast_im_Common common=1;
|
|
int64 kickoutuid=2;
|
|
string toastmsg=3;
|
|
}
|
|
message webcast_im_LinkMicOChannelNotifyMsg{
|
|
webcast_im_Common common=1;
|
|
enum Type {
|
|
type_0=0;
|
|
}
|
|
Type type=2;
|
|
string toastmsg=3;
|
|
}
|
|
message webcast_im_LinkmicOrderSingMessage{
|
|
webcast_im_Common common=1;
|
|
int64 messagetype=2;
|
|
webcast_im_LinkmicOrderSingCreateContent ordersingcreatecontent=3;
|
|
webcast_im_LinkmicOrderSingFinishContent ordersingfinishcontent=4;
|
|
webcast_im_LinkmicOrderSingActionToastContent ordersingactiontoastcontent=5;
|
|
}
|
|
message webcast_im_LinkmicOrderSingCreateContent{
|
|
string openordersingtoast=1;
|
|
int64 giftid=2;
|
|
}
|
|
message webcast_im_LinkmicOrderSingFinishContent{
|
|
string closeordersingtoast=1;
|
|
}
|
|
message webcast_im_LinkmicOrderSingActionToastContent{
|
|
string startsingtoast=1;
|
|
string finishsingtoast=2;
|
|
string odersingtoast=3;
|
|
}
|
|
message webcast_im_LinkmicOrderSingScoreMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_LinkmicOrderSingScoreContent ordersingscorecontent=2;
|
|
}
|
|
message webcast_im_LinkmicOrderSingScoreContent{
|
|
webcast_im_OrderSingUserScore userscore=1;
|
|
}
|
|
message webcast_im_OrderSingUserScore{
|
|
int64 userid=1;
|
|
int64 silvermicrophonenum=2;
|
|
int64 goldenmicrophonenum=3;
|
|
enum Currenttaskmicrophonetype {
|
|
currenttaskmicrophonetype_0=0;
|
|
}
|
|
Currenttaskmicrophonetype currenttaskmicrophonetype=4;
|
|
int64 currentscore=5;
|
|
int64 needscoretonext=6;
|
|
enum Ordersingstage {
|
|
ordersingstage_0=0;
|
|
}
|
|
Ordersingstage ordersingstage=7;
|
|
}
|
|
message webcast_im_LinkMicPositionMessage{
|
|
webcast_im_Common common=1;
|
|
enum Messagetype {
|
|
messagetype_0=0;
|
|
}
|
|
Messagetype messagetype=2;
|
|
webcast_im_LinkMicPositionListChangeContent listchangecontent=3;
|
|
webcast_im_LinkMicPositionVerifyContent verifycontent=4;
|
|
}
|
|
message webcast_im_LinkMicPositionListChangeContent{
|
|
repeated webcast_data_LinkmicPositionItem positions=1;
|
|
}
|
|
message webcast_im_LinkMicPositionVerifyItem{
|
|
int64 position=1;
|
|
string positionname=2;
|
|
enum Verifystatus {
|
|
verifystatus_0=0;
|
|
}
|
|
Verifystatus verifystatus=3;
|
|
enum Positiontype {
|
|
positiontype_0=0;
|
|
}
|
|
Positiontype positiontype=4;
|
|
}
|
|
message webcast_im_LinkMicPositionVerifyContent{
|
|
int64 currentverifyposition=1;
|
|
repeated webcast_im_LinkMicPositionVerifyItem verifypositionitems=2;
|
|
repeated webcast_data_LinkmicPositionItem finalpositionitems=3;
|
|
}
|
|
message webcast_im_LinkMicSendEmojiMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User fromuser=2;
|
|
webcast_data_LinkmicAudienceEmoji emoji=3;
|
|
webcast_data_Image emojiimageresult=4;
|
|
webcast_data_User touser=5;
|
|
string source=6;
|
|
}
|
|
message webcast_im_LinkSettingNotifyMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_data_LinkmicSetting settings=2;
|
|
webcast_im_PaiedOrTimeLimitChangeContent paiedortimelimitchangecontent=10;
|
|
}
|
|
message webcast_im_PaiedOrTimeLimitChangeContent{
|
|
bool needleave=1;
|
|
string toast=2;
|
|
}
|
|
message webcast_im_LinkMicSignalingMethod{
|
|
webcast_im_Common common=1;
|
|
string content=2;
|
|
}
|
|
message webcast_im_LinkMicAudienceKtvMessage{
|
|
webcast_im_Common common=1;
|
|
int64 messagetype=2;
|
|
repeated webcast_im_LinkMicAudienceKtvMessage_ListInfo listinfo=3;
|
|
int64 wantsingcount=4;
|
|
int64 wantsingsongthreshold=5;
|
|
int64 sungsongcount=6;
|
|
}
|
|
message webcast_im_LinkMicAudienceKtvMessage_ListInfo{
|
|
webcast_data_KtvSongStruct music=1;
|
|
bool isselfseeing=2;
|
|
}
|
|
message webcast_im_LinkmicProfitMessage{
|
|
webcast_im_Common common=1;
|
|
enum Msgtype {
|
|
msgtype_0=0;
|
|
}
|
|
Msgtype msgtype=2;
|
|
webcast_im_LinkmicProfitBidPaidLinkmicBidContent bidpaidlinkmicbidcontent=21;
|
|
webcast_im_LinkmicProfitBidPaidLinkmicDealContent bidpaidlinkmicdealcontent=22;
|
|
webcast_im_LinkmicProfitBidPaidLinkmicAbortContent bidpaidlinkmicabortcontent=23;
|
|
webcast_im_LinkmicProfitBidPaidLinkmicStartContent bidpaidlinkmicstartcontent=24;
|
|
webcast_im_LinkmicProfitBidPaidLinkmicTerminateContent bidpaidlinkmicterminatecontent=25;
|
|
webcast_im_LinkmicProfitNormalPaidLinkmicOpenContent normalpaidlinkmicopencontent=26;
|
|
webcast_im_LinkmicProfitNormalPaidLinkmicCloseContent normalpaidlinkmicclosecontent=27;
|
|
webcast_im_LinkmicProfitNormalPaidLinkmicConfigUpdateContent normalpaidlinkmicconfigupdatecontent=28;
|
|
webcast_im_LinkmicProfitBidPaidLinkmicTurnOnContent bidpaidlinkmicturnoncontent=29;
|
|
webcast_im_LinkmicProfitBidPaidLinkmicTurnOffContent bidpaidlinkmicturnoffcontent=30;
|
|
webcast_im_LinkmicRoomBattleInviteContent roombattleinvitecontent=31;
|
|
webcast_im_LinkmicRoomBattleReplyContent roombattlereplycontent=32;
|
|
webcast_im_LinkmicProfitNormalPaidLinkmicAddPriceContent normalpaidlinkmicaddpricecontent=33;
|
|
webcast_im_LinkmicProfitInteractiveScreenCastOpenContent interactivescreencastopencontent=34;
|
|
webcast_im_LinkmicProfitInteractiveScreenCastCloseContent interactivescreencastclosecontent=35;
|
|
webcast_im_LinkmicRoomBattleMatchSuccessContent roombattlematchsuccesscontent=36;
|
|
}
|
|
message webcast_im_LinkmicProfitBidPaidLinkmicBidContent{
|
|
webcast_data_BidPaidLinkmicBidInfo bidinfo=1;
|
|
repeated webcast_data_BidPaidLinkmicBidRecord bidrecords=2;
|
|
bool hasmore=3;
|
|
}
|
|
message webcast_im_LinkmicProfitBidPaidLinkmicDealContent{
|
|
webcast_data_BidPaidLinkmicDealInfo dealinfo=1;
|
|
repeated webcast_data_LinkmicPositionItem positions=2;
|
|
}
|
|
message webcast_im_LinkmicProfitBidPaidLinkmicStartContent{
|
|
string starttoast=1;
|
|
repeated webcast_data_LinkmicPositionItem positions=2;
|
|
bool waitinguserneedleave=3;
|
|
string waitingusertoast=4;
|
|
}
|
|
message webcast_im_LinkmicProfitBidPaidLinkmicAbortContent{
|
|
int64 winuserid=1;
|
|
string anchortoast=2;
|
|
string winusertoast=3;
|
|
string otherbiduserstoast=4;
|
|
}
|
|
message webcast_im_LinkmicProfitBidPaidLinkmicTerminateContent{
|
|
string bidusertoast=1;
|
|
string otherbiduserstoast=2;
|
|
}
|
|
message webcast_im_LinkmicProfitNormalPaidLinkmicOpenContent{
|
|
webcast_data_NormalPaidLinkmicInfo normalpaidlinkmicinfo=1;
|
|
bool waitinguserneedleave=2;
|
|
string waitingusertoast=3;
|
|
enum Source {
|
|
source_0=0;
|
|
}
|
|
Source source=4;
|
|
}
|
|
message webcast_im_LinkmicProfitNormalPaidLinkmicCloseContent{
|
|
bool waitinguserneedleave=1;
|
|
string waitingusertoast=2;
|
|
}
|
|
message webcast_im_LinkmicProfitNormalPaidLinkmicConfigUpdateContent{
|
|
bool waitinguserneedleave=1;
|
|
string waitingusertoast=2;
|
|
webcast_data_NormalPaidLinkmicInfo normalpaidlinkmicinfo=3;
|
|
}
|
|
message webcast_im_LinkmicProfitNormalPaidLinkmicAddPriceContent{
|
|
int64 addpriceuserid=1;
|
|
int64 addpricevalue=2;
|
|
webcast_data_Text text=3;
|
|
}
|
|
message webcast_im_LinkmicProfitBidPaidLinkmicTurnOnContent{
|
|
webcast_data_BidPaidLinkmicContent bidpaidlinkmicinfo=1;
|
|
string prompts=2;
|
|
bool waitinguserneedleave=3;
|
|
string waitingusertoast=4;
|
|
}
|
|
message webcast_im_LinkmicProfitBidPaidLinkmicTurnOffContent{
|
|
string prompts=1;
|
|
}
|
|
message webcast_im_LinkmicRoomBattleInviteContent{
|
|
webcast_data_User inviter=1;
|
|
webcast_data_InviteRoomInfo roominfo=2;
|
|
enum Starttype {
|
|
starttype_0=0;
|
|
}
|
|
Starttype starttype=3;
|
|
string invitetips=4;
|
|
}
|
|
message webcast_im_LinkmicRoomBattleReplyContent{
|
|
enum Replytype {
|
|
ReplyType_0=0;
|
|
}
|
|
Replytype replytype=1;
|
|
enum Starttype {
|
|
starttype_0=0;
|
|
}
|
|
Starttype starttype=2;
|
|
int64 inviteeroomid=3;
|
|
int64 inviteeanchorid=4;
|
|
int64 followstatus=5;
|
|
int64 replyuserid=6;
|
|
string replytoast=7;
|
|
enum Replyoperate {
|
|
replyoperate_0=0;
|
|
}
|
|
Replyoperate replyoperate=8;
|
|
}
|
|
message webcast_im_LinkmicProfitInteractiveScreenCastOpenContent{
|
|
webcast_data_InteractiveScreenCastInfo screencastinfo=1;
|
|
string rtcextinfo=2;
|
|
string livecoreextinfo=3;
|
|
}
|
|
message webcast_im_LinkmicProfitInteractiveScreenCastCloseContent{
|
|
webcast_data_InteractiveScreenCastInfo screencastinfo=1;
|
|
string rtcextinfo=2;
|
|
string livecoreextinfo=3;
|
|
}
|
|
message webcast_im_LinkmicRoomBattleMatchSuccessContent{
|
|
enum Matchtype {
|
|
MatchType_0=0;
|
|
}
|
|
Matchtype matchtype=1;
|
|
webcast_data_RoomBattleProcessInfo processinfo=2;
|
|
int64 rivalanchorid=3;
|
|
int64 rivalusercount=4;
|
|
int64 rivalchatroomrank=5;
|
|
int64 rivalfollowstatus=6;
|
|
int64 invitesource=7;
|
|
int64 operatoruserid=8;
|
|
}
|
|
message webcast_im_LinkmicReviewMessage{
|
|
webcast_im_Common common=1;
|
|
enum Msgtype {
|
|
msgtype_0=0;
|
|
}
|
|
Msgtype msgtype=2;
|
|
webcast_im_LinkmicReviewNormalPaidDescContent normalpaiddesccontent=21;
|
|
}
|
|
message webcast_im_LinkmicReviewNormalPaidDescContent{
|
|
enum Status {
|
|
Status_0=0;
|
|
}
|
|
Status status=1;
|
|
string toast=2;
|
|
}
|
|
message webcast_im_LinkmicTeamfightScoreMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_LinkmicTeamfightInfo teamfightinfo=2;
|
|
webcast_data_LinkmicQuickInteract quickinteract=3;
|
|
}
|
|
//like补充1
|
|
message webcast_data_UserHighScoreSongTag{
|
|
string highscoresongcount=1;
|
|
string icon=2;
|
|
repeated string bgcolor=3;
|
|
}
|
|
message webcast_data_KtvSongStruct{
|
|
int64 id=1;
|
|
string title=2;
|
|
string author=3;
|
|
int64 lyrictype=4;
|
|
string songurl=5;
|
|
repeated string lyricurllist=6;
|
|
int64 duration=7;
|
|
string coverurl=8;
|
|
int64 songpattern=9;
|
|
double previewstarttime=10;
|
|
webcast_data_KtvSongStruct_AudioInfo fulltrack=11;
|
|
webcast_data_KtvSongStruct_AudioInfo accompanimenttrack=12;
|
|
string newcoverurl=13;
|
|
string midiurl=14;
|
|
bool isfavorite=15;
|
|
webcast_data_KtvSongStruct_OrderInfo orderinfo=16;
|
|
repeated string tags=17;
|
|
repeated webcast_data_MusicInterval musicclimax=19;
|
|
repeated webcast_data_MusicInterval preludes=20;
|
|
repeated webcast_data_MusicInterval interludes=21;
|
|
repeated webcast_data_MusicInterval segments=22;
|
|
string patternfileurl=23;
|
|
repeated webcast_data_MusicInterval bridgesegments=24;
|
|
repeated webcast_data_MusicInterval mainsegments=25;
|
|
repeated webcast_data_MusicInterval finalesegments=26;
|
|
webcast_data_ChorusVideoInfo chorusinfo=27;
|
|
enum Songtype {
|
|
songtype_0=0;
|
|
}
|
|
Songtype songtype=28;
|
|
string addsongsource=29;
|
|
int64 totalorderwithcuranchor=30;
|
|
int64 globaltotalorder=31;
|
|
string idstr=33;
|
|
bool ispriorsong=35;
|
|
bool isfragmentsong=36;
|
|
string fragmentlyric=37;
|
|
webcast_data_KtvSongStruct_PersonalSongInfo personalsonginfo=38;
|
|
}
|
|
message webcast_data_KtvSongStruct_AudioInfo{
|
|
string url=1;
|
|
int64 songpatten=2;
|
|
int64 audioid=3;
|
|
double volumelufs=4;
|
|
double volumepeak=5;
|
|
double bpm=6;
|
|
string beatspointurl=7;
|
|
int64 createtime=8;
|
|
string filehash=9;
|
|
}
|
|
message webcast_data_KtvSongStruct_UserInfo{
|
|
int64 id=1;
|
|
string nickname=2;
|
|
webcast_data_Image avatar=3;
|
|
string idstr=4;
|
|
string highscoresongcount=5;
|
|
string ktvstagemicpostagtext=6;
|
|
enum Ktvlyrictext {
|
|
ktvlyrictext_0=0;
|
|
}
|
|
Ktvlyrictext ktvlyrictext=7;
|
|
string ktvcomponentlyrictextfirstline=8;
|
|
enum Ktvcomponentlyrictextsecondline {
|
|
ktvcomponentlyrictextsecondline_0=0;
|
|
}
|
|
Ktvcomponentlyrictextsecondline ktvcomponentlyrictextsecondline=9;
|
|
webcast_data_UserHighScoreSongTag highscoresongtag=10;
|
|
int64 hitmidirecordab=11;
|
|
double usermidiscore=12;
|
|
bool ishighscoresong=13;
|
|
}
|
|
message webcast_data_KtvSongStruct_OrderInfo{
|
|
webcast_data_KtvSongStruct_UserInfo topuser=1;
|
|
int64 score=2;
|
|
int64 ordercount=3;
|
|
bool hasadded=4;
|
|
}
|
|
message webcast_data_KtvSongStruct_PersonalSongInfo{
|
|
double usermidiscore=1;
|
|
bool ishighscoresong=2;
|
|
}
|
|
message webcast_data_MusicInterval{
|
|
int64 starttimemillisecond=1;
|
|
int64 durationmillisecond=2;
|
|
}
|
|
message webcast_data_ChorusVideoInfo{
|
|
int64 itemid=1;
|
|
string itemdescription=2;
|
|
string itemurl=3;
|
|
int64 authorid=4;
|
|
string authorname=5;
|
|
int64 usetimes=6;
|
|
webcast_data_Image image=7;
|
|
}
|
|
message webcast_data_ArtistStruct{
|
|
int64 artistid=1;
|
|
string defaultname=2;
|
|
bool asrecently=3;
|
|
webcast_data_Image avatar=4;
|
|
}
|
|
message webcast_data_SongWaitingUser{
|
|
webcast_data_User user=1;
|
|
repeated string orderedsongnames=2;
|
|
string applytimetext=3;
|
|
webcast_data_UserHighScoreSongTag highscoresongtag=4;
|
|
}
|
|
message webcast_data_KtvAtmosphereVideoFrameColorData{
|
|
webcast_data_KtvAtmosphereVideoFrameColorData_Color main=1;
|
|
webcast_data_KtvAtmosphereVideoFrameColorData_Color secondary=2;
|
|
}
|
|
message webcast_data_KtvAtmosphereVideoFrameColorData_Color{
|
|
int32 red=1;
|
|
int32 green=2;
|
|
int32 blue=3;
|
|
}
|
|
message webcast_data_KtvAtmosphereVideoInfo{
|
|
string vid=1;
|
|
string playauthtoken=2;
|
|
enum Videotype {
|
|
videotype_0=0;
|
|
}
|
|
Videotype videotype=3;
|
|
repeated webcast_data_KtvAtmosphereVideoFrameColorData framecolordata=4;
|
|
}
|
|
message webcast_data_LinkerBaseInfo{
|
|
enum Scene {
|
|
Scene_0=0;
|
|
}
|
|
Scene scene=1;
|
|
enum Uilayout {
|
|
uilayout_0=0;
|
|
}
|
|
Uilayout uilayout=3;
|
|
}
|
|
message webcast_data_ListUser{
|
|
webcast_data_User user=1;
|
|
int64 linkmicid=2;
|
|
string linkmicidstr=3;
|
|
enum Linkstatus {
|
|
linkstatus_0=0;
|
|
}
|
|
Linkstatus linkstatus=4;
|
|
enum Linktype {
|
|
linktype_0=0;
|
|
}
|
|
Linktype linktype=5;
|
|
int32 userposition=6;
|
|
enum Silencestatus {
|
|
silencestatus_0=0;
|
|
}
|
|
Silencestatus silencestatus=7;
|
|
int64 modifytime=8;
|
|
int64 linkerid=9;
|
|
enum Roletype {
|
|
roletype_0=0;
|
|
}
|
|
Roletype roletype=10;
|
|
webcast_data_ListUser_Content content=11;
|
|
int64 mcstatus=12;
|
|
int64 isbackground=13;
|
|
webcast_data_HostInfo host=14;
|
|
webcast_data_MicPosTagInfo micpostaginfo=15;
|
|
bool pkavailable=16;
|
|
string extra=200;
|
|
}
|
|
message webcast_data_ListUser_Content{
|
|
webcast_data_ListUserPKContent pkcontent=1;
|
|
webcast_data_ListUserLinkmicContent linkmiccontent=2;
|
|
webcast_data_ListUserLinkmicAudienceContent linkmicaudiencecontent=3;
|
|
}
|
|
message webcast_data_ListUserExtra{
|
|
int64 fanticket=1;
|
|
bool hostpermission=2;
|
|
int64 appid=3;
|
|
int64 clientversion=4;
|
|
string deviceplatform=5;
|
|
int64 joinchanneltime=6;
|
|
int64 expectedleavetime=7;
|
|
int64 currenttime=8;
|
|
string fanticketfuzzystr=9;
|
|
string fanticketrealstr=10;
|
|
enum Listuserrole {
|
|
listuserrole_0=0;
|
|
}
|
|
Listuserrole listuserrole=12;
|
|
}
|
|
message webcast_data_BanUser{
|
|
int64 userid=1;
|
|
string reason=2;
|
|
string url=3;
|
|
string anchorexplain=4;
|
|
string audienceexplain=5;
|
|
}
|
|
message webcast_data_ListUserPKContent{
|
|
}
|
|
message webcast_data_ListUserLinkmicContent{
|
|
int64 resourceid=1;
|
|
bool showidentity=2;
|
|
enum Pkuserrole {
|
|
pkuserrole_0=0;
|
|
}
|
|
Pkuserrole pkuserrole=3;
|
|
string gamename=4;
|
|
string fanticket=5;
|
|
int64 joinchanneltime=6;
|
|
webcast_data_AnchorLinkmicIDInfo anchorlinkmicidinfo=7;
|
|
enum Anchorauthrole {
|
|
anchorauthrole_0=0;
|
|
}
|
|
Anchorauthrole anchorauthrole=8;
|
|
}
|
|
message webcast_data_AnchorLinkmicIDInfo{
|
|
string mainlinkmicidstr=1;
|
|
string backuplinkmicidstr=2;
|
|
bool usebackupstream=3;
|
|
}
|
|
message webcast_data_ListUserLinkmicAudienceContent{
|
|
int64 fanticket=1;
|
|
bool hostpermission=2;
|
|
int64 appid=3;
|
|
int64 clientversion=4;
|
|
string deviceplatform=5;
|
|
int64 joinchanneltime=6;
|
|
int64 expectedleavetime=7;
|
|
bool inwaitinglist=8;
|
|
string extra=9;
|
|
int64 currenttime=10;
|
|
string fanticketfuzzystr=11;
|
|
enum Listuserrole {
|
|
listuserrole_0=0;
|
|
}
|
|
Listuserrole listuserrole=12;
|
|
string fanticketrealstr=13;
|
|
webcast_data_MicDress micdress=15;
|
|
int64 paidcount=16;
|
|
bool isenlarged=17;
|
|
int64 selfdisciplineduration=18;
|
|
bool isanonymous=19;
|
|
enum Applytype {
|
|
applytype_0=0;
|
|
}
|
|
Applytype applytype=20;
|
|
int64 selfdisciplinestarttimems=21;
|
|
int64 selfdisciplinestarttime=22;
|
|
int64 selfdiscriplinetargetduration=23;
|
|
string deviceidstr=24;
|
|
}
|
|
message webcast_data_WaitingListUserInfo{
|
|
bool applicationhasexpired=1;
|
|
bool ismutualfollowing=2;
|
|
string applicationreason=3;
|
|
string last7daysgiftcounttext=4;
|
|
}
|
|
message webcast_data_LinkedListUserInfo{
|
|
int64 joinchanneltime=1;
|
|
int64 expectedleavetime=2;
|
|
int64 currenttime=3;
|
|
}
|
|
message webcast_data_InviteListUserInfo{
|
|
string last7daysgiftcounttext=1;
|
|
}
|
|
message webcast_data_ListTagFansClubContent{
|
|
string clubname=2;
|
|
}
|
|
message webcast_data_ListTagHonorLevelContent{
|
|
webcast_data_Image newimiconwithlevel=1;
|
|
}
|
|
message webcast_data_ListTagFriendContent{
|
|
webcast_data_Image friendtag=1;
|
|
}
|
|
message webcast_data_ListTagFansContent{
|
|
webcast_data_Image fanstag=1;
|
|
}
|
|
message webcast_data_ListTag{
|
|
enum Listtagtype {
|
|
ListTagType_0=0;
|
|
}
|
|
Listtagtype listtagtype=1;
|
|
webcast_data_ListTagFansClubContent fansclubtag=2;
|
|
webcast_data_ListTagHonorLevelContent honorleveltag=3;
|
|
webcast_data_ListTagFriendContent friendtag=4;
|
|
webcast_data_ListTagFansContent fanstag=5;
|
|
}
|
|
message webcast_data_SwitchSceneData{
|
|
string rtcextinfo=1;
|
|
string livecoreextinfo=2;
|
|
repeated webcast_data_ListUser linkedusers=3;
|
|
enum Scene {
|
|
scene_0=0;
|
|
}
|
|
Scene scene=4;
|
|
enum Uilayout {
|
|
uilayout_0=0;
|
|
}
|
|
Uilayout uilayout=6;
|
|
webcast_data_MultiRtcInfo multirtcinfo=7;
|
|
webcast_data_MultiLiveCoreInfo multilivecoreinfo=8;
|
|
webcast_data_MultiChannelInfo multichannelinfo=9;
|
|
int64 tolinkerid=10;
|
|
webcast_data_MultiAnchorExtra multianchorextra=11;
|
|
enum Anchoruilayout {
|
|
anchoruilayout_0=0;
|
|
}
|
|
Anchoruilayout anchoruilayout=12;
|
|
enum Inviterfromscene {
|
|
inviterfromscene_0=0;
|
|
}
|
|
Inviterfromscene inviterfromscene=13;
|
|
}
|
|
message webcast_data_MultiAnchorExtra{
|
|
enum Inviterole {
|
|
InviteRole_0=0;
|
|
}
|
|
Inviterole inviterole=1;
|
|
int64 matchtype=2;
|
|
}
|
|
message webcast_data_MultiLiveCoreInfo{
|
|
enum Scene {
|
|
Scene_0=0;
|
|
}
|
|
Scene scene=1;
|
|
webcast_data_VideoEqualRoomLiveCoreInfo videoequalroomlivecoreinfo=2;
|
|
webcast_data_KTVLiveCoreInfo ktvlivecoreinfo=3;
|
|
webcast_data_MultiAnchorLinkmicLiveCoreInfo multianchorlinkmiclivecoreinfo=4;
|
|
webcast_data_SingingChallengeLiveCoreInfo singingchallengelivecoreinfo=5;
|
|
webcast_data_VideoDUOBattleLiveCoreInfo videoduobattlelivecoreinfo=6;
|
|
}
|
|
message webcast_data_VideoEqualRoomLiveCoreInfo{
|
|
// getLiveCoreInfoMapMap dmessage=1;
|
|
}
|
|
message webcast_data_MultiAnchorLinkmicLiveCoreInfo{
|
|
}
|
|
message webcast_data_KTVLiveCoreInfo{
|
|
// getLiveCoreInfoMapMap dmessage=1;
|
|
}
|
|
message webcast_data_SingingChallengeLiveCoreInfo{
|
|
// getLiveCoreInfoMapMap dmessage=1;
|
|
}
|
|
message webcast_data_VideoDUOBattleLiveCoreInfo{
|
|
// getLiveCoreInfoMapMap dmessage=1;
|
|
}
|
|
message webcast_data_MultiRtcInfo{
|
|
enum Scene {
|
|
Scene_0=0;
|
|
}
|
|
Scene scene=1;
|
|
webcast_data_VideoEqualRoomRtcInfo videoequalroomrtcinfo=2;
|
|
webcast_data_MultiAnchorLinkmicRtcInfo multianchorlinkmicrtcinfo=3;
|
|
webcast_data_SingingChallengeRtcInfo singingchallengertcinfo=4;
|
|
webcast_data_CrossRoomLinkmicRtcInfo crossroomlinkmicrtcinfo=5;
|
|
webcast_data_VideoDUOBattleRtcInfo videoduobattlertcinfo=6;
|
|
}
|
|
message webcast_data_VideoEqualRoomRtcInfo{
|
|
// getRtcInfoMapMap dmessage=1;
|
|
}
|
|
message webcast_data_MultiAnchorLinkmicRtcInfo{
|
|
}
|
|
message webcast_data_SingingChallengeRtcInfo{
|
|
// getRtcInfoMapMap dmessage=1;
|
|
}
|
|
message webcast_data_CrossRoomLinkmicRtcInfo{
|
|
// getRtcInfoMapMap dmessage=1;
|
|
}
|
|
message webcast_data_VideoDUOBattleRtcInfo{
|
|
// getRtcInfoMapMap dmessage=1;
|
|
}
|
|
message webcast_data_ChangePlayModeData{
|
|
repeated webcast_data_ListUser linkedusers=1;
|
|
string rtcextinfo=2;
|
|
string livecoreextinfo=3;
|
|
webcast_data_MultiRtcInfo multirtcinfo=4;
|
|
webcast_data_MultiLiveCoreInfo multilivecoreinfo=5;
|
|
uint64 version=7;
|
|
}
|
|
message webcast_data_WaitingListUser{
|
|
webcast_data_User user=1;
|
|
int64 linkmicid=2;
|
|
int64 modifytime=3;
|
|
enum Linkstatus {
|
|
linkstatus_0=0;
|
|
}
|
|
Linkstatus linkstatus=4;
|
|
enum Linktype {
|
|
linktype_0=0;
|
|
}
|
|
Linktype linktype=5;
|
|
enum Roletype {
|
|
roletype_0=0;
|
|
}
|
|
Roletype roletype=6;
|
|
int64 userposition=7;
|
|
enum Silencestatus {
|
|
silencestatus_0=0;
|
|
}
|
|
Silencestatus silencestatus=8;
|
|
string linkmicidstr=9;
|
|
repeated webcast_data_KtvSongStruct songlist=10;
|
|
int64 appid=11;
|
|
int64 clientversion=12;
|
|
string deviceplatform=13;
|
|
enum Listusertype {
|
|
listusertype_0=0;
|
|
}
|
|
Listusertype listusertype=14;
|
|
enum Listuserfromtype {
|
|
listuserfromtype_0=0;
|
|
}
|
|
Listuserfromtype listuserfromtype=15;
|
|
bool applicationhasexpired=16;
|
|
bool ismutualfollowing=17;
|
|
string applicationreason=18;
|
|
string last7daysgiftcounttext=19;
|
|
string fanticket=20;
|
|
int64 offset=21;
|
|
int64 rank=22;
|
|
bool isaddprice=23;
|
|
int64 addpricetimems=24;
|
|
webcast_data_HostInfo host=25;
|
|
webcast_data_MicPosTagInfo micpostaginfo=26;
|
|
bool isanonymous=27;
|
|
int64 paidamount=28;
|
|
webcast_data_JoinTeamfightInfo jointeamfightinfo=29;
|
|
webcast_data_User invitor=30;
|
|
enum Applytype {
|
|
applytype_0=0;
|
|
}
|
|
Applytype applytype=31;
|
|
webcast_data_UserHighScoreSongTag highscoresongtag=32;
|
|
}
|
|
message webcast_data_RoomLinkerContent{
|
|
repeated webcast_data_ListUser linkedusers=1;
|
|
enum Roomlinksilencestatus {
|
|
roomlinksilencestatus_0=0;
|
|
}
|
|
Roomlinksilencestatus roomlinksilencestatus=2;
|
|
int64 anchorid=3;
|
|
int64 isanchorbackground=4;
|
|
}
|
|
message webcast_data_HostInfo{
|
|
int64 ishost=1;
|
|
string hostpositionname=2;
|
|
}
|
|
message webcast_data_MicPosTagInfo{
|
|
enum Tagtype {
|
|
TagType_0=0;
|
|
}
|
|
Tagtype tagtype=1;
|
|
string tagname=2;
|
|
string textcolorvalue=3;
|
|
string bgcolorvalue=4;
|
|
}
|
|
message webcast_data_RTMMessage{
|
|
webcast_data_RTMMessage_Header header=1;
|
|
bytes payload=2;
|
|
}
|
|
message webcast_data_RTMMessage_Header{
|
|
string method=1;
|
|
int64 msgid=2;
|
|
int64 roomid=3;
|
|
int64 createtime=4;
|
|
}
|
|
message webcast_data_ChannelListUser{
|
|
webcast_data_User user=1;
|
|
enum Linkstatus {
|
|
linkstatus_0=0;
|
|
}
|
|
Linkstatus linkstatus=2;
|
|
enum Linktype {
|
|
linktype_0=0;
|
|
}
|
|
Linktype linktype=3;
|
|
enum Silencestatus {
|
|
silencestatus_0=0;
|
|
}
|
|
Silencestatus silencestatus=4;
|
|
int64 modifytime=5;
|
|
int64 linkerid=6;
|
|
enum Roletype {
|
|
roletype_0=0;
|
|
}
|
|
Roletype roletype=7;
|
|
enum Applytype {
|
|
applytype_0=0;
|
|
}
|
|
Applytype applytype=8;
|
|
enum Invitetype {
|
|
invitetype_0=0;
|
|
}
|
|
Invitetype invitetype=9;
|
|
int64 linkerreportor=10;
|
|
string rtcuserid=11;
|
|
string extra=200;
|
|
}
|
|
message webcast_data_AnchorLinkmicChannelInfo{
|
|
string linkmicidstr=1;
|
|
string rtcextinfo=2;
|
|
webcast_data_MultiChannelInfo multichannelinfo=3;
|
|
}
|
|
message webcast_data_LinkmicMediaInfo{
|
|
string rtcextinfo=1;
|
|
string linkmicidstr=2;
|
|
string livecoreextinfo=3;
|
|
webcast_data_MultiRtcInfo multirtcinfo=4;
|
|
webcast_data_MultiLiveCoreInfo multilivecoreinfo=5;
|
|
}
|
|
message webcast_data_MCUContent{
|
|
string currentstreamid=1;
|
|
string rivalsstreamid=2;
|
|
}
|
|
message webcast_data_MicDress{
|
|
webcast_data_VoiceWave voicedress=1;
|
|
webcast_data_VoiceWave voicewave=2;
|
|
}
|
|
message webcast_data_VoiceWave{
|
|
string dressid=1;
|
|
webcast_data_Image lowimg=2;
|
|
webcast_data_Image mediumimg=3;
|
|
webcast_data_Image highimg=4;
|
|
}
|
|
//like补充2
|
|
message webcast_data_ShowStatusLabel{
|
|
string showstatuslabeltext=1;
|
|
float showstatuslabeltexttransparency=2;
|
|
string showstatuslabelbgcolor=3;
|
|
}
|
|
message webcast_data_GroupShowUserItem{
|
|
webcast_data_User groupshowuser=1;
|
|
string description=2;
|
|
string sendbuttontext=3;
|
|
int64 groupshowfanticketcount=4;
|
|
int64 groupshowcurroundfanticketcount=5;
|
|
int64 showendtime=6;
|
|
enum Identitylabel {
|
|
identitylabel_0=0;
|
|
}
|
|
Identitylabel identitylabel=7;
|
|
webcast_data_Image liveavatarframeimage=8;
|
|
webcast_data_Image bgimage=9;
|
|
webcast_data_ShowStatusLabel showstatuslabel=10;
|
|
bool isbestshower=11;
|
|
enum Showstatus {
|
|
showstatus_0=0;
|
|
}
|
|
Showstatus showstatus=12;
|
|
}
|
|
message webcast_data_GroupShowInfo{
|
|
repeated webcast_data_GroupShowUserItem groupshowusers=1;
|
|
int64 descriptionstyle=2;
|
|
string title=3;
|
|
string subtitle=4;
|
|
webcast_data_Image backgroundimage=5;
|
|
int64 groupshowscene=6;
|
|
bool isliveshow=7;
|
|
string toasttext=8;
|
|
bool isgroupshowanchor=9;
|
|
}
|
|
message webcast_data_GrowthTaskCondDef{
|
|
int64 id=1;
|
|
string key=2;
|
|
string desc=3;
|
|
string operator=4;
|
|
string extra=5;
|
|
}
|
|
message webcast_data_GrowthTaskCondition{
|
|
webcast_data_GrowthTaskCondDef def=1;
|
|
string desc=2;
|
|
int64 currentvalue=3;
|
|
int64 targetvalue=4;
|
|
string displaycurrentvalue=5;
|
|
string displaytargetvalue=6;
|
|
string displaydelta=7;
|
|
}
|
|
message webcast_data_GrowthTaskRewardDef{
|
|
int64 id=1;
|
|
enum Rewardtype {
|
|
rewardtype_0=0;
|
|
}
|
|
Rewardtype rewardtype=2;
|
|
enum Settletype {
|
|
settletype_0=0;
|
|
}
|
|
Settletype settletype=3;
|
|
string target=4;
|
|
string desc=5;
|
|
string operator=6;
|
|
string sendparamstr=7;
|
|
string extra=8;
|
|
string name=9;
|
|
}
|
|
message webcast_data_GrowthTaskReward{
|
|
webcast_data_GrowthTaskRewardDef def=1;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=2;
|
|
string extra=3;
|
|
int64 remainingcount=4;
|
|
}
|
|
message webcast_data_GrowthTaskStage{
|
|
repeated webcast_data_GrowthTaskCondition conditionlist=1;
|
|
repeated webcast_data_GrowthTaskReward rewardlist=2;
|
|
int64 completedtime=3;
|
|
}
|
|
message webcast_data_GrowthTask{
|
|
int64 id=1;
|
|
string idstr=2;
|
|
int64 liveid=3;
|
|
int64 appid=4;
|
|
int64 classid=5;
|
|
int64 groupid=6;
|
|
enum Itemtype {
|
|
itemtype_0=0;
|
|
}
|
|
Itemtype itemtype=7;
|
|
string itemid=8;
|
|
string taskname=9;
|
|
string taskdesc=10;
|
|
int64 starttime=11;
|
|
int64 endtime=12;
|
|
int64 displaystarttime=13;
|
|
int64 displayendtime=14;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=15;
|
|
int64 completedstage=16;
|
|
int64 finishtime=17;
|
|
repeated webcast_data_GrowthTaskStage stagelist=18;
|
|
string extra=19;
|
|
string config=20;
|
|
int64 createtime=21;
|
|
}
|
|
message webcast_data_GrowthTaskContributorRank{
|
|
webcast_data_User user=1;
|
|
int64 score=2;
|
|
int64 rank=3;
|
|
}
|
|
message webcast_data_GrowthTaskDisplayInfo{
|
|
int64 id=1;
|
|
int64 groupid=2;
|
|
int64 classid=3;
|
|
string details=4;
|
|
string extra=5;
|
|
}
|
|
message webcast_data_GrowthTaskStatistics{
|
|
enum Caliber {
|
|
Caliber_0=0;
|
|
}
|
|
Caliber caliber=1;
|
|
enum Obj {
|
|
obj_0=0;
|
|
}
|
|
Obj obj=2;
|
|
int64 stageindex=3;
|
|
int64 rewardindex=4;
|
|
int64 classid=5;
|
|
int64 value=6;
|
|
}
|
|
message webcast_data_LinkPhase{
|
|
int32 phaseid=1;
|
|
int32 phasesecondsbegin=2;
|
|
int32 phasesecondsend=3;
|
|
}
|
|
message webcast_data_LinkPhaseConfig{
|
|
repeated webcast_data_LinkPhase phases=1;
|
|
int32 eastereggcartoonseconds=2;
|
|
}
|
|
message webcast_data_InteractiveScreenCastInfo{
|
|
string itemappid=1;
|
|
enum Itemtype {
|
|
itemtype_0=0;
|
|
}
|
|
Itemtype itemtype=2;
|
|
}
|
|
message webcast_data_LinkmicSetting{
|
|
enum Key {
|
|
Key_0=0;
|
|
}
|
|
Key key=1;
|
|
enum Value {
|
|
value_0=0;
|
|
}
|
|
Value value=2;
|
|
webcast_data_SettingContent content=3;
|
|
}
|
|
message webcast_data_SettingContent{
|
|
webcast_data_ApplicationReasonContent applicationreasoncontent=1;
|
|
webcast_data_BidPaidLinkmicContent bidpaidlinkmiccontent=2;
|
|
webcast_data_NormalPaidLinkmicSettingContent normalpaidlinkmicsettingcontent=3;
|
|
webcast_data_NormalPaidLinkmicDescContent normalpaidlinkmicdesccontent=4;
|
|
webcast_data_BidPaidLinkmicSettingContent bidpaidlinkmicsettingcontent=5;
|
|
webcast_data_KTVChallengeContent ktvchallengecontent=6;
|
|
webcast_data_RoomBattleSettingContent roombattlesettingcontent=7;
|
|
webcast_data_NormalPaidLinkmicAddPriceContent normalpaidlinkmicaddpricecontent=8;
|
|
webcast_data_GuestBattleConfigContent guestbattleconfigcontent=9;
|
|
webcast_data_TeamFightConfigContent teamfightconfigcontent=10;
|
|
webcast_data_SelfDisciplineInfo selfdisciplineinfo=11;
|
|
webcast_data_DuoBattleConfigContent duobattleconfigcontent=12;
|
|
webcast_data_KTVComponentContent ktvcomponentcontent=13;
|
|
}
|
|
message webcast_data_ApplicationReasonContent{
|
|
string applicationreasonexample=1;
|
|
string defaultapplicationreasonexample=2;
|
|
}
|
|
message webcast_data_BidPaidLinkmicContent{
|
|
int64 startprice=1;
|
|
int64 linkduration=2;
|
|
int64 maxbidprice=3;
|
|
int64 bidduration=4;
|
|
repeated webcast_data_BidPaidLinkmicOptionalStep bidsteps=5;
|
|
}
|
|
message webcast_data_NormalPaidLinkmicSettingContent{
|
|
int64 paidcount=1;
|
|
int64 limitedtime=2;
|
|
}
|
|
message webcast_data_NormalPaidLinkmicDescContent{
|
|
repeated webcast_data_PaidLinkmicTag savedtaginfos=2;
|
|
string saveddesc=3;
|
|
string revieweddesc=4;
|
|
}
|
|
message webcast_data_BidPaidLinkmicSettingContent{
|
|
int64 startprice=1;
|
|
int64 linkduration=2;
|
|
}
|
|
message webcast_data_KTVChallengeContent{
|
|
int64 targetscore=1;
|
|
int64 targetdurationsecond=2;
|
|
}
|
|
message webcast_data_RoomBattleSettingContent{
|
|
int64 battleduration=1;
|
|
bool acceptinvite=2;
|
|
bool onlyacceptfollowinginvite=3;
|
|
bool notacceptlessthanthreelinkedinvite=4;
|
|
}
|
|
message webcast_data_NormalPaidLinkmicAddPriceContent{
|
|
enum Addpricestrategy {
|
|
AddPriceStrategy_0=0;
|
|
}
|
|
Addpricestrategy addpricestrategy=1;
|
|
int64 customaddpricevalue=2;
|
|
}
|
|
message webcast_data_GuestBattleConfigContent{
|
|
enum Isanchorinvolved {
|
|
IsAnchorInvolved_0=0;
|
|
}
|
|
Isanchorinvolved isanchorinvolved=1;
|
|
int64 lastbattledurationbyanchor=2;
|
|
int64 losernum=3;
|
|
int64 scoretype=4;
|
|
}
|
|
message webcast_data_TeamFightConfigContent{
|
|
int64 lastfightdurationbyanchor=1;
|
|
}
|
|
message webcast_data_DuoBattleConfigContent{
|
|
int64 duration=1;
|
|
enum Scoretype {
|
|
scoretype_0=0;
|
|
}
|
|
Scoretype scoretype=2;
|
|
}
|
|
message webcast_data_SelfDisciplineInfo{
|
|
repeated string targetlist=1;
|
|
string currenttarget=2;
|
|
string targeticonuri=3;
|
|
string text=4;
|
|
int64 punchduration=6;
|
|
string roompunchcount=7;
|
|
int64 version=8;
|
|
}
|
|
message webcast_data_KTVComponentContent{
|
|
enum Ktvcomponentswitchstatus {
|
|
ktvcomponentswitchstatus_0=0;
|
|
}
|
|
Ktvcomponentswitchstatus ktvcomponentswitchstatus=1;
|
|
}
|
|
message webcast_data_MsgBoardItemInfo{
|
|
int64 id=1;
|
|
string idstr=2;
|
|
webcast_data_User sender=3;
|
|
string content=4;
|
|
enum Processstatus {
|
|
processstatus_0=0;
|
|
}
|
|
Processstatus processstatus=5;
|
|
int64 giftid=6;
|
|
int64 msgdisappeartime=7;
|
|
}
|
|
message webcast_data_MsgBoardShortTouchSenderInfo{
|
|
webcast_data_User sender=1;
|
|
int64 msgdisappeartime=2;
|
|
}
|
|
message webcast_data_MsgBoardShortTouchInfo{
|
|
int64 msgcount=1;
|
|
repeated webcast_data_MsgBoardShortTouchSenderInfo senderinfolist=2;
|
|
}
|
|
message webcast_data_BidPaidLinkmicOptionalStep{
|
|
int64 bidleftclosedinterval=1;
|
|
int64 bidrightclosedinterval=2;
|
|
int64 bidstep=3;
|
|
}
|
|
message webcast_data_BidPaidLinkmicBidInfo{
|
|
int64 bidprice=1;
|
|
int64 bidusersuv=2;
|
|
int64 serverlefttime=3;
|
|
string username=4;
|
|
int64 userid=5;
|
|
webcast_data_Image useravatar=6;
|
|
uint64 version=7;
|
|
string secuserid=8;
|
|
}
|
|
message webcast_data_BidPaidLinkmicDealInfo{
|
|
int64 winprice=1;
|
|
string username=2;
|
|
int64 userid=3;
|
|
webcast_data_Image useravatar=4;
|
|
string secuserid=5;
|
|
}
|
|
message webcast_data_BidPaidLinkmicBidRecord{
|
|
int64 bidprice=1;
|
|
string username=2;
|
|
int64 userid=3;
|
|
webcast_data_Image useravatar=4;
|
|
bool isstartprice=5;
|
|
string secuserid=6;
|
|
}
|
|
message webcast_data_BidPaidLinkmicInfo{
|
|
int64 startprice=1;
|
|
int64 linkduration=2;
|
|
int64 maxbidprice=3;
|
|
int64 bidduration=4;
|
|
repeated webcast_data_BidPaidLinkmicOptionalStep bidsteps=5;
|
|
}
|
|
message webcast_data_NormalPaidLinkmicInfo{
|
|
int64 paidcount=1;
|
|
int64 limitedtime=2;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=3;
|
|
enum Addpricestrategy {
|
|
addpricestrategy_0=0;
|
|
}
|
|
Addpricestrategy addpricestrategy=4;
|
|
int64 addpricevalue=5;
|
|
int64 addpricemultiple=6;
|
|
}
|
|
message webcast_data_PaidLinkmicTag{
|
|
int64 id=1;
|
|
string name=2;
|
|
webcast_data_Image pic=3;
|
|
}
|
|
message webcast_data_PaidLinkmicExplainCardInfo{
|
|
int64 numoflink=1;
|
|
float avggrade=2;
|
|
webcast_data_PaidLinkmicTag tag=3;
|
|
}
|
|
message webcast_data_PaidLinkmicOptionalStep{
|
|
int64 leftclosedinterval=1;
|
|
int64 rightclosedinterval=2;
|
|
int64 step=3;
|
|
}
|
|
message webcast_data_PaidLinkmicDiscountInfo{
|
|
enum Discountmode {
|
|
DiscountMode_0=0;
|
|
}
|
|
Discountmode discountmode=1;
|
|
int64 discountamount=2;
|
|
string discounttext=3;
|
|
}
|
|
message webcast_data_Portal{
|
|
int64 starttime=1;
|
|
int64 entercount=2;
|
|
webcast_data_User sugardaddy=3;
|
|
int64 roomid=4;
|
|
webcast_data_User anchor=5;
|
|
int64 portalid=6;
|
|
enum Usertype {
|
|
usertype_0=0;
|
|
}
|
|
Usertype usertype=7;
|
|
int64 inviteecount=8;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=9;
|
|
int64 waitduration=10;
|
|
int64 rewardduration=11;
|
|
int64 totalamount=12;
|
|
webcast_data_Image cover=13;
|
|
int64 roomluckymoneyamount=14;
|
|
repeated webcast_data_User audiences=15;
|
|
int64 distributestrategy=16;
|
|
}
|
|
message webcast_data_TikTokAccount{
|
|
string performeruid=1;
|
|
string nickname=2;
|
|
string profilephoto=3;
|
|
}
|
|
message webcast_data_OrderIDContext{
|
|
string orderidtext=1;
|
|
webcast_data_Image orderidnormalimage=2;
|
|
webcast_data_Image orderidplayimage=3;
|
|
}
|
|
message webcast_data_PerformLink{
|
|
string programmename=1;
|
|
string performername=2;
|
|
webcast_data_TikTokAccount tiktokaccount=3;
|
|
repeated string label=4;
|
|
webcast_data_Image coverimage=5;
|
|
}
|
|
message webcast_data_InteractiveLink{
|
|
string interactivename=1;
|
|
}
|
|
message webcast_data_Programme{
|
|
string id=1;
|
|
enum Linktype {
|
|
linktype_0=0;
|
|
}
|
|
Linktype linktype=2;
|
|
webcast_data_PerformLink performlink=3;
|
|
webcast_data_InteractiveLink interactivelink=4;
|
|
enum State {
|
|
state_0=0;
|
|
}
|
|
State state=5;
|
|
string description=6;
|
|
int64 starttime=7;
|
|
int64 endtime=8;
|
|
enum Orderidtype {
|
|
orderidtype_0=0;
|
|
}
|
|
Orderidtype orderidtype=9;
|
|
webcast_data_OrderIDContext orderidcontext=10;
|
|
}
|
|
message webcast_data_Programmeinfo{
|
|
enum Titletype {
|
|
TitleType_0=0;
|
|
}
|
|
Titletype titletype=1;
|
|
string title=2;
|
|
enum Programmetype {
|
|
programmetype_0=0;
|
|
}
|
|
Programmetype programmetype=3;
|
|
int32 hvscreens=4;
|
|
string description=6;
|
|
}
|
|
message webcast_data_ProgrammeCover{
|
|
webcast_data_Image entranceimage=1;
|
|
webcast_data_Image headimage=2;
|
|
webcast_data_Image backgroundimage=3;
|
|
string colourvalue=4;
|
|
}
|
|
message webcast_data_DownloadModule{
|
|
bool downloadauth=1;
|
|
string buttontext=2;
|
|
webcast_data_Image buttonicon=3;
|
|
string buttontextcolourvalue=4;
|
|
string buttoncolourvalue=5;
|
|
}
|
|
message webcast_data_OperationModule{
|
|
bool operationauth=1;
|
|
webcast_data_Image operationimage=2;
|
|
}
|
|
message webcast_data_ProgrammeOperation{
|
|
webcast_data_OperationModule operationmodule=1;
|
|
webcast_data_DownloadModule downloadmodule=2;
|
|
}
|
|
message webcast_data_ProgrammeColourValue{
|
|
string titlecv=1;
|
|
string descriptioncv=2;
|
|
string programnamecv=3;
|
|
string performernamecv=4;
|
|
string programdescriptioncv=5;
|
|
string highlightcv=6;
|
|
string splitlinecv=7;
|
|
}
|
|
message webcast_data_PropSummary{
|
|
int64 primaryeffectid=1;
|
|
int64 nextexpire=2;
|
|
string description=3;
|
|
int64 propdefid=4;
|
|
string manual=5;
|
|
int64 diamond=6;
|
|
bool reddottip=7;
|
|
webcast_data_Image icon=8;
|
|
int32 count=9;
|
|
string name=10;
|
|
webcast_data_GiftStruct gift=11;
|
|
webcast_data_Image labelicon=12;
|
|
bool isfragment=13;
|
|
int64 fragmentscompoundcount=14;
|
|
int64 isawemefreegift=15;
|
|
webcast_data_Image diamondicon=16;
|
|
webcast_data_Banner banner=17;
|
|
int64 propdeftype=18;
|
|
repeated webcast_data_HotfixGiftDataForProp gifts=19;
|
|
string schemeurl=20;
|
|
bool isdisplayedonpanel=21;
|
|
}
|
|
message webcast_data_HotfixGiftDataForProp{
|
|
webcast_data_Text displaytext=1;
|
|
string describe=2;
|
|
int64 giftid=3;
|
|
int64 groupcount=4;
|
|
int64 repeatcount=5;
|
|
int64 combocount=6;
|
|
int64 msgid=7;
|
|
}
|
|
message webcast_data_DriveBagItem{
|
|
webcast_data_DriveItem item=1;
|
|
int64 nextexpire=2;
|
|
bool equipped=3;
|
|
}
|
|
message webcast_data_DriveItem{
|
|
int32 level=1;
|
|
int32 type=2;
|
|
int64 count=3;
|
|
}
|
|
message webcast_data_PropBill{
|
|
int64 type=1;
|
|
string definitionname=2;
|
|
webcast_data_Image definitionicon=3;
|
|
int64 definitiontype=4;
|
|
string billno=5;
|
|
int64 count=6;
|
|
int64 billcount=7;
|
|
int64 billtime=8;
|
|
string tousernickname=9;
|
|
webcast_data_Image touseravatar=10;
|
|
int64 touid=11;
|
|
}
|
|
message webcast_data_PropDetail{
|
|
int64 count=1;
|
|
int64 billtime=2;
|
|
string tousernickname=3;
|
|
webcast_data_Image touseravatar=4;
|
|
int64 touid=5;
|
|
}
|
|
message webcast_data_FixedInt{
|
|
int64 value=1;
|
|
int64 scale=2;
|
|
}
|
|
message webcast_data_QuizTemplate{
|
|
string id=1;
|
|
string title=2;
|
|
repeated string options=3;
|
|
int64 duration=4;
|
|
int64 divisionid=5;
|
|
}
|
|
message webcast_data_QuizBoxInfo{
|
|
int64 boxid=1;
|
|
int64 status=2;
|
|
int64 countdowntime=3;
|
|
int64 score=4;
|
|
int64 totaltime=5;
|
|
}
|
|
message webcast_data_BetOption{
|
|
int64 id=1;
|
|
string optionname=2;
|
|
int64 money=3;
|
|
int64 rate=4;
|
|
bool win=5;
|
|
bool canbet=6;
|
|
int64 canbetmoney=7;
|
|
}
|
|
message webcast_data_AnchorHistoryItem{
|
|
string quizid=1;
|
|
string quiztitle=2;
|
|
string options=3;
|
|
enum Quizstatus {
|
|
quizstatus_0=0;
|
|
}
|
|
Quizstatus quizstatus=4;
|
|
int64 countdowntime=5;
|
|
int64 winoption=6;
|
|
string templateid=7;
|
|
string failreason=8;
|
|
int64 createtime=9;
|
|
int64 settleagain=10;
|
|
int64 absoluteendtime=11;
|
|
}
|
|
message webcast_data_Quiz{
|
|
string quizid=1;
|
|
string title=2;
|
|
string options=3;
|
|
enum Quizstatus {
|
|
quizstatus_0=0;
|
|
}
|
|
Quizstatus quizstatus=4;
|
|
int64 countdowntime=5;
|
|
int64 winoption=6;
|
|
int64 betoption=7;
|
|
string gain=8;
|
|
string templateid=9;
|
|
int64 absoluteendtime=10;
|
|
}
|
|
//like补充3
|
|
message webcast_data_Banner{
|
|
int64 id=1;
|
|
string title=2;
|
|
webcast_data_Image image=3;
|
|
int64 height=4;
|
|
int64 width=5;
|
|
string schemaurl=6;
|
|
int64 actiontype=7;
|
|
int64 bannertype=8;
|
|
int64 priority=9;
|
|
string text=10;
|
|
int64 frametype=11;
|
|
string extra=12;
|
|
int64 status=13;
|
|
int64 uid=14;
|
|
int64 roomid=15;
|
|
int64 appointmentstarttimestamp=16;
|
|
int64 appointmentendtimestamp=17;
|
|
int64 appointmentid=18;
|
|
}
|
|
message webcast_data_BannerCollapse{
|
|
webcast_data_Text collapsetitle=1;
|
|
webcast_data_Image collapseimage=2;
|
|
bool enable=3;
|
|
string backgroundcolor=4;
|
|
int64 collapseheight=5;
|
|
string verticallinecolor=6;
|
|
}
|
|
message webcast_data_BannerContainer{
|
|
string containerurl=1;
|
|
repeated webcast_data_Banner bannerlist=2;
|
|
webcast_data_Image animationimage=3;
|
|
webcast_data_BannerCollapse collapse=4;
|
|
int64 containerheight=5;
|
|
int64 containerwidth=6;
|
|
string lynxcontainerurl=7;
|
|
int64 containertype=8;
|
|
}
|
|
message webcast_data_BannerData{
|
|
webcast_data_BannerContainer topright=1;
|
|
webcast_data_BannerContainer bottomright=2;
|
|
webcast_data_BannerContainer giftpanel=3;
|
|
webcast_data_BannerContainer middle=4;
|
|
webcast_data_BannerContainer activitytopright=5;
|
|
webcast_data_BannerContainer topleft=6;
|
|
webcast_data_BannerContainer livescene=7;
|
|
webcast_data_BannerContainer activityvsinteractive=8;
|
|
webcast_data_BannerContainer activityinteractive=9;
|
|
webcast_data_BannerContainer activityvsbottomright=10;
|
|
}
|
|
message webcast_data_BattleStarActivityGrade{
|
|
string grade=1;
|
|
int64 level=2;
|
|
int64 starcount=3;
|
|
int64 targetstarcount=4;
|
|
webcast_data_BattleStarActivityGradeMedal staractivitygrademedal=5;
|
|
enum Gradeenum {
|
|
gradeenum_0=0;
|
|
}
|
|
Gradeenum gradeenum=6;
|
|
}
|
|
message webcast_data_BattleStarActivityGradeMedal{
|
|
webcast_data_Image grademedal=1;
|
|
webcast_data_Image levelimage=2;
|
|
webcast_data_Image badgeimage=3;
|
|
}
|
|
message webcast_data_BattleBuffBonusCardEffect{
|
|
int64 bonusratio=1;
|
|
int64 effectdurationms=2;
|
|
}
|
|
message webcast_data_BattleBuffCardMeta{
|
|
enum Battlebuffcardtype {
|
|
BattleBuffCardType_0=0;
|
|
}
|
|
Battlebuffcardtype battlebuffcardtype=1;
|
|
string effectjson=2;
|
|
int64 effectstarttimems=3;
|
|
int64 effectdurationms=4;
|
|
int64 createtimems=5;
|
|
string cardextrainfo=6;
|
|
}
|
|
message webcast_data_BattleBuffCardInfo{
|
|
enum Battlebuffcardtype {
|
|
BattleBuffCardType_0=0;
|
|
}
|
|
Battlebuffcardtype battlebuffcardtype=1;
|
|
repeated webcast_data_BattleBuffCardMeta effectivebuffcards=2;
|
|
int64 waitingbuffcardscount=3;
|
|
int64 bonusscore=4;
|
|
}
|
|
message webcast_data_BattleStarActivityUserInfo{
|
|
string useridstr=1;
|
|
string secuserid=2;
|
|
string nickname=3;
|
|
webcast_data_Image avatarthumb=4;
|
|
string roomidstr=5;
|
|
webcast_data_BattleStarActivityGrade grade=6;
|
|
}
|
|
message webcast_data_BattleStarActivityTask{
|
|
int64 level=1;
|
|
webcast_data_BattleStarActivityTask_Progress progress=2;
|
|
int64 rewardstarcount=3;
|
|
}
|
|
message webcast_data_BattleStarActivityTask_Progress{
|
|
int64 current=1;
|
|
int64 target=2;
|
|
}
|
|
message webcast_data_BattleStarActivityRankList{
|
|
enum Tab {
|
|
Tab_0=0;
|
|
}
|
|
Tab tab=1;
|
|
int64 rank=2;
|
|
int64 score=3;
|
|
int64 rewardlimit=4;
|
|
int64 showlimit=5;
|
|
int64 deltascore=6;
|
|
}
|
|
message webcast_data_BattleStarActivityEffect{
|
|
enum Effecttype {
|
|
EffectType_0=0;
|
|
}
|
|
Effecttype effecttype=1;
|
|
int64 starrewardcount=2;
|
|
int64 targetbattlescore=3;
|
|
repeated webcast_data_Image upgraderewardicon=4;
|
|
int64 effecttime=5;
|
|
int64 effectduration=6;
|
|
}
|
|
message webcast_data_BattleStarActivityMeta{
|
|
int64 starttime=1;
|
|
int64 endtime=2;
|
|
int64 showendtime=3;
|
|
int64 nowtime=4;
|
|
}
|
|
message webcast_data_BattleStarActivityBanner{
|
|
webcast_data_BattleStarActivityRankList ranklist=1;
|
|
webcast_data_BattleStarActivityGrade grade=2;
|
|
webcast_data_BattleStarActivityTask task=3;
|
|
repeated webcast_data_BattleBuffCardInfo battlebuffcardinfos=4;
|
|
webcast_data_BattleStarActivityEffect effect=5;
|
|
webcast_data_BattleStarActivityMeta meta=6;
|
|
}
|
|
message webcast_data_BattleBuffCardRefreshMessage{
|
|
int64 anchorid=1;
|
|
int64 liveid=2;
|
|
int64 appid=3;
|
|
}
|
|
message webcast_data_BattleStarActivityGradeChange{
|
|
int64 star=1;
|
|
int64 score=2;
|
|
string beforegrade=3;
|
|
int64 beforelevel=4;
|
|
string currentgrade=5;
|
|
int64 currentlevel=6;
|
|
}
|
|
message webcast_data_AwardInfo{
|
|
string name=1;
|
|
string count=2;
|
|
webcast_data_Image image=3;
|
|
}
|
|
message webcast_data_GradeAwardInfo{
|
|
int64 awardid=1;
|
|
repeated webcast_data_AwardInfo awardinfos=2;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=3;
|
|
webcast_data_BattleStarActivityGradeMedal descimage=4;
|
|
string description=5;
|
|
int64 countdown=6;
|
|
string awardtime=7;
|
|
string title=8;
|
|
}
|
|
message webcast_data_RankAwardInfo{
|
|
string name=1;
|
|
repeated webcast_data_GradeAwardInfo gradeawardinfos=2;
|
|
}
|
|
message webcast_data_BattleActivityRegisterMessage{
|
|
int64 msgid=1;
|
|
enum Actiontype {
|
|
actiontype_0=0;
|
|
}
|
|
Actiontype actiontype=2;
|
|
string activitytype=3;
|
|
string activityid=4;
|
|
int64 userid=5;
|
|
int64 actiontime=6;
|
|
int64 liveid=7;
|
|
int64 appid=8;
|
|
string payload=9;
|
|
}
|
|
message webcast_data_BattleActivityRegisterMessage_Payload{
|
|
}
|
|
message webcast_data_ItemCardInfo{
|
|
enum Itemcardtype {
|
|
ItemCardType_0=0;
|
|
}
|
|
Itemcardtype itemcardtype=1;
|
|
enum Cardplaytype {
|
|
cardplaytype_0=0;
|
|
}
|
|
Cardplaytype cardplaytype=2;
|
|
string cardvalue=3;
|
|
int64 restduration=4;
|
|
int64 failuretime=5;
|
|
string progresstext=6;
|
|
enum Itemcardstatus {
|
|
itemcardstatus_0=0;
|
|
}
|
|
Itemcardstatus itemcardstatus=7;
|
|
int64 mysteryrankn=8;
|
|
int64 totalduration=9;
|
|
string cardname=10;
|
|
}
|
|
message webcast_data_BattleMode{
|
|
int32 mode=1;
|
|
webcast_data_BattleMode_StealTowerData stealtowerdata=2;
|
|
}
|
|
message webcast_data_BattleMode_StealTowerData{
|
|
int64 triggertime=1;
|
|
int64 duration=2;
|
|
int64 targetscore=3;
|
|
int64 starttime=4;
|
|
int64 attackerid=5;
|
|
int64 finishtime=6;
|
|
int64 win=7;
|
|
int64 count=8;
|
|
int64 openscore=9;
|
|
bool finish=10;
|
|
}
|
|
message webcast_data_BattleSettings{
|
|
int64 battleid=1;
|
|
int64 starttimems=2;
|
|
int64 duration=3;
|
|
string theme=4;
|
|
int64 channelid=5;
|
|
int64 matchtype=6;
|
|
int64 finished=7;
|
|
string bannerurl=8;
|
|
enum Mode {
|
|
mode_0=0;
|
|
}
|
|
Mode mode=9;
|
|
string config=10;
|
|
string notifyschemeurl=11;
|
|
string hotsoonnotifyschemeurl=12;
|
|
webcast_data_BattleTitleConfig titleconfig=13;
|
|
webcast_data_BattleTitleConfig punishconfig=14;
|
|
int64 punishduration=15;
|
|
int64 punishstarttimems=16;
|
|
enum Optimizeversion {
|
|
optimizeversion_0=0;
|
|
}
|
|
Optimizeversion optimizeversion=17;
|
|
bool punishoptimizeon=18;
|
|
int64 blooddisplayduration=19;
|
|
int64 statusdisplayduration=20;
|
|
string toast=21;
|
|
bool needcloselinkmic=22;
|
|
bool displaylastresult=23;
|
|
string normalactivityname=24;
|
|
enum Invitetype {
|
|
invitetype_0=0;
|
|
}
|
|
Invitetype invitetype=25;
|
|
webcast_data_BattleConfigSetting battleconfigsetting=27;
|
|
webcast_data_BattleBarConfig barconfig=28;
|
|
webcast_data_BattleBarConfig hotsoonbarconfig=33;
|
|
int64 initiatorid=34;
|
|
enum Battletype {
|
|
battletype_0=0;
|
|
}
|
|
Battletype battletype=35;
|
|
}
|
|
message webcast_data_BattleTitleConfig{
|
|
webcast_data_Image icon=1;
|
|
string content=2;
|
|
string scheme=3;
|
|
string hotsoonscheme=4;
|
|
webcast_data_Image newicon=7;
|
|
}
|
|
message webcast_data_BattleBarConfig{
|
|
string leftcolor=1;
|
|
string rightcolor=2;
|
|
}
|
|
message webcast_data_BattleShellConfig{
|
|
int64 shelltype=1;
|
|
string name=2;
|
|
}
|
|
message webcast_data_BattleTask{
|
|
bool enabletask=1;
|
|
}
|
|
message webcast_data_BattleArmy{
|
|
int64 anchorid=1;
|
|
repeated webcast_data_BattleArmy_RankUser ranklist=2;
|
|
string anchoridstr=3;
|
|
}
|
|
message webcast_data_BattleArmy_RankUser{
|
|
int64 userid=1;
|
|
string nickname=2;
|
|
webcast_data_Image avatarthumb=3;
|
|
int64 score=4;
|
|
string useridstr=5;
|
|
}
|
|
message webcast_data_ChannelInfo{
|
|
int32 vendor=1;
|
|
int32 layout=2;
|
|
int32 dimension=3;
|
|
}
|
|
message webcast_data_BattleScore{
|
|
int32 score=1;
|
|
int64 userid=2;
|
|
int32 rankbonusscore=3;
|
|
int32 weeklyrank=4;
|
|
int32 winningstreak=5;
|
|
int32 winningstreakbonusscore=6;
|
|
int32 battlecountbonusscore=7;
|
|
string useridstr=8;
|
|
int32 currentbonus=9;
|
|
webcast_data_BattleStarActivityGrade grade=10;
|
|
bool scorerelative=11;
|
|
string scorerelativetext=12;
|
|
bool islargepkscore=13;
|
|
bool roomliketrigger=14;
|
|
string scoreblurtext=15;
|
|
int64 battlerank=16;
|
|
bool newscoreopen=17;
|
|
string multipkteamscoretext=18;
|
|
int64 multipkteamscore=19;
|
|
int64 multipkteamrank=20;
|
|
bool ismultipkrelativetext=21;
|
|
}
|
|
message webcast_data_BattleTaskInfo{
|
|
int64 tasktype=1;
|
|
int64 starttime=2;
|
|
int64 duration=3;
|
|
int64 endtime=4;
|
|
int64 taskround=5;
|
|
int64 collectedcount=6;
|
|
int64 goalcount=7;
|
|
int64 finished=8;
|
|
int64 success=9;
|
|
int64 bonusratio=10;
|
|
int64 hasnexttask=11;
|
|
}
|
|
message webcast_data_ChijiResult{
|
|
string timestr=1;
|
|
int64 winningstreak=2;
|
|
int64 bonus=3;
|
|
}
|
|
message webcast_data_ChijiHistory{
|
|
int64 userid=1;
|
|
bool canparticipate=2;
|
|
int64 originalbonus=3;
|
|
int64 totalparticipations=4;
|
|
int64 participationsthismonth=5;
|
|
int64 maxwinningstreak=6;
|
|
int64 maxbattlescore=7;
|
|
int64 totalbonus=8;
|
|
int64 bonusthismonth=9;
|
|
int64 maxbonus=10;
|
|
repeated webcast_data_ChijiResult resultlist=11;
|
|
}
|
|
message webcast_data_ScheduleItem{
|
|
int64 starttime=1;
|
|
int64 duration=2;
|
|
}
|
|
message webcast_data_BattleStatsMeta{
|
|
int64 channelid=1;
|
|
int64 battleid=2;
|
|
webcast_data_BattleMode battlemode=3;
|
|
webcast_data_BattleSettings battlesettings=4;
|
|
repeated webcast_data_BattleArmy battlearmies=5;
|
|
webcast_data_ChannelInfo channelinfo=6;
|
|
repeated webcast_data_BattleScore battlescores=7;
|
|
repeated webcast_data_User anchors=8;
|
|
int64 loserid=9;
|
|
enum Battletype {
|
|
battletype_0=0;
|
|
}
|
|
Battletype battletype=10;
|
|
webcast_data_BattleTitleConfig titleconfig=12;
|
|
webcast_data_BattleTitleConfig punishconfig=13;
|
|
enum Skintype {
|
|
skintype_0=0;
|
|
}
|
|
Skintype skintype=14;
|
|
webcast_data_TeamTask teamtask=15;
|
|
string teamtaskjson=16;
|
|
webcast_data_BattleSkinConfig skinconfig=17;
|
|
}
|
|
message webcast_data_BattleStatsMeta_MultiTeamInfo{
|
|
repeated int64 multianchorlist=1;
|
|
}
|
|
message webcast_data_IssueCategory{
|
|
string category=1;
|
|
repeated string issues=2;
|
|
}
|
|
message webcast_data_IssueCategoryV2{
|
|
string content=1;
|
|
int64 reportserialid=2;
|
|
enum Inputtype {
|
|
inputtype_0=0;
|
|
}
|
|
Inputtype inputtype=3;
|
|
repeated webcast_data_IssueCategoryV2 subcategories=4;
|
|
enum Feedbacktype {
|
|
feedbacktype_0=0;
|
|
}
|
|
Feedbacktype feedbacktype=5;
|
|
}
|
|
message webcast_data_BattleGameConfig{
|
|
int64 gameid=1;
|
|
int64 propid=2;
|
|
string extra=3;
|
|
}
|
|
message webcast_data_BattleConsecutiveRecordInfo{
|
|
enum Battleresulttype {
|
|
BattleResultType_0=0;
|
|
}
|
|
Battleresulttype battleresulttype=1;
|
|
int64 consecutivecount=2;
|
|
}
|
|
message webcast_data_BattleUserInfo{
|
|
webcast_data_BattleUserInfo_BaseUserInfo user=1;
|
|
repeated webcast_data_BattleRivalTag tags=2;
|
|
webcast_data_BattleConsecutiveRecordInfo consecutiverecord=3;
|
|
webcast_data_BattleStarActivityGrade grade=4;
|
|
webcast_data_BattleStarActivityGradeChange gradechange=5;
|
|
string teamcoachscore=6;
|
|
enum Pkrole {
|
|
pkrole_0=0;
|
|
}
|
|
Pkrole pkrole=7;
|
|
enum Pkresult {
|
|
pkresult_0=0;
|
|
}
|
|
Pkresult pkresult=8;
|
|
webcast_data_ActivityUser activityuser=9;
|
|
int64 multipkteamid=10;
|
|
string battlestartdesctext=11;
|
|
}
|
|
message webcast_data_BattleUserInfo_BaseUserInfo{
|
|
int64 userid=1;
|
|
string nickname=2;
|
|
webcast_data_Image avatarthumb=3;
|
|
int32 gender=4;
|
|
}
|
|
message webcast_data_BattleSkinConfig{
|
|
string startanimationurl=1;
|
|
string winanimationurl=2;
|
|
string loseanimationurl=3;
|
|
string drawanimationurl=4;
|
|
bool isshowenteruserinfo=5;
|
|
}
|
|
message webcast_data_BattleLinkerInviteMessageExtra{
|
|
int64 matchtype=1;
|
|
string tips=2;
|
|
int64 invitetype=3;
|
|
int64 subtype=4;
|
|
int64 scene=5;
|
|
string theme=6;
|
|
int64 duration=7;
|
|
webcast_data_BattleLinkerInviteMessageExtra_InviterRivalExtra extra=8;
|
|
repeated webcast_data_BattleRivalTag tags=9;
|
|
webcast_data_Room inviteroom=10;
|
|
bool previewlivestream=11;
|
|
repeated webcast_data_BattleRivalTag roomtags=12;
|
|
repeated webcast_data_BattleRivalTag usertags=13;
|
|
string recommendreason=14;
|
|
string activityname=15;
|
|
webcast_data_ActivityUser activityuser=16;
|
|
webcast_data_BattleLinkerInviteMessageExtra_GameInfo gameinfo=17;
|
|
enum Anchorpkcheck {
|
|
anchorpkcheck_0=0;
|
|
}
|
|
Anchorpkcheck anchorpkcheck=18;
|
|
enum Switchplaymode {
|
|
switchplaymode_0=0;
|
|
}
|
|
Switchplaymode switchplaymode=20;
|
|
webcast_data_VoteSetting votesetting=21;
|
|
webcast_data_BattleConfigSetting battleconfigsetting=22;
|
|
enum Invitestatus {
|
|
invitestatus_0=0;
|
|
}
|
|
Invitestatus invitestatus=23;
|
|
}
|
|
message webcast_data_BattleLinkerInviteMessageExtra_InviterRivalExtra{
|
|
int64 texttype=1;
|
|
string text=2;
|
|
string label=3;
|
|
}
|
|
message webcast_data_BattleLinkerInviteMessageExtra_GameInfo{
|
|
string gametext=1;
|
|
}
|
|
message webcast_data_BattleLinkerReplyMessageExtra{
|
|
int64 invitetype=1;
|
|
enum Anchorauthrole {
|
|
anchorauthrole_0=0;
|
|
}
|
|
Anchorauthrole anchorauthrole=2;
|
|
}
|
|
message webcast_data_BattleRivalTag{
|
|
webcast_data_Image bgimage=1;
|
|
webcast_data_Image iconimage=2;
|
|
string content=3;
|
|
string fontcolor=4;
|
|
enum Tagtype {
|
|
tagtype_0=0;
|
|
}
|
|
Tagtype tagtype=5;
|
|
}
|
|
message webcast_data_BattleRival{
|
|
webcast_data_Room room=1;
|
|
webcast_data_RivalExtraInfo extrainfo=2;
|
|
repeated webcast_data_BattleRivalTag tags=3;
|
|
repeated webcast_data_BattleRivalTag roomtags=4;
|
|
repeated webcast_data_BattleRivalTag usertags=5;
|
|
string recommendreason=6;
|
|
bool ishighlight=7;
|
|
webcast_data_BattleStarActivityGradeMedal activitymedal=8;
|
|
webcast_data_BattleRival_InviteButton invitebutton=9;
|
|
webcast_data_ActivityUser activityuser=10;
|
|
bool isnewanchor=11;
|
|
string signextra=12;
|
|
enum Fromserverinvitetype {
|
|
fromserverinvitetype_0=0;
|
|
}
|
|
Fromserverinvitetype fromserverinvitetype=13;
|
|
repeated webcast_data_Room participantrooms=14;
|
|
enum Scene {
|
|
scene_0=0;
|
|
}
|
|
Scene scene=15;
|
|
int64 linkstatus=16;
|
|
string linktext=17;
|
|
string recommendinfo=18;
|
|
string battleattachedinfo=19;
|
|
}
|
|
message webcast_data_BattleRival_InviteButton{
|
|
string description=1;
|
|
bool forbidden=2;
|
|
int64 type=3;
|
|
}
|
|
message webcast_data_TeamTask{
|
|
webcast_data_TeamTask_Config config=1;
|
|
string battleid=3;
|
|
string triggeruserid=4;
|
|
enum Battletype {
|
|
battletype_0=0;
|
|
}
|
|
Battletype battletype=5;
|
|
}
|
|
message webcast_data_TeamTask_ExtraConfig{
|
|
webcast_data_TeamTask_SpecialGiftCountConfig specialgiftcountconfig=5;
|
|
}
|
|
message webcast_data_TeamTask_PeriodConfig{
|
|
int64 beginsecondrelativebattlefinish=1;
|
|
int64 endsecondrelativebattlefinish=2;
|
|
}
|
|
message webcast_data_TeamTask_SpecialGiftCountConfig{
|
|
int64 giftid=1;
|
|
string giftname=2;
|
|
webcast_data_Image icon=3;
|
|
int64 maxgiftcountperuser=4;
|
|
int64 currentgiftcount=5;
|
|
}
|
|
message webcast_data_TeamTask_Config{
|
|
int64 rewardbuffmultiple=2;
|
|
enum Tasktype {
|
|
tasktype_0=0;
|
|
}
|
|
Tasktype tasktype=3;
|
|
webcast_data_TeamTask_ExtraConfig extraconfig=4;
|
|
enum Targettype {
|
|
targettype_0=0;
|
|
}
|
|
Targettype targettype=5;
|
|
enum Rewardtype {
|
|
rewardtype_0=0;
|
|
}
|
|
Rewardtype rewardtype=6;
|
|
}
|
|
message webcast_data_TeamTask_Info{
|
|
int64 targetusercount=1;
|
|
int64 finishusercount=2;
|
|
enum Result {
|
|
result_0=0;
|
|
}
|
|
Result result=3;
|
|
webcast_data_TeamTask_Reward reward=4;
|
|
int64 ratio=5;
|
|
enum Role {
|
|
role_0=0;
|
|
}
|
|
Role role=6;
|
|
webcast_data_ItemCardInfo itemcardinfo=7;
|
|
string valuetext=8;
|
|
}
|
|
message webcast_data_TeamTask_Reward{
|
|
int64 beginsecondrelativebattlefinish=1;
|
|
int64 endsecondrelativebattlefinish=2;
|
|
int64 rewardscore=3;
|
|
}
|
|
message webcast_data_BattleRankUser{
|
|
webcast_data_User user=1;
|
|
int64 score=2;
|
|
int64 rank=3;
|
|
int64 gradebuffscore=4;
|
|
string subdes=5;
|
|
}
|
|
message webcast_data_BattleAnchorContributors{
|
|
repeated webcast_data_BattleRankUser ranks=1;
|
|
int64 totalcount=2;
|
|
repeated webcast_data_BattleBuffCardInfo buffcardinfos=3;
|
|
}
|
|
message webcast_data_BattleContributorsRankListV2{
|
|
webcast_data_TeamTask teamtask=2;
|
|
webcast_data_BattleSettings battlesettings=3;
|
|
int64 loserid=4;
|
|
string loseridstr=5;
|
|
}
|
|
message webcast_data_PrecisionMatchSettings{
|
|
bool acceptprecisionmatch=1;
|
|
int64 precisionmatchprefergender=2;
|
|
int64 precisionmatchfrequency=3;
|
|
}
|
|
message webcast_data_OperationalPlay{
|
|
enum Operationalplaytype {
|
|
OperationalPlayType_0=0;
|
|
}
|
|
Operationalplaytype operationalplaytype=1;
|
|
webcast_data_MultipleMatches3 multiplematches3=2;
|
|
}
|
|
message webcast_data_MultipleMatches3{
|
|
int64 currentmatch=2;
|
|
bool end=3;
|
|
int64 winneruid=4;
|
|
int64 currentwinneruid=5;
|
|
}
|
|
message webcast_data_MultipleMatchesUserInfo{
|
|
int64 wincount=1;
|
|
}
|
|
message webcast_data_ActivityUser{
|
|
string activityname=1;
|
|
webcast_data_Text displaytabtext=2;
|
|
int64 userid=3;
|
|
string useridstr=4;
|
|
repeated webcast_data_BattleRivalTag labels=5;
|
|
string subtabtext=6;
|
|
bool isvalid=7;
|
|
string message=8;
|
|
webcast_data_Image buttonimage=9;
|
|
repeated webcast_data_Image backgroundimages=10;
|
|
}
|
|
message webcast_data_ActivityPKConf{
|
|
string activityname=1;
|
|
int64 starttime=2;
|
|
int64 endtime=3;
|
|
webcast_data_Text displaytabtext=4;
|
|
repeated webcast_data_Image displaytabimages=5;
|
|
string searchtabtext=6;
|
|
string rulepageurl=7;
|
|
webcast_data_Image randombattlebuttonimage=8;
|
|
string randombattlebuttontext=9;
|
|
webcast_data_Image invitebattlebuttonimage=10;
|
|
string invitebattlebuttontext=11;
|
|
repeated webcast_data_Image backgroundimages=12;
|
|
webcast_data_Image toprightimage=13;
|
|
string toprightimagetaburl=14;
|
|
string historypageurl=15;
|
|
string step=16;
|
|
}
|
|
message webcast_data_BattleSelfData{
|
|
int64 pkdurationtime=1;
|
|
enum Pkvaluetype {
|
|
pkvaluetype_0=0;
|
|
}
|
|
Pkvaluetype pkvaluetype=2;
|
|
int64 liketype=3;
|
|
int64 giftvaluetype=4;
|
|
int64 giftuvtype=5;
|
|
int64 tickettype=6;
|
|
int64 setuid=7;
|
|
}
|
|
message webcast_data_BattleConfigSetting{
|
|
enum Modtype {
|
|
ModType_0=0;
|
|
}
|
|
Modtype modtype=1;
|
|
webcast_data_BattleSelfData selfdata=2;
|
|
webcast_data_VoteSetting votedata=3;
|
|
webcast_data_BattleSelfSettingRate selfsettingrate=4;
|
|
int64 flexactivityid=5;
|
|
webcast_data_BattleShellConfig shellconfig=6;
|
|
}
|
|
message webcast_data_BattleSelfSettingRate{
|
|
int64 pkvaluetype=1;
|
|
int64 pk2likerate=2;
|
|
int64 gift2pkrate=3;
|
|
int64 giftuv2pkrate=4;
|
|
int64 ticket2pkrate=5;
|
|
int64 setuid=6;
|
|
}
|
|
message webcast_data_SelfDataConfig{
|
|
repeated webcast_data_SelfSetData singlelikeconfig=1;
|
|
repeated webcast_data_SelfSetData singleticketconfig=2;
|
|
repeated webcast_data_SelfSetData composelikeconfig=3;
|
|
repeated webcast_data_SelfSetData giftconfig=4;
|
|
repeated webcast_data_SelfSetData giftuvconfig=5;
|
|
repeated webcast_data_VoteSetting voteconfig=6;
|
|
}
|
|
message webcast_data_SelfSetData{
|
|
int64 ratetype=1;
|
|
int64 rate=2;
|
|
bool ratedirectionpositive=3;
|
|
string setdatades=4;
|
|
}
|
|
message webcast_data_VoteSetting{
|
|
int64 votetype=1;
|
|
string votedes=2;
|
|
int64 durationtime=3;
|
|
}
|
|
message webcast_data_PanelTitle{
|
|
string title=1;
|
|
string desc=2;
|
|
webcast_data_Image iconbgimage=3;
|
|
}
|
|
message webcast_data_UpdateBattleInfo{
|
|
int64 fromuserid=1;
|
|
int64 toanchorid=2;
|
|
int64 curaddscore=3;
|
|
int64 giftscore=4;
|
|
int64 topkillstatus=6;
|
|
repeated webcast_data_BattleBuffCardInfo buffcardinfos=8;
|
|
}
|
|
message webcast_data_BattleAttachedInfo{
|
|
string activitytype=1;
|
|
string activityid=2;
|
|
string traceid=3;
|
|
}
|
|
message webcast_data_BattleMatches3Info{
|
|
bool matches3end=3;
|
|
int64 winnerid=4;
|
|
}
|
|
message webcast_data_BattleRecordMessage{
|
|
int64 msgid=1;
|
|
enum Messagetype {
|
|
messagetype_0=0;
|
|
}
|
|
Messagetype messagetype=2;
|
|
webcast_data_BattleRecordMessage_BattleMeta battlemeta=3;
|
|
enum Endreason {
|
|
endreason_0=0;
|
|
}
|
|
Endreason endreason=6;
|
|
int64 killfinishtype=8;
|
|
webcast_data_UpdateBattleInfo updatebattleinfo=9;
|
|
webcast_data_BattleMatches3Info battlematches3info=11;
|
|
}
|
|
message webcast_data_BattleRecordMessage_BattleMeta{
|
|
int64 liveid=1;
|
|
int64 appid=2;
|
|
int64 channelid=3;
|
|
int64 battleid=4;
|
|
enum Battletype {
|
|
battletype_0=0;
|
|
}
|
|
Battletype battletype=5;
|
|
enum Invitetype {
|
|
invitetype_0=0;
|
|
}
|
|
Invitetype invitetype=6;
|
|
int64 starttime=7;
|
|
int64 durationtime=8;
|
|
int64 endtime=9;
|
|
int64 matchtype=10;
|
|
int64 fromanchorid=11;
|
|
webcast_data_MultiPKModeInfo multipkmodeinfo=13;
|
|
string activityname=14;
|
|
int64 titleid=15;
|
|
webcast_data_BattleConfigSetting configsetting=16;
|
|
webcast_data_BattleAttachedInfo attachedinfo=17;
|
|
}
|
|
message webcast_data_ChatIdentity{
|
|
int32 showidentity=1;
|
|
webcast_data_Image identitylabel=2;
|
|
}
|
|
message webcast_data_PlayGameInfo{
|
|
string gameid=1;
|
|
string gamestoreschema=2;
|
|
string gamecheckauthorityschema=3;
|
|
string gamename=4;
|
|
webcast_data_Image gameicon=5;
|
|
string gamedesc=6;
|
|
string gamepackagenameandroid=7;
|
|
string gamepackagenameios=8;
|
|
string gamelauncherschema=9;
|
|
string clientkey=10;
|
|
}
|
|
message webcast_data_PlayConfigInfo{
|
|
repeated string supportgameids=1;
|
|
string deschint=2;
|
|
int32 desclimit=3;
|
|
int32 faremax=5;
|
|
int32 faremin=6;
|
|
string faredeschint=7;
|
|
int32 faredesclimit=8;
|
|
string farecounthint=9;
|
|
}
|
|
message webcast_data_PlayMetaInfo{
|
|
enum Type {
|
|
Type_0=0;
|
|
}
|
|
Type type=1;
|
|
string name=2;
|
|
string playdescschema=3;
|
|
string playlicenseschema=4;
|
|
string featureschema=5;
|
|
int32 exchangerate=6;
|
|
}
|
|
message webcast_data_PlayRecord{
|
|
int64 playid=1;
|
|
string playidstr=2;
|
|
enum Type {
|
|
type_0=0;
|
|
}
|
|
Type type=3;
|
|
string gameid=4;
|
|
int64 owneruid=5;
|
|
int64 roomid=6;
|
|
string roomidstr=7;
|
|
string desc=8;
|
|
int32 fare=9;
|
|
string faredesc=10;
|
|
int32 peoplecount=11;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=12;
|
|
string createtime=13;
|
|
string updatetime=14;
|
|
string extra=15;
|
|
int32 diamonds=16;
|
|
webcast_data_Image gameicon=17;
|
|
int32 realpeoplecount=18;
|
|
string auditdenyreason=19;
|
|
string finishtime=20;
|
|
}
|
|
message webcast_data_PlayTeamMember{
|
|
webcast_data_User user=1;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=2;
|
|
}
|
|
message webcast_data_PlayReportTag{
|
|
int64 serialid=1;
|
|
string serialstr=2;
|
|
}
|
|
message webcast_data_GiftPreviewInfo{
|
|
int64 lockstatus=1;
|
|
bool clientblockuseschemeurl=2;
|
|
string blockschemeurl=3;
|
|
bool clientcheckleftdiamond=4;
|
|
string blocktoast=5;
|
|
}
|
|
message webcast_data_GiftBuffInfo{
|
|
string text=1;
|
|
string textcolor=2;
|
|
webcast_data_Image bgimg=3;
|
|
webcast_data_Image sweeplightimg=4;
|
|
webcast_data_Image buffgiftdescribeimg=5;
|
|
int64 buffgiftid=6;
|
|
int32 bufflevel=7;
|
|
bool buffcansend=8;
|
|
int64 buffdiamondcount=9;
|
|
string locktoast=10;
|
|
}
|
|
message webcast_data_GiftTip{
|
|
webcast_data_Text displaytext=1;
|
|
string backgroundcolor=2;
|
|
webcast_data_Image prefiximage=3;
|
|
}
|
|
message webcast_data_SubscribeGiftPackInfo{
|
|
int64 relatedgiftid=1;
|
|
int64 offlinetimesecond=2;
|
|
int32 leftscores=4;
|
|
string entranceschemeurl=5;
|
|
string entranceschemeurlqueryparams=6;
|
|
}
|
|
message webcast_data_GiftStruct{
|
|
webcast_data_Image image=1;
|
|
string describe=2;
|
|
bool notify=3;
|
|
int64 duration=4;
|
|
int64 id=5;
|
|
webcast_data_GiftStruct_GiftStructFansClubInfo fansclubinfo=6;
|
|
bool forlinkmic=7;
|
|
bool doodle=8;
|
|
bool forfansclub=9;
|
|
bool combo=10;
|
|
int32 type=11;
|
|
int32 diamondcount=12;
|
|
bool isdisplayedonpanel=13;
|
|
int64 primaryeffectid=14;
|
|
webcast_data_Image giftlabelicon=15;
|
|
string name=16;
|
|
string region=17;
|
|
string manual=18;
|
|
bool forcustom=19;
|
|
webcast_data_Image icon=21;
|
|
int32 actiontype=22;
|
|
int32 watermelonseeds=23;
|
|
string goldeffect=24;
|
|
repeated webcast_data_LuckyMoneyGiftMeta subs=25;
|
|
int64 goldenbeans=26;
|
|
int64 honorlevel=27;
|
|
int32 itemtype=28;
|
|
string schemeurl=29;
|
|
webcast_data_GiftPanelOperation giftoperation=30;
|
|
string eventname=31;
|
|
int64 noblelevel=32;
|
|
string guideurl=33;
|
|
bool punishmedicine=34;
|
|
bool forportal=35;
|
|
string businesstext=36;
|
|
bool cnygift=37;
|
|
int64 appid=38;
|
|
int64 viplevel=39;
|
|
bool isgray=40;
|
|
string grayschemeurl=41;
|
|
int64 giftscene=42;
|
|
webcast_data_GiftBanner giftbanner=43;
|
|
repeated string triggerwords=44;
|
|
repeated webcast_data_GiftBuffInfo giftbuffinfos=45;
|
|
bool forfirstrecharge=46;
|
|
webcast_data_Image dynamicimgforselected=47;
|
|
enum Aftersendaction {
|
|
aftersendaction_0=0;
|
|
}
|
|
Aftersendaction aftersendaction=48;
|
|
int64 giftofflinetime=49;
|
|
string topbartext=50;
|
|
webcast_data_Image toprightavatar=51;
|
|
string bannerschemeurl=52;
|
|
bool islocked=53;
|
|
int64 reqextratype=54;
|
|
webcast_data_GiftPreviewInfo giftpreviewinfo=56;
|
|
webcast_data_GiftTip gifttip=57;
|
|
int32 needsweeplightcount=58;
|
|
repeated webcast_data_GiftGroupInfo groupinfo=59;
|
|
webcast_data_Text bottomtext=60;
|
|
enum Mysteryshopstatus {
|
|
mysteryshopstatus_0=0;
|
|
}
|
|
Mysteryshopstatus mysteryshopstatus=61;
|
|
bool disablewishlist=63;
|
|
webcast_data_GiftStruct_GiftMsgBoard giftmsgboard=64;
|
|
webcast_data_EmojiInteractResource emojiinteractresource=65;
|
|
bool traydynamicimgflippable=66;
|
|
int64 picoshowaction=67;
|
|
}
|
|
message webcast_data_GiftStruct_GiftStructFansClubInfo{
|
|
int32 minlevel=1;
|
|
int32 insertpos=2;
|
|
}
|
|
message webcast_data_GiftStruct_GiftMsgBoard{
|
|
bool formsgboard=1;
|
|
string prompttext=2;
|
|
}
|
|
message webcast_data_GiftGroupInfo{
|
|
int32 groupcount=1;
|
|
string grouptext=2;
|
|
}
|
|
message webcast_data_GiftPanelOperation{
|
|
webcast_data_Image leftimage=1;
|
|
webcast_data_Image rightimage=2;
|
|
string title=3;
|
|
string titlecolor=4;
|
|
int64 titlesize=5;
|
|
string schemeurl=6;
|
|
string eventname=7;
|
|
}
|
|
message webcast_data_FreeGift{
|
|
int64 id=1;
|
|
int64 count=2;
|
|
string content=3;
|
|
int64 groupid=4;
|
|
int64 repeatcount=5;
|
|
int64 fantickets=6;
|
|
int64 waterwmlon=7;
|
|
}
|
|
message webcast_data_LuckyMoneyGiftMeta{
|
|
webcast_data_Image image=1;
|
|
string describe=2;
|
|
int64 id=3;
|
|
int32 diamondcount=4;
|
|
webcast_data_Image icon=5;
|
|
}
|
|
message webcast_data_FreeCellData{
|
|
int64 timenowms=1;
|
|
int64 timestartms=2;
|
|
int64 timefreezeendms=3;
|
|
int64 timedoubleendms=4;
|
|
int64 timeendms=5;
|
|
int64 freecelllength=6;
|
|
bool isfreeze=7;
|
|
bool isdouble=8;
|
|
webcast_data_User contributemostuser=9;
|
|
int64 contributemostcoins=10;
|
|
int64 distancefrompreviousone=11;
|
|
int64 indexindayranklist=12;
|
|
int64 giftid=13;
|
|
}
|
|
message webcast_data_GameGiftData{
|
|
webcast_data_GameGiftData_MonkeyData data=1;
|
|
}
|
|
message webcast_data_GameGiftData_MonkeyData{
|
|
uint32 multiplier=1;
|
|
uint32 addend=2;
|
|
uint32 seed=3;
|
|
string token=4;
|
|
repeated webcast_data_GameGiftData_MonkeyData_Range rangemap=5;
|
|
string anchorrankbestusername=6;
|
|
int32 anchorrankbestscore=7;
|
|
int32 bestscoreself=8;
|
|
}
|
|
message webcast_data_GameGiftData_MonkeyData_Range{
|
|
int32 min=1;
|
|
int32 max=2;
|
|
int32 result=3;
|
|
}
|
|
message webcast_data_AnchorGiftData{
|
|
webcast_data_Image anchordiyoriginimg=1;
|
|
}
|
|
message webcast_data_MonkeyDataRedis{
|
|
int64 time=1;
|
|
int64 liveid=2;
|
|
int64 roomid=3;
|
|
int64 anchorid=4;
|
|
int64 userid=5;
|
|
int64 giftid=6;
|
|
int64 seed=7;
|
|
int64 score=8;
|
|
string token=9;
|
|
}
|
|
message webcast_data_MonkeyGiftRankData{
|
|
int64 type=1;
|
|
webcast_data_MonkeyGiftRankData_Rank historybest=2;
|
|
int32 keeprecorddays=3;
|
|
repeated webcast_data_MonkeyGiftRankData_Rank ranklist=4;
|
|
webcast_data_MonkeyGiftRankData_Rank selfrank=5;
|
|
bool hasmore=6;
|
|
}
|
|
message webcast_data_MonkeyGiftRankData_Rank{
|
|
webcast_data_User user=1;
|
|
bool onlist=2;
|
|
int64 rank=3;
|
|
int32 score=4;
|
|
int32 delta=5;
|
|
int32 medal=6;
|
|
string anchorid=7;
|
|
string anchorname=8;
|
|
string anchorroomid=9;
|
|
string secanchorid=10;
|
|
}
|
|
message webcast_data_DoodleTemplate{
|
|
int64 templateid=1;
|
|
webcast_data_Image image=2;
|
|
}
|
|
message webcast_data_GiftBanner{
|
|
webcast_data_Text displaytext=1;
|
|
string displaytextbgcolor=2;
|
|
webcast_data_Image boximg=3;
|
|
webcast_data_Image bgimg=4;
|
|
string schemeurl=5;
|
|
bool animate=6;
|
|
int64 boxid=7;
|
|
int64 availableboxcount=8;
|
|
}
|
|
message webcast_data_EffectMixImageInfo{
|
|
string imagekey=1;
|
|
webcast_data_Image miximage=2;
|
|
}
|
|
message webcast_data_AssetEffectMixInfo{
|
|
repeated webcast_data_EffectMixImageInfo effectmiximageinfos=1;
|
|
}
|
|
message webcast_data_GiftTrayInfo{
|
|
webcast_data_Text traydisplaytext=1;
|
|
webcast_data_Image traybaseimg=2;
|
|
webcast_data_Image trayheadimg=3;
|
|
webcast_data_Image trayrightimg=4;
|
|
int64 traylevel=5;
|
|
webcast_data_Image traydynamicimg=6;
|
|
string trayschemaurl=7;
|
|
int32 traytype=8;
|
|
webcast_data_Image traybaseimgv2=9;
|
|
webcast_data_Image trayrightimgv2=10;
|
|
bool usehighlayer=11;
|
|
int64 duration=12;
|
|
string toast=13;
|
|
int32 traysliderate=14;
|
|
webcast_data_TrayPreEffect traypreeffect=15;
|
|
webcast_data_TrayPostEffect trayposteffect=16;
|
|
}
|
|
message webcast_data_TrayPreEffect{
|
|
webcast_data_Image preeffectimg=1;
|
|
int64 traystarttime=2;
|
|
webcast_data_Image trayripple=3;
|
|
string preschema=4;
|
|
int64 preduration=5;
|
|
int32 preeffectsource=6;
|
|
}
|
|
message webcast_data_TrayPostEffect{
|
|
webcast_data_Image posteffectimg=1;
|
|
string postschema=2;
|
|
int64 postduration=3;
|
|
int32 posteffectsource=4;
|
|
}
|
|
message webcast_data_GiftExtra{
|
|
int64 giftid=1;
|
|
webcast_data_SubscribeGiftPackInfo subscribegiftpackinfo=2;
|
|
string bannergiftinfo=3;
|
|
repeated webcast_data_GiftBuffInfo giftbuffinfos=4;
|
|
string giftpaneltopdescschemeurl=5;
|
|
webcast_data_DIYGiftToolbarInfo diygifttoolbarinfo=6;
|
|
}
|
|
message webcast_data_DIYGiftToolbarInfo{
|
|
repeated webcast_data_DIYGiftCardInfo cards=1;
|
|
webcast_data_DIYPageEnterButton button=2;
|
|
webcast_data_Image defaultgiftdescribeimg=3;
|
|
repeated webcast_data_DIYGiftCardInfo forceindexcards=4;
|
|
int32 maxtotalcardnumber=5;
|
|
int32 maxlocalcardnumber=6;
|
|
int64 configid=7;
|
|
}
|
|
message webcast_data_DIYPageEnterButton{
|
|
webcast_data_Text text=1;
|
|
string schema=2;
|
|
bool locked=3;
|
|
}
|
|
message webcast_data_PluginInfo{
|
|
int64 pluginid=1;
|
|
}
|
|
message webcast_data_DIYItemInfo{
|
|
int64 diyitemid=1;
|
|
string localitem=2;
|
|
int64 fontasset=4;
|
|
int64 parentasset=5;
|
|
int32 type=6;
|
|
}
|
|
message webcast_data_CardLockInfo{
|
|
int32 lockstatus=1;
|
|
string toast=2;
|
|
string reason=3;
|
|
}
|
|
message webcast_data_DIYGiftCardInfo{
|
|
string maintext=1;
|
|
string subtext=2;
|
|
webcast_data_Image iconimg=3;
|
|
webcast_data_Image giftdescribeimg=4;
|
|
repeated webcast_data_PluginInfo plugins=5;
|
|
int64 totaldiamonds=6;
|
|
webcast_data_Image giftcellicon=7;
|
|
string maintextaftersend=8;
|
|
string cardname=9;
|
|
int64 starttime=10;
|
|
int64 endtime=11;
|
|
int64 configid=12;
|
|
webcast_data_CardLockInfo lockinfo=13;
|
|
webcast_data_Image statusiconimg=14;
|
|
string configidstr=15;
|
|
string labeltext=16;
|
|
bool showremindpoint=17;
|
|
}
|
|
message webcast_data_GiftIMPriority{
|
|
int64 selfqueuepriority=2;
|
|
int64 priority=3;
|
|
}
|
|
message webcast_data_GiftVoteResult{
|
|
string text=1;
|
|
int64 count=2;
|
|
webcast_data_Image icon=3;
|
|
int64 giftid=4;
|
|
string name=5;
|
|
int64 diamondcount=6;
|
|
int64 gifttype=7;
|
|
string countstr=8;
|
|
}
|
|
|
|
//WebcastSocialMessage
|
|
message webcast_im_SocialMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
int64 sharetype=3;
|
|
int64 action=4;
|
|
string sharetarget=5;
|
|
int64 followcount=6;
|
|
webcast_im_PublicAreaCommon publicareacommon=7;
|
|
}
|
|
message webcast_im_Word{
|
|
string content=1;
|
|
}
|
|
message webcast_im_QuickComment{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_im_Word words=2;
|
|
int32 duration=3;
|
|
}
|
|
message webcast_im_QuizStartMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_Text displaytext=2;
|
|
}
|
|
message webcast_im_QuizResult{
|
|
string title=1;
|
|
webcast_data_Text result=2;
|
|
webcast_data_Text gain=3;
|
|
}
|
|
message webcast_im_QuizResultMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_QuizResult quizresult=3;
|
|
}
|
|
message webcast_im_QuizChangeData{
|
|
int64 quizid=1;
|
|
int64 status=2;
|
|
repeated webcast_data_BetOption options=4;
|
|
}
|
|
message webcast_im_QuizChangeMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_im_QuizChangeData quizchangedata=2;
|
|
}
|
|
message webcast_im_AllQuizInfo{
|
|
int64 id=1;
|
|
string title=2;
|
|
int64 starttime=3;
|
|
int64 duration=4;
|
|
int64 status=5;
|
|
}
|
|
message webcast_im_QuizBeginMessage{
|
|
webcast_im_Common common=1;
|
|
int64 quizid=2;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=3;
|
|
repeated webcast_im_AllQuizInfo quizinfos=4;
|
|
int64 errorcode=5;
|
|
string extra=6;
|
|
}
|
|
message webcast_im_QuizBetMessage{
|
|
webcast_im_Common common=1;
|
|
int64 quizid=2;
|
|
}
|
|
message webcast_im_QuizAnchorStatusMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_data_AnchorHistoryItem items=2;
|
|
}
|
|
message webcast_im_QuizAudienceStatusMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_data_Quiz quizlist=2;
|
|
}
|
|
message webcast_im_RankListAwardMessage{
|
|
webcast_im_Common common=1;
|
|
int64 assetid=2;
|
|
bool effectopen=3;
|
|
int64 ranktype=4;
|
|
int64 rank=5;
|
|
webcast_data_BattleStarActivityGradeMedal staractivitygrademedal=6;
|
|
string schemeurl=7;
|
|
webcast_data_Image assetimage=8;
|
|
int32 playpriority=9;
|
|
}
|
|
message webcast_im_RankListHourEnterMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_RankEnterInfo hourenterinfo=2;
|
|
}
|
|
message webcast_im_CreateRedPacketMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_im_RedPacket redpackets=2;
|
|
}
|
|
message webcast_im_RushRedPacketMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_im_RedPacketRushRecord redpacketrushrecords=2;
|
|
}
|
|
message webcast_im_RedPacketRushRecord{
|
|
int64 redpacketgroupid=1;
|
|
int64 userid=2;
|
|
string username=3;
|
|
int64 bonuscount=4;
|
|
int64 bonustype=5;
|
|
int64 roomid=6;
|
|
string imtext=7;
|
|
int64 createtime=8;
|
|
}
|
|
message webcast_im_RedPacket{
|
|
int64 redpacketgroupid=1;
|
|
int64 bonustype=2;
|
|
int64 combocount=3;
|
|
int64 bonuscount=4;
|
|
int64 countdown=5;
|
|
int64 rushtime=6;
|
|
string iconurl=7;
|
|
int64 disappeartime=8;
|
|
webcast_data_User owner=9;
|
|
int64 totalcountdown=10;
|
|
string redpacketsource=11;
|
|
}
|
|
message webcast_im_PushRoomAdCard{
|
|
webcast_im_Common common=1;
|
|
string actioncontent=2;
|
|
string content=3;
|
|
int64 targetnum=4;
|
|
int64 shownum=5;
|
|
bool isfinished=6;
|
|
int32 adcardtype=7;
|
|
int32 hotvalue=8;
|
|
}
|
|
message webcast_im_RoomAppConfigMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_AnchorFaceConfig anchorfaceconfig=2;
|
|
}
|
|
message webcast_im_AnchorFaceConfig{
|
|
bool contourenable=1;
|
|
int64 frequency=2;
|
|
int64 usercount=3;
|
|
}
|
|
message webcast_im_RoomAuthInterventionVerifyMessage{
|
|
webcast_im_Common common=1;
|
|
string name=2;
|
|
int64 status=3;
|
|
int32 unablestyle=4;
|
|
string content=5;
|
|
string switchstatustipmsg=6;
|
|
string switchstatusanchortipmsg=7;
|
|
}
|
|
message webcast_im_RoomAuthMessage{
|
|
webcast_im_Common common=1;
|
|
bool showusercard=2;
|
|
}
|
|
message webcast_im_RoomBackgroundMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_Image roombackground=2;
|
|
}
|
|
message webcast_im_RoomBottomMessage{
|
|
webcast_im_Common common=1;
|
|
string color=3;
|
|
string actioncontent=6;
|
|
int64 actiontype=7;
|
|
int64 pushmessagedisplaytime=8;
|
|
webcast_data_Image actionicon=10;
|
|
webcast_im_FlexImageStruct newbackgroundimage=11;
|
|
string source=12;
|
|
}
|
|
message webcast_im_RoomChallengeMessage{
|
|
webcast_im_Common common=1;
|
|
string challengeinfo=2;
|
|
int64 notifytype=3;
|
|
string toastcontent=4;
|
|
}
|
|
message webcast_im_RoomConfigMessage{
|
|
webcast_im_Common common=1;
|
|
string configinfo=2;
|
|
int64 configtype=3;
|
|
}
|
|
message webcast_im_RoomDataSyncMessage{
|
|
webcast_im_Common common=1;
|
|
int64 roomid=2;
|
|
string synckey=3;
|
|
int64 version=4;
|
|
bytes payload=5;
|
|
string bizlogid=6;
|
|
}
|
|
message webcast_im_RoomHotSentenceMessage{
|
|
webcast_im_Common common=1;
|
|
string hotsentenceinfo=2;
|
|
}
|
|
message webcast_im_RoomImgMessage{
|
|
webcast_im_Common common=1;
|
|
string content=2;
|
|
int64 action=3;
|
|
string bgimgurl=4;
|
|
}
|
|
message webcast_im_RoomIntroMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
int64 style=3;
|
|
string intro=4;
|
|
repeated string label=5;
|
|
int64 introvideoitemid=6;
|
|
string introvideotitle=7;
|
|
repeated webcast_data_RoomIntroLabel selectedlabels=8;
|
|
}
|
|
message webcast_im_RoomManageMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
int64 action=3;
|
|
int64 membercount=4;
|
|
int64 popularity=5;
|
|
string popularitystr=6;
|
|
int64 deviceid=7;
|
|
string content=8;
|
|
}
|
|
message webcast_im_RoomMessage{
|
|
webcast_im_Common common=1;
|
|
string content=2;
|
|
bool supprotlandscape=3;
|
|
enum Roommessagetype {
|
|
roommessagetype_0=0;
|
|
}
|
|
Roommessagetype roommessagetype=4;
|
|
bool systemtopmsg=5;
|
|
bool forcedguarantee=6;
|
|
string bizscene=20;
|
|
}
|
|
message webcast_im_RoomRankMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_im_RoomRankMessage_RoomRank ranks=2;
|
|
}
|
|
message webcast_im_RoomRankMessage_RoomRank{
|
|
webcast_data_User user=1;
|
|
string scorestr=2;
|
|
bool profilehidden=3;
|
|
}
|
|
message webcast_im_RoomStartMessage{
|
|
webcast_im_Common common=1;
|
|
string content=2;
|
|
string imageurl=3;
|
|
enum Instationpushtype {
|
|
instationpushtype_0=0;
|
|
}
|
|
Instationpushtype instationpushtype=4;
|
|
}
|
|
message webcast_im_RoomTicketMessage{
|
|
webcast_im_Common common=1;
|
|
int32 actiontype=2;
|
|
int32 lastduration=3;
|
|
int64 ticketid=4;
|
|
string ticketexplanationcardjumpurl=5;
|
|
string ticketpaneljumpurl=6;
|
|
string ticketpanel6jumpurl=7;
|
|
string ticketpanel9jumpurl=8;
|
|
int64 ownerid=9;
|
|
}
|
|
message webcast_im_RoomTopMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_Image actionicon=2;
|
|
webcast_im_Background background=3;
|
|
int64 foldduration=4;
|
|
int64 displayduration=5;
|
|
webcast_data_Text firsttitle=6;
|
|
webcast_data_Text secondtitle=7;
|
|
}
|
|
message webcast_im_Background{
|
|
string backgroundcolor=1;
|
|
}
|
|
message webcast_im_RoomUnionLiveMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_UnionLiveInfo unionliveinfo=2;
|
|
}
|
|
message webcast_im_RoomVerifyMessage{
|
|
webcast_im_Common common=1;
|
|
int32 action=2;
|
|
string content=3;
|
|
int64 noticetype=4;
|
|
bool closeroom=5;
|
|
int32 unablestyle=6;
|
|
string tipcontent=7;
|
|
int32 anchorswitch=8;
|
|
string switchstatustipmsg=9;
|
|
string switchstatusanchortipmsg=10;
|
|
}
|
|
message webcast_im_ScreenChatMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
int64 screenchattype=3;
|
|
string content=4;
|
|
int64 priority=5;
|
|
webcast_im_ScreenChatMessage_Effect effect=6;
|
|
webcast_data_Image backgroundimage=7;
|
|
webcast_im_ScreenChatMessage_Effect effectv2=8;
|
|
webcast_data_Image backgroundimagev2=9;
|
|
webcast_im_PublicAreaCommon publicareacommon=10;
|
|
webcast_im_ScreenChatMessage_OfficialCommentConfig officialcommentconfig=11;
|
|
int64 eventtime=12;
|
|
bool sendreview=13;
|
|
webcast_data_ChatIdentity chatidentityinfo=14;
|
|
webcast_data_Text rtfcontent=30;
|
|
}
|
|
message webcast_im_ScreenChatMessage_OfficialCommentConfig{
|
|
bool official=1;
|
|
}
|
|
message webcast_im_ScreenChatMessage_Effect{
|
|
webcast_im_FlexImageStruct icon=1;
|
|
webcast_data_Image avataricon=2;
|
|
string backgroundcolor=3;
|
|
}
|
|
message webcast_im_ShareGuideMessage{
|
|
webcast_im_Common common=1;
|
|
string sharechannel=2;
|
|
}
|
|
message webcast_im_ShortTouchAreaMessage{
|
|
webcast_im_Common common=1;
|
|
enum Messagetype {
|
|
messagetype_0=0;
|
|
}
|
|
Messagetype messagetype=2;
|
|
webcast_data_ShortTouchArea shorttouchareadata=3;
|
|
}
|
|
message webcast_im_ShowChatMessage{
|
|
webcast_im_Common common=1;
|
|
int64 episodeid=2;
|
|
string content=3;
|
|
int64 agreemsgid=4;
|
|
bool visibletosender=5;
|
|
enum Prioritylevel {
|
|
prioritylevel_0=0;
|
|
}
|
|
Prioritylevel prioritylevel=6;
|
|
enum Effecttype {
|
|
effecttype_0=0;
|
|
}
|
|
Effecttype effecttype=7;
|
|
webcast_data_User user=20;
|
|
webcast_im_PublicAreaCommon publicareacommon=30;
|
|
webcast_im_LandscapeAreaCommon landscapeareacommon=31;
|
|
webcast_data_Image backgroundimage=40;
|
|
repeated string fontcolorvalue=41;
|
|
webcast_data_Image giftimage=42;
|
|
webcast_im_OfficialCommentConfig officialcommentconfig=43;
|
|
webcast_im_CommentRoleConfig commentrole=44;
|
|
webcast_data_CommentMedal medal=45;
|
|
enum Vsmessagetype {
|
|
vsmessagetype_0=0;
|
|
}
|
|
Vsmessagetype vsmessagetype=46;
|
|
}
|
|
message webcast_im_OfficialCommentConfig{
|
|
string backgroundcolor=1;
|
|
}
|
|
message webcast_im_CommentRoleConfig{
|
|
string name=1;
|
|
webcast_data_Image avatar=2;
|
|
}
|
|
message webcast_im_ShowEffectMessage{
|
|
webcast_im_Common common=1;
|
|
bool flashoperatingplace=2;
|
|
}
|
|
message webcast_im_ShowLinkedLiveRoomsMessage{
|
|
webcast_im_Common common=1;
|
|
int64 episodeid=2;
|
|
string entrytitle=3;
|
|
repeated webcast_im_ShowLinkedLiveRoomsMessage_ShowLinkedLiveRoomInfo linkedliverooms=4;
|
|
}
|
|
message webcast_im_ShowLinkedLiveRoomsMessage_ShowLinkedLiveRoomInfo{
|
|
int64 owneruserid=1;
|
|
int64 roomid=2;
|
|
string roomtitle=3;
|
|
webcast_data_Image avatarthumb=4;
|
|
webcast_data_Image avatarmedium=5;
|
|
webcast_data_Image avatarlarge=6;
|
|
}
|
|
message webcast_im_ShowMultiCameraChangeMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_data_VSCameraInfo camerainfos=2;
|
|
int64 randomlybreakuptime=3;
|
|
}
|
|
message webcast_im_ShowWatchInfoMessage{
|
|
webcast_im_Common common=1;
|
|
string desc=2;
|
|
string count=3;
|
|
string countwithbackup=4;
|
|
string formatcount=5;
|
|
}
|
|
message webcast_im_SpecialPushMessage{
|
|
webcast_im_Common common=1;
|
|
string content=2;
|
|
string color=3;
|
|
string traceid=4;
|
|
webcast_data_Image icon=5;
|
|
string actioncontent=6;
|
|
int64 actiontype=7;
|
|
int64 pushmessagedisplaytime=8;
|
|
}
|
|
message webcast_im_UpdateKoiRoomStatusMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_Image directoricon=2;
|
|
int32 curroundindex=3;
|
|
int32 status=4;
|
|
string directorschemaurl=5;
|
|
}
|
|
message webcast_im_StampMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_data_StampInfo stamps=2;
|
|
}
|
|
message webcast_im_AudienceEntranceMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_data_AudienceEntranceInfo entrances=2;
|
|
}
|
|
message webcast_im_CustomizedCardMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_CustomizedCardInfo card=2;
|
|
string appid=3;
|
|
string startid=4;
|
|
int32 scenesource=5;
|
|
}
|
|
message webcast_im_GameCardMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_GameCardInfo card=2;
|
|
string appid=3;
|
|
string startid=4;
|
|
}
|
|
message webcast_im_StreamControlMessage{
|
|
webcast_im_Common common=1;
|
|
string controlparams=2;
|
|
}
|
|
message webcast_im_SubscribeInfoMessage{
|
|
webcast_im_Common common=1;
|
|
bool ismember=2;
|
|
}
|
|
message webcast_im_SubscribeAssetMessage{
|
|
webcast_im_Common common=1;
|
|
}
|
|
message webcast_im_SunDailyRankMessage{
|
|
webcast_im_Common common=1;
|
|
string content=2;
|
|
int64 duration=3;
|
|
string aftercontent=4;
|
|
int64 messagetype=5;
|
|
string schema=6;
|
|
string extra=7;
|
|
string style=8;
|
|
webcast_data_Text afterdisplaytext=9;
|
|
int64 rank=10;
|
|
string richcontent=11;
|
|
string usersidecontent=12;
|
|
int64 contenttype=13;
|
|
string citycode=14;
|
|
enum Rankstage {
|
|
rankstage_0=0;
|
|
}
|
|
Rankstage rankstage=15;
|
|
repeated webcast_im_SunDailyRankMessage_RankInfo ranks=16;
|
|
int64 begintime=17;
|
|
int64 deltatime=18;
|
|
webcast_data_Text entranceappearingtext=19;
|
|
webcast_data_Text displaytextv2=20;
|
|
webcast_data_Text afterdisplaytextv2=21;
|
|
int64 durationv2=22;
|
|
}
|
|
message webcast_im_SunDailyRankMessage_RankInfo{
|
|
int64 ranktype=1;
|
|
int64 rank=2;
|
|
}
|
|
message webcast_im_SyncStreamInfoMessage{
|
|
int64 timestamp=1;
|
|
string key=2;
|
|
string info=3;
|
|
webcast_im_Common common=4;
|
|
}
|
|
message webcast_im_SyncStreamMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_im_SyncStreamInfoMessage infolist=2;
|
|
}
|
|
message webcast_im_SystemMessage{
|
|
webcast_im_SystemMessage_Common common=1;
|
|
string content=2;
|
|
}
|
|
message webcast_im_SystemMessage_Common{
|
|
string method=1;
|
|
int64 msgid=2;
|
|
int64 roomid=3;
|
|
int64 createtime=4;
|
|
int32 monitor=5;
|
|
}
|
|
message webcast_im_TaskMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_data_TaskRecord taskrecords=2;
|
|
enum Action {
|
|
action_0=0;
|
|
}
|
|
Action action=3;
|
|
}
|
|
//social补充1
|
|
message webcast_data_Rank{
|
|
webcast_data_User user=1;
|
|
int64 score=2;
|
|
int64 rank=3;
|
|
string gapdescription=4;
|
|
int64 delta=5;
|
|
}
|
|
message webcast_data_RankEnterInfo{
|
|
repeated webcast_data_RankEnterInfo_RankInfo rankinfos=1;
|
|
bool hiddenenter=2;
|
|
webcast_data_Image icon=3;
|
|
repeated webcast_data_RankEnterInfo_Page defaultpage=4;
|
|
int64 periodremainingsecond=5;
|
|
repeated webcast_data_RankEnterInfo_RankInfo rankinfoswithoutshop=6;
|
|
bool displayktvrank=7;
|
|
repeated webcast_data_RankEnterInfo_RankInfo defaultrankinfos=8;
|
|
repeated webcast_data_RankEnterInfo_RankInfo customizeddefaultrankinfos=9;
|
|
}
|
|
message webcast_data_RankEnterInfo_Page{
|
|
enum Jumpranktype {
|
|
JumpRankType_0=0;
|
|
}
|
|
Jumpranktype jumpranktype=1;
|
|
string content=2;
|
|
enum Contenttype {
|
|
contenttype_0=0;
|
|
}
|
|
Contenttype contenttype=3;
|
|
string backgroundcolor=4;
|
|
}
|
|
message webcast_data_RankEnterInfo_RankInfo{
|
|
repeated webcast_data_RankEnterInfo_Page pages=1;
|
|
webcast_data_Image icon=2;
|
|
enum Position {
|
|
position_0=0;
|
|
}
|
|
Position position=3;
|
|
enum Ranktype {
|
|
ranktype_0=0;
|
|
}
|
|
Ranktype ranktype=4;
|
|
string title=5;
|
|
string rankextra=6;
|
|
string entranceextra=7;
|
|
}
|
|
message webcast_data_RanklistHourEntrance{
|
|
repeated webcast_data_RanklistHourEntrance_Info globalinfos=1;
|
|
repeated webcast_data_RanklistHourEntrance_Info defaultglobalinfos=2;
|
|
repeated webcast_data_RanklistHourEntrance_Info verticalinfos=3;
|
|
repeated webcast_data_RanklistHourEntrance_Info defaultverticalinfos=4;
|
|
}
|
|
message webcast_data_RanklistHourEntrance_Page{
|
|
string content=1;
|
|
string backgroundcolor=2;
|
|
int64 showtimes=3;
|
|
}
|
|
message webcast_data_RanklistHourEntrance_Detail{
|
|
repeated webcast_data_RanklistHourEntrance_Page pages=1;
|
|
enum Ranklisttype {
|
|
ranklisttype_0=0;
|
|
}
|
|
Ranklisttype ranklisttype=2;
|
|
string title=3;
|
|
string ranklistextra=4;
|
|
string entranceextra=5;
|
|
string schema=6;
|
|
}
|
|
message webcast_data_RanklistHourEntrance_Info{
|
|
repeated webcast_data_RanklistHourEntrance_Detail details=1;
|
|
}
|
|
message webcast_data_Tab{
|
|
string name=1;
|
|
int64 ranktype=2;
|
|
webcast_data_Image atmosphereimage=3;
|
|
webcast_data_Tab_TopText toptext=4;
|
|
repeated webcast_data_Tab_SubTab subtabs=5;
|
|
repeated webcast_data_Tab tabs=6;
|
|
}
|
|
message webcast_data_Tab_SubTab{
|
|
string name=1;
|
|
int64 ranktype=2;
|
|
}
|
|
message webcast_data_Tab_TopText{
|
|
string finishtext=1;
|
|
string rewardtext=2;
|
|
string strategytext=3;
|
|
string rulestext=4;
|
|
}
|
|
message webcast_data_RoomIntroLabel{
|
|
int32 type=1;
|
|
string typename=2;
|
|
int32 labeltag=3;
|
|
string labeltext=4;
|
|
string labelicon=5;
|
|
}
|
|
message webcast_data_StampInfo{
|
|
int32 type=1;
|
|
string id=2;
|
|
string title=3;
|
|
string openurl=4;
|
|
string weburl=5;
|
|
webcast_data_Image icon=6;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=7;
|
|
string description=8;
|
|
webcast_data_Image thumbnail=9;
|
|
string extra=98;
|
|
string logextra=99;
|
|
}
|
|
message webcast_data_StampQuery{
|
|
string id=1;
|
|
int32 type=2;
|
|
}
|
|
message webcast_data_AudienceEntranceInfo{
|
|
int64 interacttype=1;
|
|
string elemid=2;
|
|
int64 startid=3;
|
|
int64 status=4;
|
|
string name=5;
|
|
webcast_data_Image icon=6;
|
|
bool checkentrancevisitable=7;
|
|
bool needmetricsreport=8;
|
|
string schemaurl=9;
|
|
enum Source {
|
|
source_0=0;
|
|
}
|
|
Source source=10;
|
|
int32 punishstatus=11;
|
|
string imextra=97;
|
|
string logextra=98;
|
|
string entranceextra=99;
|
|
}
|
|
message webcast_data_AppEntranceExtra{
|
|
int64 gameid=1;
|
|
int64 gamekind=2;
|
|
string appid=3;
|
|
string schemaurl=5;
|
|
bool displayinprimaryentrance=6;
|
|
string extra=99;
|
|
}
|
|
message webcast_data_CustomizedCardInfo{
|
|
int32 status=1;
|
|
string openurl=2;
|
|
int64 duration=3;
|
|
int32 cardtype=4;
|
|
string content=5;
|
|
int64 source=6;
|
|
int32 punishstatus=7;
|
|
string imextra=97;
|
|
string logextra=98;
|
|
string coverextra=99;
|
|
string appid=100;
|
|
string servertimestamp=101;
|
|
}
|
|
message webcast_data_StandardCard{
|
|
webcast_data_CardStatusTag statustag=1;
|
|
webcast_data_CardPropertyTag propertytag=2;
|
|
webcast_data_Image image=3;
|
|
webcast_data_CardTitle title=4;
|
|
webcast_data_CardButton btn=5;
|
|
}
|
|
message webcast_data_CardStatusTag{
|
|
int32 tagtype=1;
|
|
string longitude=2;
|
|
string latitude=3;
|
|
string starttimestamp=4;
|
|
string stoptimestamp=5;
|
|
}
|
|
message webcast_data_CardPropertyTag{
|
|
webcast_data_Image storelogo=2;
|
|
string storename=3;
|
|
}
|
|
message webcast_data_CardTitle{
|
|
int32 tagtype=1;
|
|
string maintitle=2;
|
|
string subtitle=3;
|
|
}
|
|
message webcast_data_CardButton{
|
|
int32 btntype=1;
|
|
string price=2;
|
|
string color=3;
|
|
}
|
|
message webcast_data_GameCardInfo{
|
|
enum Displaystatus {
|
|
DisplayStatus_0=0;
|
|
}
|
|
Displaystatus displaystatus=1;
|
|
int64 status=2;
|
|
string openurl=3;
|
|
string content=4;
|
|
string appid=5;
|
|
int64 savetime=6;
|
|
int64 duration=7;
|
|
}
|
|
message webcast_data_GameCard{
|
|
webcast_data_CardImage cardimage=1;
|
|
string description=2;
|
|
string title=3;
|
|
string btntitle=4;
|
|
string fadecolor=5;
|
|
}
|
|
message webcast_data_CardImage{
|
|
webcast_data_Image customerimage=1;
|
|
webcast_data_Image defaultimage=2;
|
|
}
|
|
message webcast_data_TaskCurrentInfo{
|
|
int64 pkwincount=1;
|
|
int64 roomlikecount=2;
|
|
int64 subscribecount=4;
|
|
}
|
|
message webcast_data_TaskConditionExtra{
|
|
int64 customizedgiftid=1;
|
|
webcast_data_Image gifticon=2;
|
|
}
|
|
message webcast_data_TaskCondition{
|
|
string key=1;
|
|
int64 value=2;
|
|
string operator=3;
|
|
webcast_data_TaskConditionExtra extra=4;
|
|
}
|
|
message webcast_data_TaskTodoStep{
|
|
repeated webcast_data_TaskCondition conditions=1;
|
|
}
|
|
message webcast_data_TaskTodo{
|
|
repeated webcast_data_TaskTodoStep steps=1;
|
|
}
|
|
message webcast_data_TaskRecord{
|
|
enum Taskstatus {
|
|
TaskStatus_0=0;
|
|
}
|
|
Taskstatus taskstatus=1;
|
|
int64 taskclassid=2;
|
|
repeated webcast_data_TaskTodo todos=3;
|
|
webcast_data_TaskCurrentInfo currentinfo=4;
|
|
enum Wishtype {
|
|
wishtype_0=0;
|
|
}
|
|
Wishtype wishtype=5;
|
|
webcast_data_WishContributor wishcontributor=6;
|
|
}
|
|
message webcast_data_AppUserInfo{
|
|
string appid=1;
|
|
int64 gameid=2;
|
|
string openuid=3;
|
|
}
|
|
message webcast_data_WishInfoExtra{
|
|
int64 giftid=1;
|
|
webcast_data_Image gifticon=2;
|
|
int64 gifttype=3;
|
|
int64 diamondcount=4;
|
|
string giftalias=5;
|
|
repeated webcast_data_DIYGiftCardInfo cards=6;
|
|
}
|
|
message webcast_data_WishContributor{
|
|
repeated webcast_data_WishContributor_Contributor contributors=1;
|
|
int64 totalcount=2;
|
|
}
|
|
message webcast_data_WishContributor_Contributor{
|
|
int64 userid=1;
|
|
string secuserid=2;
|
|
webcast_data_Image avatar=3;
|
|
}
|
|
message webcast_data_WishInfo{
|
|
string wishname=1;
|
|
enum Wishtype {
|
|
wishtype_0=0;
|
|
}
|
|
Wishtype wishtype=2;
|
|
enum Wishstatus {
|
|
wishstatus_0=0;
|
|
}
|
|
Wishstatus wishstatus=3;
|
|
int64 currentprogress=4;
|
|
int64 targetprogress=5;
|
|
webcast_data_WishInfoExtra wishinfoextra=6;
|
|
webcast_data_WishContributor wishcontributor=7;
|
|
}
|
|
message webcast_data_StageInfo{
|
|
string stagename=1;
|
|
repeated webcast_data_WishInfo wishlist=2;
|
|
}
|
|
message webcast_data_ThemeWish{
|
|
string themename=1;
|
|
repeated webcast_data_StageInfo stagelist=3;
|
|
}
|
|
message webcast_data_ActivityWishConfig{
|
|
string wishname=1;
|
|
int64 activityid=3;
|
|
string taskname=4;
|
|
int64 starttime=5;
|
|
int64 endtime=6;
|
|
string timedescribe=7;
|
|
string url=8;
|
|
string urldescribe=9;
|
|
string userassistdescribe=10;
|
|
enum Activitywishtype {
|
|
activitywishtype_0=0;
|
|
}
|
|
Activitywishtype activitywishtype=11;
|
|
int64 priority=12;
|
|
string wisheventtype=13;
|
|
}
|
|
message webcast_data_ActivityWishData{
|
|
int64 targetnum=1;
|
|
int64 currentnum=2;
|
|
int64 anchorjoinnumber=3;
|
|
webcast_data_WishContributor wishcontributor=4;
|
|
}
|
|
message webcast_data_ActivityWish{
|
|
webcast_data_ActivityWishConfig cfg=1;
|
|
repeated webcast_data_WishInfo wishlist=2;
|
|
webcast_data_ActivityWishData wishdata=3;
|
|
}
|
|
message webcast_data_BannerWishInfo{
|
|
repeated webcast_data_WishInfo wishinfolist=1;
|
|
enum Wishstatus {
|
|
wishstatus_0=0;
|
|
}
|
|
Wishstatus wishstatus=3;
|
|
bool isprimary=4;
|
|
string wishname=5;
|
|
int64 activityid=6;
|
|
webcast_data_WishContributor wishcontributor=7;
|
|
}
|
|
message webcast_data_WishBannerData{
|
|
int64 nowtime=1;
|
|
int64 userid=2;
|
|
int64 giftid=3;
|
|
int64 count=4;
|
|
int64 activityid=5;
|
|
enum Wishtype {
|
|
wishtype_0=0;
|
|
}
|
|
Wishtype wishtype=6;
|
|
repeated webcast_data_BannerWishInfo bannerwishlist=7;
|
|
}
|
|
|
|
//WebcastChatMessage
|
|
message webcast_im_ChatMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
string content=3;
|
|
bool visibletosender=4;
|
|
webcast_data_Image backgroundimage=5;
|
|
string fullscreentextcolor=6;
|
|
webcast_data_Image backgroundimagev2=7;
|
|
webcast_im_PublicAreaCommon publicareacommon=9;
|
|
webcast_data_Image giftimage=10;
|
|
int64 agreemsgid=11;
|
|
enum Prioritylevel {
|
|
prioritylevel_0=0;
|
|
}
|
|
Prioritylevel prioritylevel=12;
|
|
webcast_im_LandscapeAreaCommon landscapeareacommon=13;
|
|
int64 eventtime=15;
|
|
bool sendreview=16;
|
|
bool fromintercom=17;
|
|
bool intercomhideusercard=18;
|
|
int64 chatby=20;
|
|
enum Individualchatpriority {
|
|
individualchatpriority_0=0;
|
|
}
|
|
Individualchatpriority individualchatpriority=21;
|
|
webcast_data_Text rtfcontent=40;
|
|
}
|
|
message webcast_im_RoomBorderMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_BorderInfo borderinfo=2;
|
|
}
|
|
message webcast_im_ActivityInteractiveMessage{
|
|
webcast_im_Common common=1;
|
|
string extra=2;
|
|
}
|
|
message webcast_im_MagicGestureActivityMessage{
|
|
webcast_im_Common common=1;
|
|
int32 status=2;
|
|
string effectid=3;
|
|
int32 actiontype=4;
|
|
string actionschema=5;
|
|
string bizid=6;
|
|
}
|
|
message webcast_im_PixActivityMessage{
|
|
webcast_im_Common common=1;
|
|
int32 currentlevel=2;
|
|
bool canchangeprop=3;
|
|
}
|
|
message webcast_im_PrizeNoticeMessage{
|
|
webcast_im_Common common=1;
|
|
int64 assetid=2;
|
|
webcast_im_ImageInfo imageinfo=3;
|
|
webcast_data_Image landscapebgimg=4;
|
|
string landscapecontent=5;
|
|
int64 scenecontextid=6;
|
|
int32 landscapeheight=7;
|
|
int32 playpriority=8;
|
|
bool useseparateplayer=10;
|
|
}
|
|
message webcast_im_ImageInfo{
|
|
webcast_data_Image img=1;
|
|
int32 start=2;
|
|
int32 duration=3;
|
|
int32 x=4;
|
|
int32 y=5;
|
|
int32 width=6;
|
|
int32 height=7;
|
|
bool needcircle=8;
|
|
}
|
|
message webcast_im_AdminPrivilegeMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_AdminPrivilegeStruct data=2;
|
|
}
|
|
message webcast_im_AdminPrivilegeStruct{
|
|
enum Privilege {
|
|
Privilege_0=0;
|
|
}
|
|
Privilege privilege=1;
|
|
int64 op=2;
|
|
}
|
|
message webcast_im_AdminRecordHandleMessage{
|
|
webcast_im_Common common=1;
|
|
int32 handletype=2;
|
|
}
|
|
message webcast_im_AdminData{
|
|
int64 uid=1;
|
|
string name=2;
|
|
}
|
|
message webcast_im_TextExtraItem{
|
|
int32 start=1;
|
|
int32 stop=2;
|
|
int32 type=3;
|
|
string userid=4;
|
|
string hashtagname=5;
|
|
string hashtagid=6;
|
|
bool iscommerce=7;
|
|
string awemeid=8;
|
|
int32 subtype=9;
|
|
}
|
|
message webcast_im_AdminRecordMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_AdminData admin=2;
|
|
int64 itemid=3;
|
|
int64 draftid=4;
|
|
string videotext=5;
|
|
repeated webcast_im_TextExtraItem videotextextra=6;
|
|
}
|
|
message webcast_im_AnchorBoostMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_AnchorBoost data=2;
|
|
}
|
|
message webcast_im_AnchorBoost{
|
|
int64 eventname=1;
|
|
int64 anchorid=2;
|
|
int32 liveid=3;
|
|
int32 eventtype=4;
|
|
string content=5;
|
|
}
|
|
message webcast_im_AssetEffectUtilMessage{
|
|
webcast_im_Common common=1;
|
|
int64 assetid=2;
|
|
int64 priority=3;
|
|
int64 price=4;
|
|
webcast_data_Text text=5;
|
|
int64 textwidth=6;
|
|
int64 textheitht=7;
|
|
string tracking=8;
|
|
string dressid=9;
|
|
repeated webcast_im_EffectUtilImageInfo images=10;
|
|
repeated webcast_im_EffectUtilTextInfo texts=20;
|
|
string finishselfschema=21;
|
|
}
|
|
message webcast_im_EffectUtilImageInfo{
|
|
string placeholderkey=1;
|
|
webcast_data_Image miximage=2;
|
|
}
|
|
message webcast_im_EffectUtilTextInfo{
|
|
string placeholderkey=1;
|
|
string content=2;
|
|
int64 fontsize=3;
|
|
string fontcolor=4;
|
|
}
|
|
message webcast_im_AssetMessage{
|
|
webcast_im_Common common=1;
|
|
int64 assetid=2;
|
|
webcast_data_Text paneldisplaytext=3;
|
|
bool showmessage=4;
|
|
bool showpanel=5;
|
|
webcast_data_User user=6;
|
|
webcast_data_User touser=7;
|
|
webcast_data_GiftIMPriority priority=8;
|
|
string logid=9;
|
|
int32 playpriority=10;
|
|
}
|
|
message webcast_im_AudioBGImgMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_AudioBGData bglist=2;
|
|
int32 reviewpass=3;
|
|
enum Bgtype {
|
|
bgtype_0=0;
|
|
}
|
|
Bgtype bgtype=4;
|
|
string showtext=5;
|
|
}
|
|
message webcast_im_AudioChatMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
string content=3;
|
|
string audiourl=4;
|
|
int64 audioduration=5;
|
|
webcast_im_PublicAreaCommon publicareacommon=6;
|
|
}
|
|
message webcast_im_AuthorizationNotifyMessage{
|
|
webcast_im_Common common=1;
|
|
string from=2;
|
|
string content=3;
|
|
string style=4;
|
|
webcast_im_AuthorizationNotifyMessage_ContentBlock usercontent=6;
|
|
webcast_im_AuthorizationNotifyMessage_RelationBlock userrelation=7;
|
|
}
|
|
message webcast_im_AuthorizationNotifyMessage_ContentBlock{
|
|
bool show=1;
|
|
bool isauthorized=2;
|
|
string title=3;
|
|
string content=4;
|
|
string detail=5;
|
|
}
|
|
message webcast_im_AuthorizationNotifyMessage_RelationBlock{
|
|
bool show=1;
|
|
bool isauthorized=2;
|
|
string title=3;
|
|
string content=4;
|
|
string detail=5;
|
|
}
|
|
message webcast_im_AutoCoverMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_Image image=2;
|
|
}
|
|
message webcast_im_AwemeShopExplainMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_AwemeShopExplainMessage_Extra extra=2;
|
|
}
|
|
message webcast_im_AwemeShopExplainMessage_Extra{
|
|
int64 promotionid=1;
|
|
bool active=2;
|
|
}
|
|
message webcast_im_BackRecordVideoMessage{
|
|
webcast_im_Common common=1;
|
|
string m3u8url=2;
|
|
repeated string tsurls=3;
|
|
string executionid=4;
|
|
bool succeed=5;
|
|
int64 starttime=6;
|
|
int64 endtime=7;
|
|
}
|
|
message webcast_im_BattleCancelMessage{
|
|
webcast_im_Common common=1;
|
|
int64 channelid=2;
|
|
}
|
|
message webcast_im_BattleFeedBackCardMessage{
|
|
webcast_im_Common common=1;
|
|
int64 rivaluid=2;
|
|
enum Feedbackcardtype {
|
|
feedbackcardtype_0=0;
|
|
}
|
|
Feedbackcardtype feedbackcardtype=3;
|
|
webcast_data_FeedbackCard feedbackcard=4;
|
|
int64 battleid=5;
|
|
int64 channelid=6;
|
|
}
|
|
message webcast_im_BattleFrontRankMessage{
|
|
webcast_im_Common common=1;
|
|
}
|
|
message webcast_im_BattleInviteMessage{
|
|
webcast_im_Common common=1;
|
|
enum Invitetype {
|
|
invitetype_0=0;
|
|
}
|
|
Invitetype invitetype=2;
|
|
int64 channelid=3;
|
|
string signextra=4;
|
|
int64 inviteuid=5;
|
|
int64 battleid=6;
|
|
string multipleagainprompts=7;
|
|
webcast_data_PanelTitle paneltitle=8;
|
|
enum Scene {
|
|
scene_0=0;
|
|
}
|
|
Scene scene=9;
|
|
string invitetitle=10;
|
|
string invitesubtitle=11;
|
|
int64 waitsec=12;
|
|
webcast_data_BattleConfigSetting battleconfigsetting=14;
|
|
int64 durationtime=15;
|
|
enum Multipkmode {
|
|
multipkmode_0=0;
|
|
}
|
|
Multipkmode multipkmode=16;
|
|
}
|
|
message webcast_im_BattleModeMessage{
|
|
webcast_im_Common common=1;
|
|
int64 mode=2;
|
|
webcast_im_BattleModeMessage_StealTowerData stealtowerdata=3;
|
|
int64 now=4;
|
|
}
|
|
message webcast_im_BattleModeMessage_StealTowerData{
|
|
int64 starttime=1;
|
|
int64 finishtime=2;
|
|
int64 duration=3;
|
|
int64 targetscore=4;
|
|
int64 attackerid=5;
|
|
bool finish=6;
|
|
int64 win=7;
|
|
int64 openscore=8;
|
|
int64 count=9;
|
|
}
|
|
message webcast_im_BattleNotifyMessage{
|
|
webcast_im_Common common=1;
|
|
string content=2;
|
|
enum Notifytype {
|
|
notifytype_0=0;
|
|
}
|
|
Notifytype notifytype=3;
|
|
int64 continueseconds=4;
|
|
}
|
|
message webcast_im_PrecisionMatch{
|
|
int64 sponsorid=1;
|
|
repeated webcast_im_PrecisionMatch_Matcher matchers=2;
|
|
string matchreason=3;
|
|
int64 waitseconds=4;
|
|
int64 precisionmatchid=5;
|
|
string activityname=6;
|
|
string recommendreason=7;
|
|
enum Source {
|
|
source_0=0;
|
|
}
|
|
Source source=9;
|
|
string notdisturbtext=10;
|
|
int64 flexactivityid=11;
|
|
int64 duration=12;
|
|
string battleattachedinfo=13;
|
|
string signextra=8;
|
|
}
|
|
message webcast_im_PrecisionMatch_Matcher{
|
|
int64 userid=1;
|
|
webcast_data_Room room=2;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=3;
|
|
repeated webcast_data_BattleRivalTag tags=4;
|
|
string desctext=5;
|
|
}
|
|
message webcast_im_BattlePrecisionMatchMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_PrecisionMatch precisionmatch=2;
|
|
}
|
|
message webcast_im_BattleRejectMessage{
|
|
webcast_im_Common common=1;
|
|
int64 channelid=2;
|
|
int64 battleid=3;
|
|
int64 rejectuid=4;
|
|
string multipleagainprompts=5;
|
|
enum Invitetype {
|
|
invitetype_0=0;
|
|
}
|
|
Invitetype invitetype=6;
|
|
}
|
|
message webcast_im_BattleTeamTaskAskMessage{
|
|
webcast_im_Common common=1;
|
|
string teamtaskjson=2;
|
|
}
|
|
message webcast_im_BattleTeamTaskMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_TeamTask teamtask=2;
|
|
string teamtaskjson=3;
|
|
}
|
|
message webcast_im_BattleUseCardMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_ItemCardInfo info=2;
|
|
string extra=4;
|
|
}
|
|
message webcast_im_BeginnerGuideMessage{
|
|
webcast_im_Common common=1;
|
|
enum Messagetype {
|
|
messagetype_0=0;
|
|
}
|
|
Messagetype messagetype=2;
|
|
string prompts=3;
|
|
}
|
|
message webcast_im_LinkmicBigEventMessage{
|
|
webcast_im_Common common=1;
|
|
enum Msgtype {
|
|
msgtype_0=0;
|
|
}
|
|
Msgtype msgtype=2;
|
|
webcast_im_InitLinkmicContent initlinkmiccontent=3;
|
|
webcast_im_SwitchSceneContent switchscenecontent=4;
|
|
webcast_im_SwitchEarphoneMonitorContent switchearphonemonitorcontent=5;
|
|
webcast_im_SwitchKtvModeContent switchktvmodecontent=6;
|
|
webcast_im_SwitchLyricStatusContent switchlyricstatuscontent=7;
|
|
webcast_im_SwitchFullSongStatusContent switchfullsongstatuscontent=8;
|
|
webcast_im_SwitchTuningEffectContent switchtuningeffectcontent=9;
|
|
}
|
|
message webcast_im_InitLinkmicContent{
|
|
enum Targetmode {
|
|
targetmode_0=0;
|
|
}
|
|
Targetmode targetmode=1;
|
|
}
|
|
message webcast_im_SwitchSceneContent{
|
|
enum Targetmode {
|
|
targetmode_0=0;
|
|
}
|
|
Targetmode targetmode=1;
|
|
}
|
|
message webcast_im_SwitchEarphoneMonitorContent{
|
|
enum Tostatus {
|
|
tostatus_0=0;
|
|
}
|
|
Tostatus tostatus=1;
|
|
}
|
|
message webcast_im_SwitchKtvModeContent{
|
|
enum Ktvmode {
|
|
ktvmode_0=0;
|
|
}
|
|
Ktvmode ktvmode=1;
|
|
}
|
|
message webcast_im_SwitchLyricStatusContent{
|
|
enum Tostatus {
|
|
tostatus_0=0;
|
|
}
|
|
Tostatus tostatus=1;
|
|
}
|
|
message webcast_im_SwitchFullSongStatusContent{
|
|
enum Tostatus {
|
|
tostatus_0=0;
|
|
}
|
|
Tostatus tostatus=1;
|
|
}
|
|
message webcast_im_SwitchTuningEffectContent{
|
|
string toeffectname=1;
|
|
}
|
|
message webcast_im_BridgeData{
|
|
webcast_im_Common common=1;
|
|
string bridgemessagejson=2;
|
|
}
|
|
message webcast_im_BridgeMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_BridgeData bridge=2;
|
|
}
|
|
message webcast_im_BrotherhoodMessage{
|
|
webcast_im_Common common=1;
|
|
string content=2;
|
|
}
|
|
message webcast_im_CarBallShowMessage{
|
|
webcast_im_Common common=1;
|
|
bool isshow=2;
|
|
}
|
|
message webcast_im_CarSeriesInfoMessage{
|
|
webcast_im_Common common=1;
|
|
int64 actiontype=2;
|
|
int64 seriesid=3;
|
|
string seriesname=4;
|
|
string officialprice=5;
|
|
string imageurl=6;
|
|
string openurl=7;
|
|
}
|
|
message webcast_im_CategoryChangeMessage{
|
|
webcast_im_Common common=1;
|
|
string categoryid=2;
|
|
string categoryname=3;
|
|
string challengeid=4;
|
|
string challengename=5;
|
|
}
|
|
message webcast_im_ChatCarnivalMessage{
|
|
webcast_im_Common common=1;
|
|
int64 notifytype=2;
|
|
int64 anchorstarttimestamp=3;
|
|
int64 anchorstartsecond=4;
|
|
int64 userstarttimestamp=5;
|
|
int64 userstartsecond=6;
|
|
int64 duration=7;
|
|
string backgroundcolor=8;
|
|
webcast_data_Image titleimage=9;
|
|
string precontent=10;
|
|
string content=11;
|
|
int64 orientations=12;
|
|
int64 movespeed=13;
|
|
repeated webcast_im_ChatItem chatstyle=14;
|
|
repeated webcast_im_EggItem eggstyle=15;
|
|
int64 wordorientation=16;
|
|
int64 movedirection=17;
|
|
int64 path=21;
|
|
string wordcolor=22;
|
|
int64 showwebp=23;
|
|
int64 useprivilegeregion=24;
|
|
int64 canopencontour=25;
|
|
int64 supportshowtype=26;
|
|
}
|
|
message webcast_im_EggItem{
|
|
webcast_data_Image background=1;
|
|
int64 backgroundhight=2;
|
|
int64 backgroundwidth=3;
|
|
int64 userate=4;
|
|
int64 isdynamicegg=5;
|
|
}
|
|
message webcast_im_ChatItem{
|
|
int64 headsize=1;
|
|
int64 contentsize=2;
|
|
string contentcolor=3;
|
|
webcast_im_FlexImageStruct background=4;
|
|
int64 backgroundhight=5;
|
|
int64 backgroundwidth=6;
|
|
int64 userate=7;
|
|
}
|
|
message webcast_im_EmojiChatMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
int64 emojiid=3;
|
|
webcast_data_Text emojicontent=4;
|
|
string defaultcontent=5;
|
|
webcast_data_Image backgroundimage=6;
|
|
bool fromintercom=7;
|
|
bool intercomhideusercard=8;
|
|
}
|
|
message webcast_im_FriendChatMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
string content=3;
|
|
}
|
|
message webcast_im_CommentaryChangeMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_CommentaryRoomInfo commentaryroominfo=2;
|
|
enum Operation {
|
|
operation_0=0;
|
|
}
|
|
Operation operation=3;
|
|
}
|
|
message webcast_im_CommentsMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
string content=3;
|
|
string color=4;
|
|
webcast_data_Image background=5;
|
|
int64 actiontype=6;
|
|
string actioncontent=7;
|
|
}
|
|
message webcast_im_CommerceMessage{
|
|
webcast_im_Common common=1;
|
|
int64 messagetype=2;
|
|
string content=3;
|
|
}
|
|
message webcast_im_CommerceSaleMessage{
|
|
webcast_im_Common common=1;
|
|
bool hascommercesale=2;
|
|
}
|
|
message webcast_im_ComplexContent{
|
|
string type=1;
|
|
string text=2;
|
|
string fontcolor=3;
|
|
int64 fontsize=4;
|
|
int64 weight=5;
|
|
webcast_data_Image img=6;
|
|
}
|
|
message webcast_im_CommonGuideMessage{
|
|
webcast_im_Common common=1;
|
|
int64 messagetype=2;
|
|
webcast_data_Text maincontent=3;
|
|
repeated webcast_im_ComplexContent secondarycontent=4;
|
|
webcast_data_Image icon=5;
|
|
webcast_data_Text buttoncontent=6;
|
|
string buttonactionschema=7;
|
|
webcast_data_Image buttonicon=8;
|
|
int64 duration=9;
|
|
bool isroundedicon=10;
|
|
}
|
|
message webcast_im_CommonLuckyMoneyMessage{
|
|
webcast_im_Common common=1;
|
|
int64 diamondcount=2;
|
|
int64 luckymoneyid=3;
|
|
int64 sendtime=4;
|
|
int64 delaytime=5;
|
|
webcast_data_User user=6;
|
|
int64 style=7;
|
|
webcast_im_CommonLuckyMoneyMessage_LuckyIcon luckyicon=8;
|
|
webcast_data_Image background=9;
|
|
bool isofficial=10;
|
|
}
|
|
message webcast_im_CommonLuckyMoneyMessage_LuckyIcon{
|
|
repeated string urllist=1;
|
|
string uri=2;
|
|
}
|
|
message webcast_im_TaskPanelMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_TaskPanel data=2;
|
|
}
|
|
message webcast_im_TaskPanel{
|
|
int32 taskid=1;
|
|
int32 tasktype=2;
|
|
int32 watchtime=3;
|
|
string title=4;
|
|
string subtitle=5;
|
|
string tagiconurl=6;
|
|
string tagtext=7;
|
|
string tagtextcolor=8;
|
|
string buttonname=9;
|
|
string schema=10;
|
|
int64 expireat=11;
|
|
int32 status=12;
|
|
int32 expireafter=13;
|
|
int32 rewardtype=14;
|
|
string paneltitle=15;
|
|
string subtitlecolor=16;
|
|
}
|
|
message webcast_im_TaskRewardToastMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_TaskRewardToast data=2;
|
|
}
|
|
message webcast_im_TaskRewardToast{
|
|
int32 taskid=1;
|
|
int32 tasktype=2;
|
|
int32 rewardtype=3;
|
|
string title=4;
|
|
string subtitle=5;
|
|
string iconurl=6;
|
|
string bgpicurl=7;
|
|
}
|
|
message webcast_im_CommonPopupMessage{
|
|
webcast_im_Common common=1;
|
|
string schemaurl=2;
|
|
bool anchorpopup=3;
|
|
}
|
|
message webcast_im_CommonTextMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
string scene=3;
|
|
}
|
|
message webcast_im_CommonToastMessage{
|
|
webcast_im_Common common=1;
|
|
bool discardable=2;
|
|
bool immediate=3;
|
|
int64 duration=4;
|
|
string textcolor=5;
|
|
string backgroundcolorstart=6;
|
|
string backgroundcolorend=7;
|
|
int64 position=8;
|
|
webcast_data_Image topimg=9;
|
|
int64 topimgwidth=10;
|
|
int64 topimgheight=11;
|
|
bool showmongolialayer=12;
|
|
}
|
|
message webcast_im_ControlMessage{
|
|
webcast_im_Common common=1;
|
|
int64 action=2;
|
|
string tips=3;
|
|
webcast_im_ControlMessage_Extra extra=4;
|
|
}
|
|
message webcast_im_ControlMessage_Extra{
|
|
string baninfourl=1;
|
|
int64 reasonno=2;
|
|
webcast_data_Text title=3;
|
|
webcast_data_Text violationreason=4;
|
|
webcast_data_Text content=5;
|
|
webcast_data_Text gotitbutton=6;
|
|
webcast_data_Text bandetailbutton=7;
|
|
string source=8;
|
|
}
|
|
message webcast_im_DataLifeLiveMessage{
|
|
webcast_im_Common common=1;
|
|
int32 type=2;
|
|
string body=3;
|
|
}
|
|
message webcast_im_DecorationModifyMessage{
|
|
webcast_im_Common common=1;
|
|
string extra=2;
|
|
}
|
|
message webcast_im_DiggMessage{
|
|
webcast_im_Common common=1;
|
|
int64 diggcount=2;
|
|
int64 duration=3;
|
|
int64 color=4;
|
|
webcast_data_User user=5;
|
|
string icon=6;
|
|
}
|
|
message webcast_im_DLiveMessage{
|
|
webcast_im_Common common=1;
|
|
repeated string rooms=2;
|
|
int64 maxpushdelaytime=3;
|
|
}
|
|
message webcast_im_OfficialRoomMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_OfficialRoomInfo officialroominfo=2;
|
|
}
|
|
message webcast_im_CeremonyMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_im_UserRoom items=2;
|
|
int64 maxpushdelaytime=3;
|
|
}
|
|
message webcast_im_UserRoom{
|
|
int64 type=1;
|
|
string room=2;
|
|
string user=3;
|
|
}
|
|
message webcast_im_RcmdUser{
|
|
string user=1;
|
|
string textbeforeaction=2;
|
|
string textafteraction=3;
|
|
string authenticationinfo=4;
|
|
string editscript=5;
|
|
}
|
|
message webcast_im_RecommendUsersMessage{
|
|
webcast_im_Common common=1;
|
|
string listtitle=2;
|
|
repeated webcast_im_RcmdUser users=3;
|
|
webcast_data_Image imgvertical=4;
|
|
webcast_data_Image imghorizontal=5;
|
|
int64 displaytime=6;
|
|
int64 maxpushdelaytime=7;
|
|
bool checkalive=8;
|
|
}
|
|
message webcast_im_DolphinSettingUpdateMessage{
|
|
webcast_im_Common common=1;
|
|
int64 settingversion=2;
|
|
}
|
|
message webcast_im_DonationMessage{
|
|
webcast_im_Common common=1;
|
|
int64 total=2;
|
|
string currency=3;
|
|
repeated webcast_data_User sponsor=4;
|
|
repeated webcast_data_User user=5;
|
|
}
|
|
message webcast_im_DoodleGiftMessage{
|
|
webcast_im_Common common=1;
|
|
int64 giftid=2;
|
|
int64 fanticketcount=3;
|
|
webcast_data_User user=4;
|
|
webcast_data_User touser=5;
|
|
string compose=6;
|
|
int64 roomfanticketcount=7;
|
|
webcast_data_GiftIMPriority priority=8;
|
|
string logid=9;
|
|
webcast_im_PublicAreaCommon publicareacommon=10;
|
|
webcast_data_Text traydisplaytext=11;
|
|
webcast_data_GiftTrayInfo trayinfo=12;
|
|
}
|
|
message webcast_im_LikeUserDetail{
|
|
webcast_data_User user=1;
|
|
int64 count=2;
|
|
}
|
|
message webcast_im_DoubleLikeHeartMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_DoubleLikeDetail doublelikedetail=2;
|
|
webcast_data_Text selfdisplaytext=3;
|
|
webcast_data_Text normaldisplaytext=4;
|
|
repeated webcast_im_LikeUserDetail likeuserlist=5;
|
|
}
|
|
message webcast_im_DoubleLikeTopUserMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_im_LikeUserDetail likeuserlist=2;
|
|
}
|
|
message webcast_im_DouplusIndicatorMessage{
|
|
webcast_im_Common common=1;
|
|
int64 number=2;
|
|
int64 status=3;
|
|
string toast=4;
|
|
string buyernickname=5;
|
|
}
|
|
message webcast_im_DouplusMessage{
|
|
webcast_im_Common common=1;
|
|
int64 promotion=2;
|
|
}
|
|
message webcast_im_DriveGiftMessage{
|
|
webcast_im_Common common=1;
|
|
int64 newcount=2;
|
|
string popupurl=3;
|
|
}
|
|
message webcast_im_ProjectDTaskInfo{
|
|
webcast_im_Common common=1;
|
|
enum Atype {
|
|
atype_0=0;
|
|
}
|
|
Atype atype=2;
|
|
webcast_data_Image icon=3;
|
|
string count=4;
|
|
string fallbackcontext=5;
|
|
string awardurl=6;
|
|
int64 lefttaskcount=7;
|
|
int64 subtaskid=8;
|
|
}
|
|
message webcast_im_DutyGiftMessage{
|
|
webcast_im_Common common=1;
|
|
int32 speedygiftid=5;
|
|
int32 targetscore=6;
|
|
int32 stagecount=7;
|
|
int32 status=8;
|
|
int32 score=9;
|
|
webcast_data_User contributemost=10;
|
|
int32 contributemostscore=11;
|
|
int64 dutyid=12;
|
|
}
|
|
message webcast_im_EasterEggMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_EasterEggMessageData data=2;
|
|
}
|
|
message webcast_im_EasterEggMessageData{
|
|
bool haseasteregg=1;
|
|
int64 stage=2;
|
|
int64 totalstage=3;
|
|
int64 effectsnum=4;
|
|
int64 startcount=5;
|
|
int64 endcount=6;
|
|
int64 count=7;
|
|
}
|
|
message webcast_im_CornerReachMessage{
|
|
webcast_im_Common common=1;
|
|
int64 duration=2;
|
|
int64 elemtype=3;
|
|
}
|
|
message webcast_im_TempStateAreaReachMessage{
|
|
webcast_im_Common common=1;
|
|
int64 elemtype=2;
|
|
int64 elemid=3;
|
|
int64 itemid=4;
|
|
int64 status=5;
|
|
webcast_im_TempStateAreaReachMessage_Resource resource=6;
|
|
}
|
|
message webcast_im_TempStateAreaReachMessage_Resource{
|
|
string name=1;
|
|
string icon=2;
|
|
string description=3;
|
|
string extra=4;
|
|
}
|
|
message webcast_im_EpisodeChatMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
string content=3;
|
|
bool visibletosender=4;
|
|
webcast_data_Image backgroundimage=5;
|
|
webcast_im_PublicAreaCommon publicareacommon=6;
|
|
webcast_data_Image giftimage=7;
|
|
int64 agreemsgid=8;
|
|
repeated string colorvalue=9;
|
|
}
|
|
message webcast_im_FansGroupGuideMessage{
|
|
webcast_im_Common common=1;
|
|
enum Type {
|
|
type_0=0;
|
|
}
|
|
Type type=2;
|
|
string title=3;
|
|
string content=4;
|
|
int64 autorecorddurationms=5;
|
|
webcast_data_Text richtext=6;
|
|
string schemeurl=7;
|
|
}
|
|
message webcast_im_FansclubStatisticsMessage{
|
|
webcast_im_Common common=1;
|
|
string name=2;
|
|
int64 fanscount=3;
|
|
}
|
|
message webcast_im_FansclubMessage{
|
|
webcast_im_Common common=1;
|
|
int32 action=2;
|
|
string content=3;
|
|
webcast_data_User user=4;
|
|
webcast_im_FansclubMessage_UpgradePrivilege upgradeprivilege=5;
|
|
}
|
|
message webcast_im_FansclubMessage_UpgradePrivilege{
|
|
string content=1;
|
|
string description=2;
|
|
int32 buttontype=3;
|
|
}
|
|
message webcast_im_FansclubReviewMessage{
|
|
webcast_im_Common common=1;
|
|
int32 action=2;
|
|
string content=3;
|
|
}
|
|
message webcast_im_FansclubGuideMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_Text title=2;
|
|
webcast_data_Text subtitle=3;
|
|
}
|
|
message webcast_im_FeedbackActionMessage{
|
|
webcast_im_Common common=1;
|
|
int64 actionid=2;
|
|
}
|
|
message webcast_im_FeedbackCardMessage{
|
|
webcast_im_Common common=1;
|
|
int64 questionnaireid=2;
|
|
int64 scattermills=3;
|
|
}
|
|
message webcast_im_FollowGuideMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_Image avatarurl=2;
|
|
string content=3;
|
|
string hourrankinfo=4;
|
|
int64 giftid=5;
|
|
int64 duration=6;
|
|
string popupreason=7;
|
|
}
|
|
message webcast_im_BrokerNotifyMessage{
|
|
webcast_im_Common common=1;
|
|
int64 msgtype=2;
|
|
string content=3;
|
|
int64 timestamp=4;
|
|
int64 msgsubtype=5;
|
|
int64 msgid=6;
|
|
}
|
|
message webcast_im_FreeCellGiftMessage{
|
|
webcast_im_Common common=1;
|
|
int64 giftid=2;
|
|
int64 fanticketcount=3;
|
|
int64 groupcount=4;
|
|
int64 repeatcount=5;
|
|
int64 combocount=6;
|
|
webcast_data_User user=7;
|
|
webcast_data_User touser=8;
|
|
webcast_im_FreeCellGiftMessage_FreeCellData freecell=9;
|
|
int64 roomfanticketcount=10;
|
|
string logid=11;
|
|
webcast_im_PublicAreaCommon publicareacommon=12;
|
|
}
|
|
message webcast_im_FreeCellGiftMessage_FreeCellData{
|
|
int64 timenowms=1;
|
|
int64 timestartms=2;
|
|
int64 timefreezeendms=3;
|
|
int64 timedoubleendms=4;
|
|
int64 timeendms=5;
|
|
int64 freecelllength=6;
|
|
bool isfreeze=7;
|
|
bool isdouble=8;
|
|
webcast_data_User contributemostuser=9;
|
|
int64 contributemostcoins=10;
|
|
int64 distancefrompreviousone=11;
|
|
int64 indexindayranklist=12;
|
|
}
|
|
message webcast_im_FreeGiftMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
webcast_data_FreeGift freegift=3;
|
|
}
|
|
message webcast_im_GamblingStatusChangedMessage{
|
|
webcast_im_Common common=1;
|
|
int64 prevstatus=2;
|
|
webcast_im_GamblingStatusChangedMessage_GameQuizInfo gamequizinfo=3;
|
|
}
|
|
message webcast_im_GamblingStatusChangedMessage_GameQuizInfo{
|
|
int64 id=1;
|
|
int64 roomid=2;
|
|
int64 status=3;
|
|
}
|
|
message webcast_im_GameChannelMessage{
|
|
webcast_im_Common common=1;
|
|
int64 gameid=2;
|
|
int64 messagetype=3;
|
|
string extra=4;
|
|
webcast_data_User user=5;
|
|
}
|
|
message webcast_im_HostVersion{
|
|
int64 hostid=1;
|
|
string minversion=2;
|
|
string maxversion=3;
|
|
}
|
|
message webcast_im_GameAncAudEntranceMessage{
|
|
webcast_im_Common common=1;
|
|
int64 gameid=2;
|
|
int64 gamekind=3;
|
|
string extra=4;
|
|
bool showaudiencefloatentrance=5;
|
|
repeated webcast_im_HostVersion versionrange=6;
|
|
string appid=7;
|
|
string metaversion=8;
|
|
string name=9;
|
|
string iconurl=10;
|
|
int64 startid=11;
|
|
}
|
|
message webcast_im_GameAncAudStatusMessage{
|
|
webcast_im_Common common=1;
|
|
int64 gameid=2;
|
|
int64 sendtype=3;
|
|
int64 gamestatus=4;
|
|
string extra=5;
|
|
}
|
|
message webcast_im_GameAncAudPanelCtrlMessage{
|
|
webcast_im_Common common=1;
|
|
int64 gameid=2;
|
|
int64 sendtype=3;
|
|
int64 paneltype=4;
|
|
string extra=5;
|
|
}
|
|
message webcast_im_GameAncAudDataFromAncMessage{
|
|
webcast_im_Common common=1;
|
|
int64 gameid=2;
|
|
int64 sendtype=3;
|
|
string data=4;
|
|
string extra=5;
|
|
}
|
|
message webcast_im_GameAncAudDataFromAudMessage{
|
|
webcast_im_Common common=1;
|
|
int64 gameid=2;
|
|
string data=3;
|
|
string extra=4;
|
|
}
|
|
message webcast_im_GameDevelopMessage{
|
|
webcast_im_Common common=1;
|
|
int64 gameid=2;
|
|
int32 develop=3;
|
|
string appid=4;
|
|
string sign=5;
|
|
}
|
|
message webcast_im_GameGiftMessage{
|
|
webcast_im_Common common=1;
|
|
int64 giftid=2;
|
|
int64 fanticketcount=3;
|
|
webcast_data_User user=4;
|
|
webcast_data_User touser=5;
|
|
string normalcontent=6;
|
|
webcast_im_GameGiftMessage_MonkeyData monkeydata=8;
|
|
string logid=9;
|
|
webcast_im_PublicAreaCommon publicareacommon=10;
|
|
}
|
|
message webcast_im_GameGiftMessage_MonkeyData{
|
|
int32 score=1;
|
|
bool breakrecord=2;
|
|
bool needpopup=3;
|
|
string popupcontent=4;
|
|
}
|
|
message webcast_im_GameGiftStatusMessage{
|
|
webcast_im_Common common=1;
|
|
int64 gameid=2;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=3;
|
|
string extra=4;
|
|
}
|
|
message webcast_im_GameStatusMessage{
|
|
webcast_im_Common common=1;
|
|
int64 gameid=2;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=3;
|
|
string configextra=4;
|
|
}
|
|
message webcast_im_GameInviteMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_GameInvite inviteitem=2;
|
|
webcast_data_InvitationSwitch invitationswitch=3;
|
|
string configextra=4;
|
|
}
|
|
message webcast_im_GameInviteReplyMessage{
|
|
webcast_im_Common common=1;
|
|
enum Reply {
|
|
reply_0=0;
|
|
}
|
|
Reply reply=2;
|
|
string extra=3;
|
|
}
|
|
message webcast_im_GamePVPMessage{
|
|
webcast_im_Common common=1;
|
|
int64 gameid=2;
|
|
string extra=3;
|
|
}
|
|
message webcast_im_GameStatusUpdateMessage{
|
|
webcast_im_Common common=1;
|
|
int64 anchorid=2;
|
|
int64 roomid=3;
|
|
enum Gamekind {
|
|
gamekind_0=0;
|
|
}
|
|
Gamekind gamekind=4;
|
|
int64 gameid=5;
|
|
int64 roundid=6;
|
|
int32 eventtime=7;
|
|
int32 presentmsgtype=8;
|
|
string configextra=9;
|
|
int64 playkind=10;
|
|
int64 switchid=11;
|
|
}
|
|
message webcast_im_GameCPBaseMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_GameCPShowMessage showinfo=2;
|
|
}
|
|
message webcast_im_GameCPShowMessage{
|
|
enum Type {
|
|
Type_0=0;
|
|
}
|
|
Type type=1;
|
|
webcast_data_Text introducedownloadinfo=2;
|
|
string gameimage=3;
|
|
string gamename=4;
|
|
string gamedownloadurl=5;
|
|
string gametraceinfo=6;
|
|
repeated string gametagnames=7;
|
|
string gamebackgroundcolor=8;
|
|
int32 introducetimelimit=9;
|
|
int64 introducestarttime=10;
|
|
int32 introducestoptype=11;
|
|
webcast_data_Text introducestopmessage=12;
|
|
string gameid=13;
|
|
bool auditresult=14;
|
|
string iosappid=15;
|
|
string companyname=16;
|
|
string downloadextra=17;
|
|
string androidprivacyurl=18;
|
|
string androidauthorizationurl=19;
|
|
string iosprivacyurl=20;
|
|
string iosauthorizationurl=21;
|
|
string androidversion=22;
|
|
string iosversion=23;
|
|
string activelink=24;
|
|
int64 downloadcount=25;
|
|
bool isshowanimate=26;
|
|
int64 animatestarttime=27;
|
|
int64 animateduration=28;
|
|
string antihijackcontent=29;
|
|
string antihijackimage=30;
|
|
string iossalepoint=31;
|
|
bool isforbidjumpiosapp=32;
|
|
bool hasplatformgift=33;
|
|
string opengameurl=44;
|
|
string propicon=45;
|
|
string propname=46;
|
|
string propid=47;
|
|
int64 marketprice=48;
|
|
int64 sellingprice=49;
|
|
int64 propskuid=50;
|
|
webcast_im_ReserveItem reserveitem=51;
|
|
int64 proptype=52;
|
|
int64 gameaccesstype=53;
|
|
bool ispropexpgame=54;
|
|
repeated string componentids=55;
|
|
enum Biztype {
|
|
biztype_0=0;
|
|
}
|
|
Biztype biztype=56;
|
|
int64 installusercount=57;
|
|
string androidsalepoint=58;
|
|
webcast_im_MiniGameMeta minigamemeta=59;
|
|
}
|
|
message webcast_im_MiniGameMeta{
|
|
string schema=1;
|
|
string version=2;
|
|
}
|
|
message webcast_im_ReserveItem{
|
|
string reservetodaynum=1;
|
|
string reservetotalnum=2;
|
|
int32 reservestatus=3;
|
|
}
|
|
message webcast_im_GameCPUserDownloadMessage{
|
|
webcast_im_Common common=1;
|
|
string usernickname=2;
|
|
int64 userdownloadcount=3;
|
|
string userdownloadcontent=4;
|
|
string downloadgamename=5;
|
|
enum Type {
|
|
type_0=0;
|
|
}
|
|
Type type=6;
|
|
}
|
|
message webcast_im_GameCPAnchorReminderMessage{
|
|
webcast_im_Common common=1;
|
|
enum Type {
|
|
type_0=0;
|
|
}
|
|
Type type=2;
|
|
string gameid=3;
|
|
string title=4;
|
|
string gamename=5;
|
|
string gameiconurl=6;
|
|
}
|
|
message webcast_im_GameCPUserRoomMetaMessage{
|
|
webcast_im_Common common=1;
|
|
int64 oper=2;
|
|
webcast_im_UserIntroduceCardStatus userintroducecardstatus=3;
|
|
repeated webcast_im_UserGiftStatus usergiftstatus=4;
|
|
}
|
|
message webcast_im_UserIntroduceCardStatus{
|
|
bool isshowcard=1;
|
|
int64 introduceduration=2;
|
|
int64 timerspan=3;
|
|
int64 timerloopcnt=4;
|
|
}
|
|
message webcast_im_UserGiftStatus{
|
|
string playid=1;
|
|
string gameid=2;
|
|
string hint=3;
|
|
string title=4;
|
|
int32 focusindex=5;
|
|
int32 logindays=6;
|
|
}
|
|
message webcast_im_GamePlayTeamStatusMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_data_PlayTeamMember memberlist=2;
|
|
int32 totalnum=3;
|
|
int64 playid=4;
|
|
string toast=5;
|
|
}
|
|
message webcast_im_GamePlayInviteMessage{
|
|
webcast_im_Common common=1;
|
|
string schema=2;
|
|
int64 playid=3;
|
|
}
|
|
message webcast_im_GamePlayStatusMessage{
|
|
webcast_im_Common common=1;
|
|
enum Status {
|
|
status_0=0;
|
|
}
|
|
Status status=2;
|
|
int64 playid=3;
|
|
string auditdenytoast=4;
|
|
string toast=5;
|
|
}
|
|
|
|
|
|
//WebcastRoomStatsMessage
|
|
message webcast_im_RoomStatsMessage{
|
|
webcast_im_Common common=1;
|
|
string displayshort=2;
|
|
string displaymiddle=3;
|
|
string displaylong=4;
|
|
int64 displayvalue=5;
|
|
int64 displayversion=6;
|
|
bool incremental=7;
|
|
bool ishidden=8;
|
|
int64 total=9;
|
|
int64 displaytype=10;
|
|
}
|
|
|
|
//WebcastGiftMessage
|
|
message webcast_im_GiftMessage{
|
|
webcast_im_Common common=1;
|
|
int64 giftid=2;
|
|
int64 fanticketcount=3;
|
|
int64 groupcount=4;
|
|
int64 repeatcount=5;
|
|
int64 combocount=6;
|
|
webcast_data_User user=7;
|
|
webcast_data_User touser=8;
|
|
int32 repeatend=9;
|
|
webcast_im_GiftMessage_TextEffect texteffect=10;
|
|
int64 groupid=11;
|
|
int64 incometaskgifts=12;
|
|
int64 roomfanticketcount=13;
|
|
webcast_data_GiftIMPriority priority=14;
|
|
webcast_data_GiftStruct gift=15;
|
|
string logid=16;
|
|
int64 sendtype=17;
|
|
webcast_im_PublicAreaCommon publicareacommon=18;
|
|
webcast_data_Text traydisplaytext=19;
|
|
int64 banneddisplayeffects=20;
|
|
webcast_data_GiftTrayInfo trayinfo=21;
|
|
webcast_data_AssetEffectMixInfo asseteffectmixinfo=24;
|
|
bool displayforself=25;
|
|
string interactgiftinfo=26;
|
|
string diyiteminfo=27;
|
|
int64 totalcount=29;
|
|
int32 clientgiftsource=30;
|
|
webcast_data_AnchorGiftData anchorgift=31;
|
|
int64 sendtime=33;
|
|
int64 forcedisplayeffects=34;
|
|
string traceid=35;
|
|
int64 effectdisplayts=36;
|
|
}
|
|
message webcast_im_LynxParam{
|
|
enum Style {
|
|
Style_0=0;
|
|
}
|
|
Style style=1;
|
|
string maintext=2;
|
|
string expiredaytext=3;
|
|
string subtext=4;
|
|
}
|
|
message webcast_im_GiftConsumeRemindMessage{
|
|
webcast_im_Common common=1;
|
|
string lynxschema=2;
|
|
webcast_im_LynxParam lynxparam=3;
|
|
enum Remindtype {
|
|
remindtype_0=0;
|
|
}
|
|
Remindtype remindtype=4;
|
|
}
|
|
message webcast_im_GiftCycleReleaseMessage{
|
|
webcast_im_Common common=1;
|
|
int64 releaseid=2;
|
|
webcast_im_GiftCycleReleaseMessage_GiftIcon gifticon=3;
|
|
}
|
|
message webcast_im_GiftCycleReleaseMessage_GiftIcon{
|
|
int64 giftid=1;
|
|
webcast_data_Image icon=2;
|
|
}
|
|
message webcast_im_ExhibitionTopLeftMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_Text displaytext=2;
|
|
string toptitle=3;
|
|
webcast_data_Image gifticon=4;
|
|
string exhibitionentranceurl=5;
|
|
}
|
|
message webcast_im_ExhibitionChatMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_Text displaytext=2;
|
|
}
|
|
message webcast_im_GiftMessage_TextEffect{
|
|
webcast_im_GiftMessage_TextEffect_Detail portrait=1;
|
|
webcast_im_GiftMessage_TextEffect_Detail landscape=2;
|
|
}
|
|
message webcast_im_GiftMessage_TextEffect_Detail{
|
|
webcast_data_Text text=1;
|
|
int32 textfontsize=2;
|
|
webcast_data_Image background=3;
|
|
int32 start=4;
|
|
int32 duration=5;
|
|
int32 x=6;
|
|
int32 y=7;
|
|
int32 width=8;
|
|
int32 height=9;
|
|
int32 shadowdx=10;
|
|
int32 shadowdy=11;
|
|
int32 shadowradius=12;
|
|
string shadowcolor=13;
|
|
string strokecolor=14;
|
|
int32 strokewidth=15;
|
|
}
|
|
message webcast_im_BindingGiftMessage{
|
|
webcast_im_GiftMessage msg=1;
|
|
webcast_im_Common common=2;
|
|
}
|
|
message webcast_im_GiftUpdateMessage{
|
|
webcast_im_Common common=1;
|
|
int32 updatetype=2;
|
|
}
|
|
message webcast_im_GiftVoteMessage{
|
|
webcast_im_Common common=1;
|
|
int64 msgtype=2;
|
|
int64 voteid=3;
|
|
repeated webcast_data_GiftVoteResult results=4;
|
|
int64 finishtime=5;
|
|
int64 currenttime=6;
|
|
int64 votetype=7;
|
|
string extra=8;
|
|
}
|
|
message webcast_im_GiftVoteMessage_Result{
|
|
string text=1;
|
|
int64 count=2;
|
|
webcast_data_Image icon=3;
|
|
int64 giftid=4;
|
|
}
|
|
message webcast_im_GradeBuffAnchorShareMessage{
|
|
webcast_im_Common common=1;
|
|
string schemeurl=2;
|
|
webcast_data_Text content=3;
|
|
int64 score=4;
|
|
}
|
|
message webcast_im_GroupShowUserUpdateMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_GroupShowInfo info=2;
|
|
}
|
|
message webcast_im_GrowthTaskMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_GrowthTask task=2;
|
|
enum Action {
|
|
action_0=0;
|
|
}
|
|
Action action=3;
|
|
webcast_im_GrowthTaskMessage_CurrentContribution currentcontribution=4;
|
|
repeated webcast_data_GrowthTaskContributorRank contributors=5;
|
|
}
|
|
message webcast_im_GrowthTaskMessage_CurrentContribution{
|
|
webcast_data_User user=1;
|
|
}
|
|
message webcast_im_GuestBattleScoreMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_GuestBattleInfo battleinfo=2;
|
|
bool crownupgrade=3;
|
|
}
|
|
message webcast_im_GuideMessage{
|
|
webcast_im_Common common=1;
|
|
int64 guidetype=2;
|
|
int64 giftid=3;
|
|
string description=4;
|
|
int64 duration=5;
|
|
}
|
|
message webcast_im_HighlightComment{
|
|
webcast_im_Common common=1;
|
|
int64 id=2;
|
|
int64 eventtime=3;
|
|
int64 commentmsgid=4;
|
|
int32 reviewresult=5;
|
|
string reviewcomment=6;
|
|
string content=7;
|
|
webcast_data_User user=8;
|
|
int32 actiontype=9;
|
|
int64 msgtime=10;
|
|
int64 endtime=11;
|
|
int32 countdownstyle=12;
|
|
int32 trigger=13;
|
|
int64 operatorid=14;
|
|
string operatornickname=15;
|
|
}
|
|
message webcast_im_HighlightCommentPosition{
|
|
webcast_im_Common common=1;
|
|
int64 eventtime=3;
|
|
double x=4;
|
|
double y=5;
|
|
}
|
|
message webcast_im_HotChatMessage{
|
|
webcast_im_Common common=1;
|
|
string title=2;
|
|
string content=3;
|
|
int64 duration=5;
|
|
int64 sequenceid=7;
|
|
repeated string hotlist=8;
|
|
}
|
|
message webcast_im_HotRoomMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_HotRoomInfo info=2;
|
|
}
|
|
message webcast_im_ImDeleteMessage{
|
|
webcast_im_Common common=1;
|
|
}
|
|
message webcast_im_InRoomBannerMessage{
|
|
webcast_im_Common common=1;
|
|
string extra=2;
|
|
enum Position {
|
|
position_0=0;
|
|
}
|
|
Position position=3;
|
|
enum Actiontype {
|
|
actiontype_0=0;
|
|
}
|
|
Actiontype actiontype=4;
|
|
string containerurl=5;
|
|
string lynxcontainerurl=6;
|
|
enum Containertype {
|
|
containertype_0=0;
|
|
}
|
|
Containertype containertype=7;
|
|
enum Optype {
|
|
optype_0=0;
|
|
}
|
|
Optype optype=8;
|
|
}
|
|
message webcast_im_InRoomBannerEvent{
|
|
webcast_im_Common common=1;
|
|
enum Position {
|
|
position_0=0;
|
|
}
|
|
Position position=2;
|
|
webcast_data_BannerData data=3;
|
|
}
|
|
message webcast_im_InRoomBannerRedPoint{
|
|
webcast_im_Common common=1;
|
|
int64 count=2;
|
|
int64 bannerid=3;
|
|
int64 showtype=4;
|
|
}
|
|
message webcast_im_InRoomBannerRefreshMessage{
|
|
webcast_im_Common common=1;
|
|
int64 maxdelayseconds=2;
|
|
enum Position {
|
|
position_0=0;
|
|
}
|
|
Position position=3;
|
|
}
|
|
message webcast_im_OpenSchemaCommand{
|
|
string url=1;
|
|
}
|
|
message webcast_im_InstantCommandMessage{
|
|
webcast_im_Common common=1;
|
|
int32 commandtype=2;
|
|
webcast_im_OpenSchemaCommand openschemacommand=11;
|
|
}
|
|
message webcast_im_PopBoxContent{
|
|
enum Largetype {
|
|
LargeType_0=0;
|
|
}
|
|
Largetype largetype=1;
|
|
enum Icontype {
|
|
icontype_0=0;
|
|
}
|
|
Icontype icontype=2;
|
|
string controltype=3;
|
|
string title=4;
|
|
string description=5;
|
|
string url=6;
|
|
int32 countdownsec=7;
|
|
string buttondesc=8;
|
|
}
|
|
message webcast_im_ClientOperation{
|
|
string appid=1;
|
|
enum Operationtype {
|
|
operationtype_0=0;
|
|
}
|
|
Operationtype operationtype=2;
|
|
webcast_im_PopBoxContent popboxcontent=3;
|
|
enum Showtime {
|
|
showtime_0=0;
|
|
}
|
|
Showtime showtime=4;
|
|
}
|
|
message webcast_im_InteractControlMessage{
|
|
webcast_im_Common common=1;
|
|
string roomid=2;
|
|
string timestamp=3;
|
|
repeated webcast_im_ClientOperation anchoroperation=4;
|
|
repeated webcast_im_ClientOperation audienceoperation=5;
|
|
}
|
|
message webcast_im_InteractOpenDevelopMessage{
|
|
webcast_im_Common common=1;
|
|
string appid=2;
|
|
int32 develop=3;
|
|
string sign=4;
|
|
int64 gameid=5;
|
|
int64 appkind=6;
|
|
}
|
|
message webcast_im_IntercomInviteMessage{
|
|
webcast_im_Common common=1;
|
|
int64 channelid=2;
|
|
}
|
|
message webcast_im_IntercomReplyMessage{
|
|
webcast_im_Common common=1;
|
|
int64 channelid=2;
|
|
int64 replystatus=3;
|
|
string toast=4;
|
|
}
|
|
message webcast_im_EcomBuyIntentionMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_im_EcomBuyIntentionMessage_Count counts=2;
|
|
int64 unixtime=3;
|
|
}
|
|
message webcast_im_EcomBuyIntentionMessage_Count{
|
|
int64 id=1;
|
|
string title=2;
|
|
int64 count=3;
|
|
}
|
|
message webcast_im_KTVContestSupportMessage{
|
|
webcast_im_Common common=1;
|
|
int64 supportcount=2;
|
|
int64 supporteeid=3;
|
|
int64 supportorid=4;
|
|
int64 songid=5;
|
|
int64 songuniqueid=6;
|
|
}
|
|
message webcast_im_KtvGrabSongResultMessage{
|
|
webcast_im_Common common=1;
|
|
int64 songid=2;
|
|
int64 termid=3;
|
|
bool success=4;
|
|
string prompt=5;
|
|
}
|
|
message webcast_im_KtvMessage{
|
|
webcast_im_Common common=1;
|
|
int64 messagetype=2;
|
|
webcast_im_SetSettingOrderSongContent setsettingordersongcontent=3;
|
|
webcast_im_AudienceOrderSongContent audienceordersongcontent=4;
|
|
webcast_im_AudienceOrderSongChatContent audienceordersongchatcontent=5;
|
|
webcast_im_PausePlaySongContent pauseplaysongcontent=6;
|
|
webcast_im_OpenKtvComponentContent openktvcomponentcontent=7;
|
|
webcast_im_CloseKtvComponentContent closektvcomponentcontent=8;
|
|
webcast_im_AudienceAddSongSettingChangedContent audienceaddsongsettingchanged=9;
|
|
webcast_im_SongWaitingListChangedContent songwaitinglistchanged=10;
|
|
webcast_im_WantToListenSongListChangedContent wanttolistensonglistchanged=11;
|
|
}
|
|
message webcast_im_SetSettingOrderSongContent{
|
|
bool canordersong=1;
|
|
}
|
|
message webcast_im_AudienceOrderSongContent{
|
|
int64 ordersongcount=1;
|
|
}
|
|
message webcast_im_AudienceOrderSongChatContent{
|
|
webcast_data_User user=1;
|
|
webcast_data_Text displaytext=2;
|
|
bool displayuserrole=3;
|
|
}
|
|
message webcast_im_PausePlaySongContent{
|
|
int64 songid=1;
|
|
enum Actiontype {
|
|
actiontype_0=0;
|
|
}
|
|
Actiontype actiontype=2;
|
|
int64 fromuserid=3;
|
|
int64 singerid=4;
|
|
}
|
|
message webcast_im_OpenKtvComponentContent{
|
|
bool openaudienceaddsongswitch=1;
|
|
}
|
|
message webcast_im_CloseKtvComponentContent{
|
|
}
|
|
message webcast_im_AudienceAddSongSettingChangedContent{
|
|
bool open=1;
|
|
}
|
|
message webcast_im_SongWaitingListChangedContent{
|
|
int64 anchorunreadcount=1;
|
|
}
|
|
message webcast_im_WantToListenSongListChangedContent{
|
|
int64 anchorunreadcount=1;
|
|
}
|
|
message webcast_im_KTVPlayModeStartMessage{
|
|
webcast_im_Common common=1;
|
|
string prompt=2;
|
|
enum Playmodetype {
|
|
playmodetype_0=0;
|
|
}
|
|
Playmodetype playmodetype=3;
|
|
}
|
|
message webcast_im_KTVShortVideoCreatedMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_im_KTVShortVideoCreatedMessage_ShortVideoStruct shortvideoinfo=2;
|
|
}
|
|
message webcast_im_KTVShortVideoCreatedMessage_ShortVideoStruct{
|
|
string shortvideourl=1;
|
|
}
|
|
message webcast_im_KTVSingerHotRankPosMessage{
|
|
webcast_im_Common common=1;
|
|
int64 hot=2;
|
|
int64 rank=3;
|
|
int64 singer=4;
|
|
}
|
|
message webcast_im_KtvChallengeConfigMessage{
|
|
webcast_im_Common common=1;
|
|
int64 switchstatus=2;
|
|
int64 targetscore=3;
|
|
int64 targetdurationsecond=4;
|
|
}
|
|
message webcast_im_KTVChallengeRankMessage{
|
|
webcast_im_Common common=1;
|
|
repeated webcast_im_KTVChallengeRankMessage_ChallengeRankUser userlist=2;
|
|
int64 singerid=3;
|
|
string singernickname=4;
|
|
webcast_data_Image singeravatarthumb=5;
|
|
}
|
|
message webcast_im_KTVChallengeRankMessage_ChallengeRankUser{
|
|
int64 userid=1;
|
|
string nickname=2;
|
|
int64 score=3;
|
|
webcast_data_Image avatarthumb=4;
|
|
webcast_data_Image avatarmedium=5;
|
|
webcast_data_Image avatarlarge=6;
|
|
}
|
|
message webcast_im_KTVChallengeStatusMessage{
|
|
webcast_im_Common common=1;
|
|
int64 challengeid=2;
|
|
int64 status=3;
|
|
int64 currentscore=4;
|
|
int64 targetscore=5;
|
|
int64 countdownsecond=6;
|
|
int64 targetdurationsecond=7;
|
|
int64 incrementdurationsecond=8;
|
|
enum Gifttype {
|
|
gifttype_0=0;
|
|
}
|
|
Gifttype gifttype=9;
|
|
enum Emojilocation {
|
|
emojilocation_0=0;
|
|
}
|
|
Emojilocation emojilocation=10;
|
|
}
|
|
message webcast_im_KTVStartGrabSongMessage{
|
|
webcast_im_Common common=1;
|
|
bool isstart=2;
|
|
}
|
|
message webcast_im_KTVUserSingingHotMessage{
|
|
webcast_im_Common common=1;
|
|
int64 hot=2;
|
|
enum Hotstatus {
|
|
hotstatus_0=0;
|
|
}
|
|
Hotstatus hotstatus=3;
|
|
enum Hotlevel {
|
|
hotlevel_0=0;
|
|
}
|
|
Hotlevel hotlevel=4;
|
|
int64 songid=5;
|
|
int64 userid=6;
|
|
int64 level2threshold=7;
|
|
int64 level3threshold=8;
|
|
}
|
|
message webcast_im_LevelUpMessage{
|
|
webcast_im_Common common=1;
|
|
webcast_data_User user=2;
|
|
int32 prelevel=3;
|
|
int32 currentlevel=4;
|
|
}
|
|
|