HyperChat icon indicating copy to clipboard operation
HyperChat copied to clipboard

[Feature]: SuperChat thread

Open HitomaruKonpaku opened this issue 9 months ago • 0 comments

Checklist

  • [X] This is an issue for Hyperchat, not LiveTL. I will go to the LiveTL repo to report an issue for LiveTL.
  • [X] I have checked for a duplicate or similar issue. I made sure to check closed issues as well.
  • [X] I am not reporting a bug. If I am, I will use the bug report issue template.
  • [X] By submitting this issue, you agree to follow our Code of Conduct

Is your feature request related to a problem? Please describe.

Youtube just add SuperChat thread

https://www.youtube.com/watch?v=V4vwnrVbqDY&t=6305s

Describe the solution you'd like

  • Able to view thread
  • Highlight chat belong to thread

Expected behavior

  • Highlight chat belong to thread
  • Clicking on chat / superchat open thread panel

image

Describe alternatives you've considered

No response

Anything else?

  • Thread detail
curl --location 'https://www.youtube.com/youtubei/v1/get_panel?prettyPrint=false' \
--header 'Content-Type: application/json' \
--data '{
  "context": {
    "client": {
      "clientName": "WEB",
      "clientVersion": "2.20240514.03.00"
    }
  },
  "panelId": "PAreply_thread",
  "params": "ggm2AQojVWd3U2ZPNVVmbXJQUC16c1dONTRBYUFCRHFnQmlzcUFsZ0kSVgopKicKGFVDSjRPNlBXQTQ3ZjZYYkNnckxRTnFFURILVjR2d25yVmJxRFkQARgEIAE6I1Vnd1NmTzVVZm1yUFAtenNXTjU0QWFBQkRxZ0Jpc3FBbGdJGgggALABAPgBACIpKicKGFVDSjRPNlBXQTQ3ZjZYYkNnckxRTnFFURILVjR2d25yVmJxRFkoATAB"
}'
  • param can be get from

image

HitomaruKonpaku avatar May 17 '24 04:05 HitomaruKonpaku