Closed nkhono closed 2 years ago
You are using raw API, which means the results you are getting come directly from Telegram, and Telethon is not changing them in any way (other than adapting some input parameters where needed, all while respecting the intended values). Unfortunately this means it's something Telethon cannot "fix" and it's just the way Telegram's API works.
When using new reactions such as 🏆 to react, it gives out an error.
Used: sendReactionRequest
Traceback