jwdeveloper/TikTokLiveJava

Gift Name Missing

Zaemong opened this issue · 1 comments

I am using a listener for gift events, but the names of some gifts are missing.
Here is an example from LOL.

"gift": {
  "id": 5748,
  "name": "",
  "diamondCost": 20,
  "picture": {
    "link": "https://storage.streamdps.com/iblock/874/87462af5f0cb390712032236f06535c8/761e6f552b038fb5fcd0b0b060b53f0c.png"
  },
  "properties": {
    "id": 5748,
    "name": "",
    "image": "https://storage.streamdps.com/iblock/874/87462af5f0cb390712032236f06535c8/761e6f552b038fb5fcd0b0b060b53f0c.png",
    "diamondCost": 20,
    "properties": {}
  }
},

Additionally, if there is a mapping table of gift IDs to names, I would appreciate it if you could provide it.

Solved.