Message Delay Issue
In my development process, I've noticed that messages from public channels are consistently delayed for a long time before being received, while messages from private channels are received without any delay. Do you know why this happens? Are there any solutions?
Messages in supergroups and channels aren't supposed to be received immediately by regular users. They can be received with different delay by different users.
So, the issue of message delays lasting up to 40 seconds that I'm encountering cannot be solved, right? However, both the Telegram desktop client and the Telegram app do not have such exaggerated delays; this issue only occurs when using the Telegram API.
This content was translated by OpenAI.
All apps have the same behavior and same expected delays.
So, the issue of message delays lasting up to 40 seconds that I'm encountering cannot be solved, right? However, both the Telegram desktop client and the Telegram app do not have such exaggerated delays; this issue only occurs when using the Telegram API.
This content was translated by OpenAI.
maybe start using openchat?
I have the same problem. The messages are always delayed by three seconds to a minute, has anyone any workaround with this?
All apps have the same behavior and same expected delays.
This been happening consistently, a 10 seconds delay between the desktop app and my tdlib code, I have both open at the same time.
Also how do you suggest we use the API to build things, if it's not guaranteed real-time ?
Also how do you suggest we use the API to build things, if it's not guaranteed real-time?
You must use a bot account if you need updates delivered as fast as possible. Otherwise, you are limited by physical constraints.