isaackogan / TikTokLive

Python library to receive live stream events (comments, gifts, etc.) in realtime from TikTok LIVE.
https://isaackogan.github.io/TikTokLive/
MIT License
752 stars 154 forks source link

SendMessage Method #206

Closed ChromesDuzez closed 1 month ago

ChromesDuzez commented 2 months ago

Have you implemented the sendMessage method from the original js wrapper? Im not seeing it in the docs

isaackogan commented 1 month ago

It was removed. It is not supported in this lib (and not really in nodejs) as it requires generation of msToken, which we do not (publicly) provide anymore. In the node lib, you will likely notice that it does not work.