Closed Skeith94 closed 1 month ago
Could you send TDLib logs with verbosity level 4 since app start to https://t.me/tdlib_bot?
I've just sent the TDLib logs with verbosity level 4 since app start.
Could you check whether the issue is fixed in the have just pushed to Github TDLib version?
I'm using version 1.8.35, has a new version been released?
The latest version on Github master is 1.8.36.
With new version the problem is resolved 1.8.36. Thank you very much :)
Thank you for the report.
Hello everyone,
I’m developing a new client for Android TV (java), but I’m encountering a problem that I can't resolve at the moment. When a user joins a new supergroup from the Telegram app on their smartphone, I notice while debugging Tdlib’s behavior that I receive a "TdApi.UpdateSupergroup" event. According to the documentation, I would expect an "TdApi.UpdateNewChat" event to follow, but this does not occur. Additionally, I’ve tried a workaround for this issue. I’ve observed that Tdlib typically assigns a chatId for the supergroup as -100+supergroup.id, but despite attempting a TdApi.GetChat(id) request, I receive a 400 error. Furthermore, upon investigating, if I delete the supergroup in question, I finally receive a TdApi.UpdateNewChat event, as if Tdlib wasn’t properly synchronized with the remote counterpart. Could you please assist me with this? I am available to provide some logs of the tests I’ve conducted if it helps to resolve this issue. Thank you.