DouyinWebcastProtoJson

Proto

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.gf.qytechs.cn/scripts/515260/1477931/DouyinWebcastProtoJson.js

  1. // ==UserScript==
  2. // @name DouyinWebcastProtoJson
  3. // @namespace Douyin Webcast Proto Json
  4. // @author Dong <dong@freshoo.cn>
  5. // @description Proto
  6. // @version 1.0
  7. // @match *://*/*
  8. // @license MIT
  9. // ==/UserScript==
  10.  
  11. const DouyinWebcastProtoJson = {
  12. douyin: {
  13. nested: {
  14. Response: {
  15. fields: {
  16. messagesList: {
  17. rule: "repeated",
  18. type: "Message",
  19. id: 1
  20. },
  21. cursor: {
  22. type: "string",
  23. id: 2
  24. },
  25. fetchInterval: {
  26. type: "uint64",
  27. id: 3
  28. },
  29. now: {
  30. type: "uint64",
  31. id: 4
  32. },
  33. internalExt: {
  34. type: "string",
  35. id: 5
  36. },
  37. fetchType: {
  38. type: "uint32",
  39. id: 6
  40. },
  41. routeParams: {
  42. keyType: "string",
  43. type: "string",
  44. id: 7
  45. },
  46. heartbeatDuration: {
  47. type: "uint64",
  48. id: 8
  49. },
  50. needAck: {
  51. type: "bool",
  52. id: 9
  53. },
  54. pushServer: {
  55. type: "string",
  56. id: 10
  57. },
  58. liveCursor: {
  59. type: "string",
  60. id: 11
  61. },
  62. historyNoMore: {
  63. type: "bool",
  64. id: 12
  65. }
  66. }
  67. },
  68. Message: {
  69. fields: {
  70. method: {
  71. type: "string",
  72. id: 1
  73. },
  74. payload: {
  75. type: "bytes",
  76. id: 2
  77. },
  78. msgId: {
  79. type: "int64",
  80. id: 3
  81. },
  82. msgType: {
  83. type: "int32",
  84. id: 4
  85. },
  86. offset: {
  87. type: "int64",
  88. id: 5
  89. },
  90. needWrdsStore: {
  91. type: "bool",
  92. id: 6
  93. },
  94. wrdsVersion: {
  95. type: "int64",
  96. id: 7
  97. },
  98. wrdsSubKey: {
  99. type: "string",
  100. id: 8
  101. }
  102. }
  103. },
  104. EmojiChatMessage: {
  105. fields: {
  106. common: {
  107. type: "Common",
  108. id: 1
  109. },
  110. user: {
  111. type: "User",
  112. id: 2
  113. },
  114. emojiId: {
  115. type: "int64",
  116. id: 3
  117. },
  118. emojiContent: {
  119. type: "Text",
  120. id: 4
  121. },
  122. defaultContent: {
  123. type: "string",
  124. id: 5
  125. },
  126. backgroundImage: {
  127. type: "Image",
  128. id: 6
  129. },
  130. fromIntercom: {
  131. type: "bool",
  132. id: 7
  133. },
  134. intercomHideUserCard: {
  135. type: "bool",
  136. id: 8
  137. }
  138. }
  139. },
  140. ChatMessage: {
  141. fields: {
  142. common: {
  143. type: "Common",
  144. id: 1
  145. },
  146. user: {
  147. type: "User",
  148. id: 2
  149. },
  150. content: {
  151. type: "string",
  152. id: 3
  153. },
  154. visibleToSender: {
  155. type: "bool",
  156. id: 4
  157. },
  158. backgroundImage: {
  159. type: "Image",
  160. id: 5
  161. },
  162. fullScreenTextColor: {
  163. type: "string",
  164. id: 6
  165. },
  166. backgroundImageV2: {
  167. type: "Image",
  168. id: 7
  169. },
  170. publicAreaCommon: {
  171. type: "PublicAreaCommon",
  172. id: 9
  173. },
  174. giftImage: {
  175. type: "Image",
  176. id: 10
  177. },
  178. agreeMsgId: {
  179. type: "uint64",
  180. id: 11
  181. },
  182. priorityLevel: {
  183. type: "uint32",
  184. id: 12
  185. },
  186. landscapeAreaCommon: {
  187. type: "LandscapeAreaCommon",
  188. id: 13
  189. },
  190. eventTime: {
  191. type: "uint64",
  192. id: 15
  193. },
  194. sendReview: {
  195. type: "bool",
  196. id: 16
  197. },
  198. fromIntercom: {
  199. type: "bool",
  200. id: 17
  201. },
  202. intercomHideUserCard: {
  203. type: "bool",
  204. id: 18
  205. },
  206. chatBy: {
  207. type: "string",
  208. id: 20
  209. },
  210. individualChatPriority: {
  211. type: "uint32",
  212. id: 21
  213. },
  214. rtfContent: {
  215. type: "Text",
  216. id: 22
  217. }
  218. }
  219. },
  220. LandscapeAreaCommon: {
  221. fields: {
  222. showHead: {
  223. type: "bool",
  224. id: 1
  225. },
  226. showNickname: {
  227. type: "bool",
  228. id: 2
  229. },
  230. showFontColor: {
  231. type: "bool",
  232. id: 3
  233. },
  234. colorValueList: {
  235. rule: "repeated",
  236. type: "string",
  237. id: 4
  238. },
  239. commentTypeTagsList: {
  240. rule: "repeated",
  241. type: "CommentTypeTag",
  242. id: 5
  243. }
  244. }
  245. },
  246. RoomUserSeqMessage: {
  247. fields: {
  248. common: {
  249. type: "Common",
  250. id: 1
  251. },
  252. ranksList: {
  253. rule: "repeated",
  254. type: "RoomUserSeqMessageContributor",
  255. id: 2
  256. },
  257. total: {
  258. type: "int64",
  259. id: 3
  260. },
  261. popStr: {
  262. type: "string",
  263. id: 4
  264. },
  265. seatsList: {
  266. rule: "repeated",
  267. type: "RoomUserSeqMessageContributor",
  268. id: 5
  269. },
  270. popularity: {
  271. type: "int64",
  272. id: 6
  273. },
  274. totalUser: {
  275. type: "int64",
  276. id: 7
  277. },
  278. totalUserStr: {
  279. type: "string",
  280. id: 8
  281. },
  282. totalStr: {
  283. type: "string",
  284. id: 9
  285. },
  286. onlineUserForAnchor: {
  287. type: "string",
  288. id: 10
  289. },
  290. totalPvForAnchor: {
  291. type: "string",
  292. id: 11
  293. },
  294. upRightStatsStr: {
  295. type: "string",
  296. id: 12
  297. },
  298. upRightStatsStrComplete: {
  299. type: "string",
  300. id: 13
  301. }
  302. }
  303. },
  304. CommonTextMessage: {
  305. fields: {
  306. common: {
  307. type: "Common",
  308. id: 1
  309. },
  310. user: {
  311. type: "User",
  312. id: 2
  313. },
  314. scene: {
  315. type: "string",
  316. id: 3
  317. }
  318. }
  319. },
  320. UpdateFanTicketMessage: {
  321. fields: {
  322. common: {
  323. type: "Common",
  324. id: 1
  325. },
  326. roomFanTicketCountText: {
  327. type: "string",
  328. id: 2
  329. },
  330. roomFanTicketCount: {
  331. type: "uint64",
  332. id: 3
  333. },
  334. forceUpdate: {
  335. type: "bool",
  336. id: 4
  337. }
  338. }
  339. },
  340. RoomUserSeqMessageContributor: {
  341. fields: {
  342. score: {
  343. type: "uint64",
  344. id: 1
  345. },
  346. user: {
  347. type: "User",
  348. id: 2
  349. },
  350. rank: {
  351. type: "uint64",
  352. id: 3
  353. },
  354. delta: {
  355. type: "uint64",
  356. id: 4
  357. },
  358. isHidden: {
  359. type: "bool",
  360. id: 5
  361. },
  362. scoreDescription: {
  363. type: "string",
  364. id: 6
  365. },
  366. exactlyScore: {
  367. type: "string",
  368. id: 7
  369. }
  370. }
  371. },
  372. GiftMessage: {
  373. fields: {
  374. common: {
  375. type: "Common",
  376. id: 1
  377. },
  378. giftId: {
  379. type: "uint64",
  380. id: 2
  381. },
  382. fanTicketCount: {
  383. type: "uint64",
  384. id: 3
  385. },
  386. groupCount: {
  387. type: "uint64",
  388. id: 4
  389. },
  390. repeatCount: {
  391. type: "uint64",
  392. id: 5
  393. },
  394. comboCount: {
  395. type: "uint64",
  396. id: 6
  397. },
  398. user: {
  399. type: "User",
  400. id: 7
  401. },
  402. toUser: {
  403. type: "User",
  404. id: 8
  405. },
  406. repeatEnd: {
  407. type: "uint32",
  408. id: 9
  409. },
  410. textEffect: {
  411. type: "TextEffect",
  412. id: 10
  413. },
  414. groupId: {
  415. type: "uint64",
  416. id: 11
  417. },
  418. incomeTaskgifts: {
  419. type: "uint64",
  420. id: 12
  421. },
  422. roomFanTicketCount: {
  423. type: "uint64",
  424. id: 13
  425. },
  426. priority: {
  427. type: "GiftIMPriority",
  428. id: 14
  429. },
  430. gift: {
  431. type: "GiftStruct",
  432. id: 15
  433. },
  434. logId: {
  435. type: "string",
  436. id: 16
  437. },
  438. sendType: {
  439. type: "uint64",
  440. id: 17
  441. },
  442. publicAreaCommon: {
  443. type: "PublicAreaCommon",
  444. id: 18
  445. },
  446. trayDisplayText: {
  447. type: "Text",
  448. id: 19
  449. },
  450. bannedDisplayEffects: {
  451. type: "uint64",
  452. id: 20
  453. },
  454. displayForSelf: {
  455. type: "bool",
  456. id: 25
  457. },
  458. interactGiftInfo: {
  459. type: "string",
  460. id: 26
  461. },
  462. diyItemInfo: {
  463. type: "string",
  464. id: 27
  465. },
  466. minAssetSetList: {
  467. rule: "repeated",
  468. type: "uint64",
  469. id: 28
  470. },
  471. totalCount: {
  472. type: "uint64",
  473. id: 29
  474. },
  475. clientGiftSource: {
  476. type: "uint32",
  477. id: 30
  478. },
  479. toUserIdsList: {
  480. rule: "repeated",
  481. type: "uint64",
  482. id: 32
  483. },
  484. sendTime: {
  485. type: "uint64",
  486. id: 33
  487. },
  488. forceDisplayEffects: {
  489. type: "uint64",
  490. id: 34
  491. },
  492. traceId: {
  493. type: "string",
  494. id: 35
  495. },
  496. effectDisplayTs: {
  497. type: "uint64",
  498. id: 36
  499. }
  500. }
  501. },
  502. GiftStruct: {
  503. fields: {
  504. image: {
  505. type: "Image",
  506. id: 1
  507. },
  508. describe: {
  509. type: "string",
  510. id: 2
  511. },
  512. notify: {
  513. type: "bool",
  514. id: 3
  515. },
  516. duration: {
  517. type: "uint64",
  518. id: 4
  519. },
  520. id: {
  521. type: "uint64",
  522. id: 5
  523. },
  524. forLinkmic: {
  525. type: "bool",
  526. id: 7
  527. },
  528. doodle: {
  529. type: "bool",
  530. id: 8
  531. },
  532. forFansclub: {
  533. type: "bool",
  534. id: 9
  535. },
  536. combo: {
  537. type: "bool",
  538. id: 10
  539. },
  540. type: {
  541. type: "uint32",
  542. id: 11
  543. },
  544. diamondCount: {
  545. type: "uint32",
  546. id: 12
  547. },
  548. isDisplayedOnPanel: {
  549. type: "bool",
  550. id: 13
  551. },
  552. primaryEffectId: {
  553. type: "uint64",
  554. id: 14
  555. },
  556. giftLabelIcon: {
  557. type: "Image",
  558. id: 15
  559. },
  560. name: {
  561. type: "string",
  562. id: 16
  563. },
  564. region: {
  565. type: "string",
  566. id: 17
  567. },
  568. manual: {
  569. type: "string",
  570. id: 18
  571. },
  572. forCustom: {
  573. type: "bool",
  574. id: 19
  575. },
  576. icon: {
  577. type: "Image",
  578. id: 21
  579. },
  580. actionType: {
  581. type: "uint32",
  582. id: 22
  583. }
  584. }
  585. },
  586. GiftIMPriority: {
  587. fields: {
  588. queueSizesList: {
  589. rule: "repeated",
  590. type: "uint64",
  591. id: 1
  592. },
  593. selfQueuePriority: {
  594. type: "uint64",
  595. id: 2
  596. },
  597. priority: {
  598. type: "uint64",
  599. id: 3
  600. }
  601. }
  602. },
  603. TextEffect: {
  604. fields: {
  605. portrait: {
  606. type: "TextEffectDetail",
  607. id: 1
  608. },
  609. landscape: {
  610. type: "TextEffectDetail",
  611. id: 2
  612. }
  613. }
  614. },
  615. TextEffectDetail: {
  616. fields: {
  617. text: {
  618. type: "Text",
  619. id: 1
  620. },
  621. textFontSize: {
  622. type: "uint32",
  623. id: 2
  624. },
  625. background: {
  626. type: "Image",
  627. id: 3
  628. },
  629. start: {
  630. type: "uint32",
  631. id: 4
  632. },
  633. duration: {
  634. type: "uint32",
  635. id: 5
  636. },
  637. x: {
  638. type: "uint32",
  639. id: 6
  640. },
  641. y: {
  642. type: "uint32",
  643. id: 7
  644. },
  645. width: {
  646. type: "uint32",
  647. id: 8
  648. },
  649. height: {
  650. type: "uint32",
  651. id: 9
  652. },
  653. shadowDx: {
  654. type: "uint32",
  655. id: 10
  656. },
  657. shadowDy: {
  658. type: "uint32",
  659. id: 11
  660. },
  661. shadowRadius: {
  662. type: "uint32",
  663. id: 12
  664. },
  665. shadowColor: {
  666. type: "string",
  667. id: 13
  668. },
  669. strokeColor: {
  670. type: "string",
  671. id: 14
  672. },
  673. strokeWidth: {
  674. type: "uint32",
  675. id: 15
  676. }
  677. }
  678. },
  679. MemberMessage: {
  680. fields: {
  681. common: {
  682. type: "Common",
  683. id: 1
  684. },
  685. user: {
  686. type: "User",
  687. id: 2
  688. },
  689. memberCount: {
  690. type: "uint64",
  691. id: 3
  692. },
  693. operator: {
  694. type: "User",
  695. id: 4
  696. },
  697. isSetToAdmin: {
  698. type: "bool",
  699. id: 5
  700. },
  701. isTopUser: {
  702. type: "bool",
  703. id: 6
  704. },
  705. rankScore: {
  706. type: "uint64",
  707. id: 7
  708. },
  709. topUserNo: {
  710. type: "uint64",
  711. id: 8
  712. },
  713. enterType: {
  714. type: "uint64",
  715. id: 9
  716. },
  717. action: {
  718. type: "uint64",
  719. id: 10
  720. },
  721. actionDescription: {
  722. type: "string",
  723. id: 11
  724. },
  725. userId: {
  726. type: "uint64",
  727. id: 12
  728. },
  729. effectConfig: {
  730. type: "EffectConfig",
  731. id: 13
  732. },
  733. popStr: {
  734. type: "string",
  735. id: 14
  736. },
  737. enterEffectConfig: {
  738. type: "EffectConfig",
  739. id: 15
  740. },
  741. backgroundImage: {
  742. type: "Image",
  743. id: 16
  744. },
  745. backgroundImageV2: {
  746. type: "Image",
  747. id: 17
  748. },
  749. anchorDisplayText: {
  750. type: "Text",
  751. id: 18
  752. },
  753. publicAreaCommon: {
  754. type: "PublicAreaCommon",
  755. id: 19
  756. },
  757. userEnterTipType: {
  758. type: "uint64",
  759. id: 20
  760. },
  761. anchorEnterTipType: {
  762. type: "uint64",
  763. id: 21
  764. }
  765. }
  766. },
  767. PublicAreaCommon: {
  768. fields: {
  769. userLabel: {
  770. type: "Image",
  771. id: 1
  772. },
  773. userConsumeInRoom: {
  774. type: "uint64",
  775. id: 2
  776. },
  777. userSendGiftCntInRoom: {
  778. type: "uint64",
  779. id: 3
  780. }
  781. }
  782. },
  783. EffectConfig: {
  784. fields: {
  785. type: {
  786. type: "uint64",
  787. id: 1
  788. },
  789. icon: {
  790. type: "Image",
  791. id: 2
  792. },
  793. avatarPos: {
  794. type: "uint64",
  795. id: 3
  796. },
  797. text: {
  798. type: "Text",
  799. id: 4
  800. },
  801. textIcon: {
  802. type: "Image",
  803. id: 5
  804. },
  805. stayTime: {
  806. type: "uint32",
  807. id: 6
  808. },
  809. animAssetId: {
  810. type: "uint64",
  811. id: 7
  812. },
  813. badge: {
  814. type: "Image",
  815. id: 8
  816. },
  817. flexSettingArrayList: {
  818. rule: "repeated",
  819. type: "uint64",
  820. id: 9
  821. },
  822. textIconOverlay: {
  823. type: "Image",
  824. id: 10
  825. },
  826. animatedBadge: {
  827. type: "Image",
  828. id: 11
  829. },
  830. hasSweepLight: {
  831. type: "bool",
  832. id: 12
  833. },
  834. textFlexSettingArrayList: {
  835. rule: "repeated",
  836. type: "uint64",
  837. id: 13
  838. },
  839. centerAnimAssetId: {
  840. type: "uint64",
  841. id: 14
  842. },
  843. dynamicImage: {
  844. type: "Image",
  845. id: 15
  846. },
  847. extraMap: {
  848. keyType: "string",
  849. type: "string",
  850. id: 16
  851. },
  852. mp4AnimAssetId: {
  853. type: "uint64",
  854. id: 17
  855. },
  856. priority: {
  857. type: "uint64",
  858. id: 18
  859. },
  860. maxWaitTime: {
  861. type: "uint64",
  862. id: 19
  863. },
  864. dressId: {
  865. type: "string",
  866. id: 20
  867. },
  868. alignment: {
  869. type: "uint64",
  870. id: 21
  871. },
  872. alignmentOffset: {
  873. type: "uint64",
  874. id: 22
  875. }
  876. }
  877. },
  878. Text: {
  879. fields: {
  880. key: {
  881. type: "string",
  882. id: 1
  883. },
  884. defaultPatter: {
  885. type: "string",
  886. id: 2
  887. },
  888. defaultFormat: {
  889. type: "TextFormat",
  890. id: 3
  891. },
  892. piecesList: {
  893. rule: "repeated",
  894. type: "TextPiece",
  895. id: 4
  896. }
  897. }
  898. },
  899. TextPiece: {
  900. fields: {
  901. type: {
  902. type: "bool",
  903. id: 1
  904. },
  905. format: {
  906. type: "TextFormat",
  907. id: 2
  908. },
  909. stringValue: {
  910. type: "string",
  911. id: 3
  912. },
  913. userValue: {
  914. type: "TextPieceUser",
  915. id: 4
  916. },
  917. giftValue: {
  918. type: "TextPieceGift",
  919. id: 5
  920. },
  921. heartValue: {
  922. type: "TextPieceHeart",
  923. id: 6
  924. },
  925. patternRefValue: {
  926. type: "TextPiecePatternRef",
  927. id: 7
  928. },
  929. imageValue: {
  930. type: "TextPieceImage",
  931. id: 8
  932. }
  933. }
  934. },
  935. TextPieceImage: {
  936. fields: {
  937. image: {
  938. type: "Image",
  939. id: 1
  940. },
  941. scalingRate: {
  942. type: "float",
  943. id: 2
  944. }
  945. }
  946. },
  947. TextPiecePatternRef: {
  948. fields: {
  949. key: {
  950. type: "string",
  951. id: 1
  952. },
  953. defaultPattern: {
  954. type: "string",
  955. id: 2
  956. }
  957. }
  958. },
  959. TextPieceHeart: {
  960. fields: {
  961. color: {
  962. type: "string",
  963. id: 1
  964. }
  965. }
  966. },
  967. TextPieceGift: {
  968. fields: {
  969. giftId: {
  970. type: "uint64",
  971. id: 1
  972. },
  973. nameRef: {
  974. type: "PatternRef",
  975. id: 2
  976. }
  977. }
  978. },
  979. PatternRef: {
  980. fields: {
  981. key: {
  982. type: "string",
  983. id: 1
  984. },
  985. defaultPattern: {
  986. type: "string",
  987. id: 2
  988. }
  989. }
  990. },
  991. TextPieceUser: {
  992. fields: {
  993. user: {
  994. type: "User",
  995. id: 1
  996. },
  997. withColon: {
  998. type: "bool",
  999. id: 2
  1000. }
  1001. }
  1002. },
  1003. TextFormat: {
  1004. fields: {
  1005. color: {
  1006. type: "string",
  1007. id: 1
  1008. },
  1009. bold: {
  1010. type: "bool",
  1011. id: 2
  1012. },
  1013. italic: {
  1014. type: "bool",
  1015. id: 3
  1016. },
  1017. weight: {
  1018. type: "uint32",
  1019. id: 4
  1020. },
  1021. italicAngle: {
  1022. type: "uint32",
  1023. id: 5
  1024. },
  1025. fontSize: {
  1026. type: "uint32",
  1027. id: 6
  1028. },
  1029. useHeighLightColor: {
  1030. type: "bool",
  1031. id: 7
  1032. },
  1033. useRemoteClor: {
  1034. type: "bool",
  1035. id: 8
  1036. }
  1037. }
  1038. },
  1039. LikeMessage: {
  1040. fields: {
  1041. common: {
  1042. type: "Common",
  1043. id: 1
  1044. },
  1045. count: {
  1046. type: "uint64",
  1047. id: 2
  1048. },
  1049. total: {
  1050. type: "uint64",
  1051. id: 3
  1052. },
  1053. color: {
  1054. type: "uint64",
  1055. id: 4
  1056. },
  1057. user: {
  1058. type: "User",
  1059. id: 5
  1060. },
  1061. icon: {
  1062. type: "string",
  1063. id: 6
  1064. },
  1065. doubleLikeDetail: {
  1066. type: "DoubleLikeDetail",
  1067. id: 7
  1068. },
  1069. displayControlInfo: {
  1070. type: "DisplayControlInfo",
  1071. id: 8
  1072. },
  1073. linkmicGuestUid: {
  1074. type: "uint64",
  1075. id: 9
  1076. },
  1077. scene: {
  1078. type: "string",
  1079. id: 10
  1080. },
  1081. picoDisplayInfo: {
  1082. type: "PicoDisplayInfo",
  1083. id: 11
  1084. }
  1085. }
  1086. },
  1087. SocialMessage: {
  1088. fields: {
  1089. common: {
  1090. type: "Common",
  1091. id: 1
  1092. },
  1093. user: {
  1094. type: "User",
  1095. id: 2
  1096. },
  1097. shareType: {
  1098. type: "uint64",
  1099. id: 3
  1100. },
  1101. action: {
  1102. type: "uint64",
  1103. id: 4
  1104. },
  1105. shareTarget: {
  1106. type: "string",
  1107. id: 5
  1108. },
  1109. followCount: {
  1110. type: "uint64",
  1111. id: 6
  1112. },
  1113. publicAreaCommon: {
  1114. type: "PublicAreaCommon",
  1115. id: 7
  1116. }
  1117. }
  1118. },
  1119. PicoDisplayInfo: {
  1120. fields: {
  1121. comboSumCount: {
  1122. type: "uint64",
  1123. id: 1
  1124. },
  1125. emoji: {
  1126. type: "string",
  1127. id: 2
  1128. },
  1129. emojiIcon: {
  1130. type: "Image",
  1131. id: 3
  1132. },
  1133. emojiText: {
  1134. type: "string",
  1135. id: 4
  1136. }
  1137. }
  1138. },
  1139. DoubleLikeDetail: {
  1140. fields: {
  1141. doubleFlag: {
  1142. type: "bool",
  1143. id: 1
  1144. },
  1145. seqId: {
  1146. type: "uint32",
  1147. id: 2
  1148. },
  1149. renewalsNum: {
  1150. type: "uint32",
  1151. id: 3
  1152. },
  1153. triggersNum: {
  1154. type: "uint32",
  1155. id: 4
  1156. }
  1157. }
  1158. },
  1159. DisplayControlInfo: {
  1160. fields: {
  1161. showText: {
  1162. type: "bool",
  1163. id: 1
  1164. },
  1165. showIcons: {
  1166. type: "bool",
  1167. id: 2
  1168. }
  1169. }
  1170. },
  1171. EpisodeChatMessage: {
  1172. fields: {
  1173. common: {
  1174. type: "Message",
  1175. id: 1
  1176. },
  1177. user: {
  1178. type: "User",
  1179. id: 2
  1180. },
  1181. content: {
  1182. type: "string",
  1183. id: 3
  1184. },
  1185. visibleToSende: {
  1186. type: "bool",
  1187. id: 4
  1188. },
  1189. giftImage: {
  1190. type: "Image",
  1191. id: 7
  1192. },
  1193. agreeMsgId: {
  1194. type: "uint64",
  1195. id: 8
  1196. },
  1197. colorValueList: {
  1198. rule: "repeated",
  1199. type: "string",
  1200. id: 9
  1201. }
  1202. }
  1203. },
  1204. MatchAgainstScoreMessage: {
  1205. fields: {
  1206. common: {
  1207. type: "Common",
  1208. id: 1
  1209. },
  1210. against: {
  1211. type: "Against",
  1212. id: 2
  1213. },
  1214. matchStatus: {
  1215. type: "uint32",
  1216. id: 3
  1217. },
  1218. displayStatus: {
  1219. type: "uint32",
  1220. id: 4
  1221. }
  1222. }
  1223. },
  1224. Against: {
  1225. fields: {
  1226. leftName: {
  1227. type: "string",
  1228. id: 1
  1229. },
  1230. leftLogo: {
  1231. type: "Image",
  1232. id: 2
  1233. },
  1234. leftGoal: {
  1235. type: "string",
  1236. id: 3
  1237. },
  1238. rightName: {
  1239. type: "string",
  1240. id: 6
  1241. },
  1242. rightLogo: {
  1243. type: "Image",
  1244. id: 7
  1245. },
  1246. rightGoal: {
  1247. type: "string",
  1248. id: 8
  1249. },
  1250. timestamp: {
  1251. type: "uint64",
  1252. id: 11
  1253. },
  1254. version: {
  1255. type: "uint64",
  1256. id: 12
  1257. },
  1258. leftTeamId: {
  1259. type: "uint64",
  1260. id: 13
  1261. },
  1262. rightTeamId: {
  1263. type: "uint64",
  1264. id: 14
  1265. },
  1266. diffSei2absSecond: {
  1267. type: "uint64",
  1268. id: 15
  1269. },
  1270. finalGoalStage: {
  1271. type: "uint32",
  1272. id: 16
  1273. },
  1274. currentGoalStage: {
  1275. type: "uint32",
  1276. id: 17
  1277. },
  1278. leftScoreAddition: {
  1279. type: "uint32",
  1280. id: 18
  1281. },
  1282. rightScoreAddition: {
  1283. type: "uint32",
  1284. id: 19
  1285. },
  1286. leftGoalInt: {
  1287. type: "uint64",
  1288. id: 20
  1289. },
  1290. rightGoalInt: {
  1291. type: "uint64",
  1292. id: 21
  1293. }
  1294. }
  1295. },
  1296. Common: {
  1297. fields: {
  1298. method: {
  1299. type: "string",
  1300. id: 1
  1301. },
  1302. msgId: {
  1303. type: "uint64",
  1304. id: 2
  1305. },
  1306. roomId: {
  1307. type: "uint64",
  1308. id: 3
  1309. },
  1310. createTime: {
  1311. type: "uint64",
  1312. id: 4
  1313. },
  1314. monitor: {
  1315. type: "uint32",
  1316. id: 5
  1317. },
  1318. isShowMsg: {
  1319. type: "bool",
  1320. id: 6
  1321. },
  1322. describe: {
  1323. type: "string",
  1324. id: 7
  1325. },
  1326. foldType: {
  1327. type: "uint64",
  1328. id: 9
  1329. },
  1330. anchorFoldType: {
  1331. type: "uint64",
  1332. id: 10
  1333. },
  1334. priorityScore: {
  1335. type: "uint64",
  1336. id: 11
  1337. },
  1338. logId: {
  1339. type: "string",
  1340. id: 12
  1341. },
  1342. msgProcessFilterK: {
  1343. type: "string",
  1344. id: 13
  1345. },
  1346. msgProcessFilterV: {
  1347. type: "string",
  1348. id: 14
  1349. },
  1350. user: {
  1351. type: "User",
  1352. id: 15
  1353. },
  1354. anchorFoldTypeV2: {
  1355. type: "uint64",
  1356. id: 17
  1357. },
  1358. processAtSeiTimeMs: {
  1359. type: "uint64",
  1360. id: 18
  1361. },
  1362. randomDispatchMs: {
  1363. type: "uint64",
  1364. id: 19
  1365. },
  1366. isDispatch: {
  1367. type: "bool",
  1368. id: 20
  1369. },
  1370. channelId: {
  1371. type: "uint64",
  1372. id: 21
  1373. },
  1374. diffSei2absSecond: {
  1375. type: "uint64",
  1376. id: 22
  1377. },
  1378. anchorFoldDuration: {
  1379. type: "uint64",
  1380. id: 23
  1381. }
  1382. }
  1383. },
  1384. User: {
  1385. fields: {
  1386. uid: {
  1387. type: "uint64",
  1388. id: 1
  1389. },
  1390. shortId: {
  1391. type: "uint64",
  1392. id: 2
  1393. },
  1394. nickName: {
  1395. type: "string",
  1396. id: 3
  1397. },
  1398. gender: {
  1399. type: "uint32",
  1400. id: 4
  1401. },
  1402. Signature: {
  1403. type: "string",
  1404. id: 5
  1405. },
  1406. Level: {
  1407. type: "uint32",
  1408. id: 6
  1409. },
  1410. Birthday: {
  1411. type: "uint64",
  1412. id: 7
  1413. },
  1414. Telephone: {
  1415. type: "string",
  1416. id: 8
  1417. },
  1418. AvatarThumb: {
  1419. type: "Image",
  1420. id: 9
  1421. },
  1422. AvatarMedium: {
  1423. type: "Image",
  1424. id: 10
  1425. },
  1426. AvatarLarge: {
  1427. type: "Image",
  1428. id: 11
  1429. },
  1430. Verified: {
  1431. type: "bool",
  1432. id: 12
  1433. },
  1434. Experience: {
  1435. type: "uint32",
  1436. id: 13
  1437. },
  1438. city: {
  1439. type: "string",
  1440. id: 14
  1441. },
  1442. Status: {
  1443. type: "int32",
  1444. id: 15
  1445. },
  1446. CreateTime: {
  1447. type: "uint64",
  1448. id: 16
  1449. },
  1450. ModifyTime: {
  1451. type: "uint64",
  1452. id: 17
  1453. },
  1454. Secret: {
  1455. type: "uint32",
  1456. id: 18
  1457. },
  1458. ShareQrcodeUri: {
  1459. type: "string",
  1460. id: 19
  1461. },
  1462. IncomeSharePercent: {
  1463. type: "uint32",
  1464. id: 20
  1465. },
  1466. BadgeImageList: {
  1467. rule: "repeated",
  1468. type: "Image",
  1469. id: 21
  1470. },
  1471. FollowInfo: {
  1472. type: "FollowInfo",
  1473. id: 22
  1474. },
  1475. PayGrade: {
  1476. type: "PayGrade",
  1477. id: 23
  1478. },
  1479. FansClub: {
  1480. type: "FansClub",
  1481. id: 24
  1482. },
  1483. SpecialId: {
  1484. type: "string",
  1485. id: 26
  1486. },
  1487. AvatarBorder: {
  1488. type: "Image",
  1489. id: 27
  1490. },
  1491. Medal: {
  1492. type: "Image",
  1493. id: 28
  1494. },
  1495. RealTimeIconsList: {
  1496. rule: "repeated",
  1497. type: "Image",
  1498. id: 29
  1499. },
  1500. uniqueId: {
  1501. type: "string",
  1502. id: 38
  1503. },
  1504. secUid: {
  1505. type: "string",
  1506. id: 46
  1507. },
  1508. fanTicketCount: {
  1509. type: "uint64",
  1510. id: 1022
  1511. },
  1512. idStr: {
  1513. type: "string",
  1514. id: 1028
  1515. },
  1516. ageRange: {
  1517. type: "uint32",
  1518. id: 1045
  1519. }
  1520. }
  1521. },
  1522. PayGrade: {
  1523. fields: {
  1524. totalDiamondCount: {
  1525. type: "int64",
  1526. id: 1
  1527. },
  1528. diamondIcon: {
  1529. type: "Image",
  1530. id: 2
  1531. },
  1532. name: {
  1533. type: "string",
  1534. id: 3
  1535. },
  1536. icon: {
  1537. type: "Image",
  1538. id: 4
  1539. },
  1540. nextName: {
  1541. type: "string",
  1542. id: 5
  1543. },
  1544. level: {
  1545. type: "int64",
  1546. id: 6
  1547. },
  1548. nextIcon: {
  1549. type: "Image",
  1550. id: 7
  1551. },
  1552. nextDiamond: {
  1553. type: "int64",
  1554. id: 8
  1555. },
  1556. nowDiamond: {
  1557. type: "int64",
  1558. id: 9
  1559. },
  1560. thisGradeMinDiamond: {
  1561. type: "int64",
  1562. id: 10
  1563. },
  1564. thisGradeMaxDiamond: {
  1565. type: "int64",
  1566. id: 11
  1567. },
  1568. payDiamondBak: {
  1569. type: "int64",
  1570. id: 12
  1571. },
  1572. gradeDescribe: {
  1573. type: "string",
  1574. id: 13
  1575. },
  1576. gradeIconList: {
  1577. rule: "repeated",
  1578. type: "GradeIcon",
  1579. id: 14
  1580. },
  1581. screenChatType: {
  1582. type: "int64",
  1583. id: 15
  1584. },
  1585. imIcon: {
  1586. type: "Image",
  1587. id: 16
  1588. },
  1589. imIconWithLevel: {
  1590. type: "Image",
  1591. id: 17
  1592. },
  1593. liveIcon: {
  1594. type: "Image",
  1595. id: 18
  1596. },
  1597. newImIconWithLevel: {
  1598. type: "Image",
  1599. id: 19
  1600. },
  1601. newLiveIcon: {
  1602. type: "Image",
  1603. id: 20
  1604. },
  1605. upgradeNeedConsume: {
  1606. type: "int64",
  1607. id: 21
  1608. },
  1609. nextPrivileges: {
  1610. type: "string",
  1611. id: 22
  1612. },
  1613. background: {
  1614. type: "Image",
  1615. id: 23
  1616. },
  1617. backgroundBack: {
  1618. type: "Image",
  1619. id: 24
  1620. },
  1621. score: {
  1622. type: "int64",
  1623. id: 25
  1624. },
  1625. buffInfo: {
  1626. type: "GradeBuffInfo",
  1627. id: 26
  1628. },
  1629. gradeBanner: {
  1630. type: "string",
  1631. id: 1001
  1632. },
  1633. profileDialogBg: {
  1634. type: "Image",
  1635. id: 1002
  1636. },
  1637. profileDialogBgBack: {
  1638. type: "Image",
  1639. id: 1003
  1640. }
  1641. }
  1642. },
  1643. FansClub: {
  1644. fields: {
  1645. data: {
  1646. type: "FansClubData",
  1647. id: 1
  1648. },
  1649. preferData: {
  1650. keyType: "int32",
  1651. type: "FansClubData",
  1652. id: 2
  1653. }
  1654. }
  1655. },
  1656. FansClubData: {
  1657. fields: {
  1658. clubName: {
  1659. type: "string",
  1660. id: 1
  1661. },
  1662. level: {
  1663. type: "int32",
  1664. id: 2
  1665. },
  1666. userFansClubStatus: {
  1667. type: "int32",
  1668. id: 3
  1669. },
  1670. badge: {
  1671. type: "UserBadge",
  1672. id: 4
  1673. },
  1674. availableGiftIds: {
  1675. rule: "repeated",
  1676. type: "int64",
  1677. id: 5
  1678. },
  1679. anchorId: {
  1680. type: "int64",
  1681. id: 6
  1682. }
  1683. }
  1684. },
  1685. UserBadge: {
  1686. fields: {
  1687. icons: {
  1688. keyType: "int32",
  1689. type: "Image",
  1690. id: 1
  1691. },
  1692. title: {
  1693. type: "string",
  1694. id: 2
  1695. }
  1696. }
  1697. },
  1698. GradeBuffInfo: {
  1699. fields: {}
  1700. },
  1701. Border: {
  1702. fields: {}
  1703. },
  1704. GradeIcon: {
  1705. fields: {
  1706. icon: {
  1707. type: "Image",
  1708. id: 1
  1709. },
  1710. iconDiamond: {
  1711. type: "int64",
  1712. id: 2
  1713. },
  1714. level: {
  1715. type: "int64",
  1716. id: 3
  1717. },
  1718. levelStr: {
  1719. type: "string",
  1720. id: 4
  1721. }
  1722. }
  1723. },
  1724. FollowInfo: {
  1725. fields: {
  1726. followingCount: {
  1727. type: "uint64",
  1728. id: 1
  1729. },
  1730. followerCount: {
  1731. type: "uint64",
  1732. id: 2
  1733. },
  1734. followStatus: {
  1735. type: "uint64",
  1736. id: 3
  1737. },
  1738. pushStatus: {
  1739. type: "uint64",
  1740. id: 4
  1741. },
  1742. remarkName: {
  1743. type: "string",
  1744. id: 5
  1745. },
  1746. followerCountStr: {
  1747. type: "string",
  1748. id: 6
  1749. },
  1750. followingCountStr: {
  1751. type: "string",
  1752. id: 7
  1753. }
  1754. }
  1755. },
  1756. Image: {
  1757. fields: {
  1758. urlListList: {
  1759. rule: "repeated",
  1760. type: "string",
  1761. id: 1
  1762. },
  1763. uri: {
  1764. type: "string",
  1765. id: 2
  1766. },
  1767. height: {
  1768. type: "uint64",
  1769. id: 3
  1770. },
  1771. width: {
  1772. type: "uint64",
  1773. id: 4
  1774. },
  1775. avgColor: {
  1776. type: "string",
  1777. id: 5
  1778. },
  1779. imageType: {
  1780. type: "uint32",
  1781. id: 6
  1782. },
  1783. openWebUrl: {
  1784. type: "string",
  1785. id: 7
  1786. },
  1787. content: {
  1788. type: "ImageContent",
  1789. id: 8
  1790. },
  1791. isAnimated: {
  1792. type: "bool",
  1793. id: 9
  1794. },
  1795. FlexSettingList: {
  1796. type: "NinePatchSetting",
  1797. id: 10
  1798. },
  1799. TextSettingList: {
  1800. type: "NinePatchSetting",
  1801. id: 11
  1802. }
  1803. }
  1804. },
  1805. NinePatchSetting: {
  1806. fields: {
  1807. settingListList: {
  1808. rule: "repeated",
  1809. type: "string",
  1810. id: 1
  1811. }
  1812. }
  1813. },
  1814. ImageContent: {
  1815. fields: {
  1816. name: {
  1817. type: "string",
  1818. id: 1
  1819. },
  1820. fontColor: {
  1821. type: "string",
  1822. id: 2
  1823. },
  1824. level: {
  1825. type: "uint64",
  1826. id: 3
  1827. },
  1828. alternativeText: {
  1829. type: "string",
  1830. id: 4
  1831. }
  1832. }
  1833. },
  1834. PushFrame: {
  1835. fields: {
  1836. seqId: {
  1837. type: "uint64",
  1838. id: 1
  1839. },
  1840. logId: {
  1841. type: "uint64",
  1842. id: 2
  1843. },
  1844. service: {
  1845. type: "uint64",
  1846. id: 3
  1847. },
  1848. method: {
  1849. type: "uint64",
  1850. id: 4
  1851. },
  1852. headersList: {
  1853. rule: "repeated",
  1854. type: "HeadersList",
  1855. id: 5
  1856. },
  1857. payloadEncoding: {
  1858. type: "string",
  1859. id: 6
  1860. },
  1861. payloadType: {
  1862. type: "string",
  1863. id: 7
  1864. },
  1865. payload: {
  1866. type: "bytes",
  1867. id: 8
  1868. }
  1869. }
  1870. },
  1871. kk: {
  1872. fields: {
  1873. k: {
  1874. type: "uint32",
  1875. id: 14
  1876. }
  1877. }
  1878. },
  1879. SendMessageBody: {
  1880. fields: {
  1881. conversationId: {
  1882. type: "string",
  1883. id: 1
  1884. },
  1885. conversationType: {
  1886. type: "uint32",
  1887. id: 2
  1888. },
  1889. conversationShortId: {
  1890. type: "uint64",
  1891. id: 3
  1892. },
  1893. content: {
  1894. type: "string",
  1895. id: 4
  1896. },
  1897. ext: {
  1898. rule: "repeated",
  1899. type: "ExtList",
  1900. id: 5
  1901. },
  1902. messageType: {
  1903. type: "uint32",
  1904. id: 6
  1905. },
  1906. ticket: {
  1907. type: "string",
  1908. id: 7
  1909. },
  1910. clientMessageId: {
  1911. type: "string",
  1912. id: 8
  1913. }
  1914. }
  1915. },
  1916. ExtList: {
  1917. fields: {
  1918. key: {
  1919. type: "string",
  1920. id: 1
  1921. },
  1922. value: {
  1923. type: "string",
  1924. id: 2
  1925. }
  1926. }
  1927. },
  1928. Rsp: {
  1929. fields: {
  1930. a: {
  1931. type: "int32",
  1932. id: 1
  1933. },
  1934. b: {
  1935. type: "int32",
  1936. id: 2
  1937. },
  1938. c: {
  1939. type: "int32",
  1940. id: 3
  1941. },
  1942. d: {
  1943. type: "string",
  1944. id: 4
  1945. },
  1946. e: {
  1947. type: "int32",
  1948. id: 5
  1949. },
  1950. f: {
  1951. type: "F",
  1952. id: 6
  1953. },
  1954. g: {
  1955. type: "string",
  1956. id: 7
  1957. },
  1958. h: {
  1959. type: "uint64",
  1960. id: 10
  1961. },
  1962. i: {
  1963. type: "uint64",
  1964. id: 11
  1965. },
  1966. j: {
  1967. type: "uint64",
  1968. id: 13
  1969. }
  1970. },
  1971. nested: {
  1972. F: {
  1973. fields: {
  1974. q1: {
  1975. type: "uint64",
  1976. id: 1
  1977. },
  1978. q3: {
  1979. type: "uint64",
  1980. id: 3
  1981. },
  1982. q4: {
  1983. type: "string",
  1984. id: 4
  1985. },
  1986. q5: {
  1987. type: "uint64",
  1988. id: 5
  1989. }
  1990. }
  1991. }
  1992. }
  1993. },
  1994. PreMessage: {
  1995. fields: {
  1996. cmd: {
  1997. type: "uint32",
  1998. id: 1
  1999. },
  2000. sequenceId: {
  2001. type: "uint32",
  2002. id: 2
  2003. },
  2004. sdkVersion: {
  2005. type: "string",
  2006. id: 3
  2007. },
  2008. token: {
  2009. type: "string",
  2010. id: 4
  2011. },
  2012. refer: {
  2013. type: "uint32",
  2014. id: 5
  2015. },
  2016. inboxType: {
  2017. type: "uint32",
  2018. id: 6
  2019. },
  2020. buildNumber: {
  2021. type: "string",
  2022. id: 7
  2023. },
  2024. sendMessageBody: {
  2025. type: "SendMessageBody",
  2026. id: 8
  2027. },
  2028. aa: {
  2029. type: "string",
  2030. id: 9
  2031. },
  2032. devicePlatform: {
  2033. type: "string",
  2034. id: 11
  2035. },
  2036. headers: {
  2037. rule: "repeated",
  2038. type: "HeadersList",
  2039. id: 15
  2040. },
  2041. authType: {
  2042. type: "uint32",
  2043. id: 18
  2044. },
  2045. biz: {
  2046. type: "string",
  2047. id: 21
  2048. },
  2049. access: {
  2050. type: "string",
  2051. id: 22
  2052. }
  2053. }
  2054. },
  2055. HeadersList: {
  2056. fields: {
  2057. key: {
  2058. type: "string",
  2059. id: 1
  2060. },
  2061. value: {
  2062. type: "string",
  2063. id: 2
  2064. }
  2065. }
  2066. },
  2067. LiveShoppingMessage: {
  2068. fields: {
  2069. common: {
  2070. type: "Common",
  2071. id: 1
  2072. },
  2073. msgType: {
  2074. type: "int32",
  2075. id: 2
  2076. },
  2077. promotionId: {
  2078. type: "int64",
  2079. id: 4
  2080. }
  2081. }
  2082. },
  2083. RoomStatsMessage: {
  2084. fields: {
  2085. common: {
  2086. type: "Common",
  2087. id: 1
  2088. },
  2089. displayShort: {
  2090. type: "string",
  2091. id: 2
  2092. },
  2093. displayMiddle: {
  2094. type: "string",
  2095. id: 3
  2096. },
  2097. displayLong: {
  2098. type: "string",
  2099. id: 4
  2100. },
  2101. displayValue: {
  2102. type: "int64",
  2103. id: 5
  2104. },
  2105. displayVersion: {
  2106. type: "int64",
  2107. id: 6
  2108. },
  2109. incremental: {
  2110. type: "bool",
  2111. id: 7
  2112. },
  2113. isHidden: {
  2114. type: "bool",
  2115. id: 8
  2116. },
  2117. total: {
  2118. type: "int64",
  2119. id: 9
  2120. },
  2121. displayType: {
  2122. type: "int64",
  2123. id: 10
  2124. }
  2125. }
  2126. },
  2127. CommentTypeTag: {
  2128. values: {
  2129. COMMENTTYPETAGUNKNOWN: 0,
  2130. COMMENTTYPETAGSTAR: 1
  2131. }
  2132. },
  2133. ProductInfo: {
  2134. fields: {
  2135. promotionId: {
  2136. type: "int64",
  2137. id: 1
  2138. },
  2139. index: {
  2140. type: "int32",
  2141. id: 2
  2142. },
  2143. targetFlashUidsList: {
  2144. rule: "repeated",
  2145. type: "int64",
  2146. id: 3
  2147. },
  2148. explainType: {
  2149. type: "int64",
  2150. id: 4
  2151. }
  2152. }
  2153. },
  2154. CategoryInfo: {
  2155. fields: {
  2156. id: {
  2157. type: "int32",
  2158. id: 1
  2159. },
  2160. name: {
  2161. type: "string",
  2162. id: 2
  2163. },
  2164. promotionIdsList: {
  2165. rule: "repeated",
  2166. type: "int64",
  2167. id: 3
  2168. },
  2169. type: {
  2170. type: "string",
  2171. id: 4
  2172. },
  2173. uniqueIndex: {
  2174. type: "string",
  2175. id: 5
  2176. }
  2177. }
  2178. },
  2179. ProductChangeMessage: {
  2180. fields: {
  2181. common: {
  2182. type: "Common",
  2183. id: 1
  2184. },
  2185. updateTimestamp: {
  2186. type: "int64",
  2187. id: 2
  2188. },
  2189. updateToast: {
  2190. type: "string",
  2191. id: 3
  2192. },
  2193. updateProductInfoList: {
  2194. rule: "repeated",
  2195. type: "ProductInfo",
  2196. id: 4
  2197. },
  2198. total: {
  2199. type: "int64",
  2200. id: 5
  2201. },
  2202. updateCategoryInfoList: {
  2203. rule: "repeated",
  2204. type: "CategoryInfo",
  2205. id: 8
  2206. }
  2207. }
  2208. },
  2209. ControlMessage: {
  2210. fields: {
  2211. common: {
  2212. type: "Common",
  2213. id: 1
  2214. },
  2215. status: {
  2216. type: "int32",
  2217. id: 2
  2218. }
  2219. }
  2220. },
  2221. FansclubMessage: {
  2222. fields: {
  2223. commonInfo: {
  2224. type: "Common",
  2225. id: 1
  2226. },
  2227. type: {
  2228. type: "int32",
  2229. id: 2
  2230. },
  2231. content: {
  2232. type: "string",
  2233. id: 3
  2234. },
  2235. user: {
  2236. type: "User",
  2237. id: 4
  2238. }
  2239. }
  2240. },
  2241. RoomRankMessage: {
  2242. fields: {
  2243. common: {
  2244. type: "Common",
  2245. id: 1
  2246. },
  2247. ranksList: {
  2248. rule: "repeated",
  2249. type: "RoomRank",
  2250. id: 2
  2251. }
  2252. },
  2253. nested: {
  2254. RoomRank: {
  2255. fields: {
  2256. user: {
  2257. type: "User",
  2258. id: 1
  2259. },
  2260. scoreStr: {
  2261. type: "string",
  2262. id: 2
  2263. },
  2264. profileHidden: {
  2265. type: "bool",
  2266. id: 3
  2267. }
  2268. }
  2269. }
  2270. }
  2271. },
  2272. RoomMsgTypeEnum: {
  2273. values: {
  2274. DEFAULTROOMMSG: 0,
  2275. ECOMLIVEREPLAYSAVEROOMMSG: 1,
  2276. CONSUMERRELATIONROOMMSG: 2,
  2277. JUMANJIDATAAUTHNOTIFYMSG: 3,
  2278. VSWELCOMEMSG: 4,
  2279. MINORREFUNDMSG: 5,
  2280. PAIDLIVEROOMNOTIFYANCHORMSG: 6,
  2281. HOSTTEAMSYSTEMMSG: 7
  2282. }
  2283. },
  2284. RoomMessage: {
  2285. fields: {
  2286. common: {
  2287. type: "Common",
  2288. id: 1
  2289. },
  2290. content: {
  2291. type: "string",
  2292. id: 2
  2293. },
  2294. supprotLandscape: {
  2295. type: "bool",
  2296. id: 3
  2297. },
  2298. roommessagetype: {
  2299. type: "RoomMsgTypeEnum",
  2300. id: 4
  2301. },
  2302. systemTopMsg: {
  2303. type: "bool",
  2304. id: 5
  2305. },
  2306. forcedGuarantee: {
  2307. type: "bool",
  2308. id: 6
  2309. },
  2310. bizScene: {
  2311. type: "string",
  2312. id: 20
  2313. },
  2314. buriedPointMap: {
  2315. keyType: "string",
  2316. type: "string",
  2317. id: 30
  2318. }
  2319. }
  2320. }
  2321. }
  2322. }
  2323. };

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址