tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

Incoming messages doesn't appear on tdlib unless I click to it on real Telegram client #2695

Closed ne0c0de closed 10 months ago

ne0c0de commented 11 months ago

Hi

I have a very strange problem on past few days.

The messages that incoming to channels/groups which has more then 60k followers is not coming to tdlib client unless if I click on that channel.group name on real telegram client (mobile/desktop)

It looks very strange because I didn't have any problem like this in since 3 years.

Is there any new limitation on Telegram side that anyone knows?

levlam commented 11 months ago

Messages in big chats aren't expected to be received in real time, but if the user has the chat opened, then they are expected to be received faster. In TDLib you can open a chat using openChat, but don't forget to call closeChat when the chat is closed. Usually, users have at most one chat opened.

pranavkulkarni7 commented 11 months ago

I am facing similar issue, just that I am NEVER receiving the message from particular channel. Can someone help?