tdlib / td

Cross-platform library for building Telegram clients

Home Page:https://core.telegram.org/tdlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The updateNewMessage event is not triggered unless you enter the message in the Telegram application and see it.

AktilaCengiz opened this issue · comments

Hello everyone,
The updateNewMessage event is not triggered unless you enter the message in the Telegram application and see it.
At the same time, there is another self bot on the machine and such an event does not occur. I wonder if it can't keep two connections open at the same time from a machine?

Check that you use new enough TDLib version and that you have a few devices in the active device list.

I use TDLİB 1.8.9
resim_2024-06-10_141708492

Three different records appear to be open in the account

This is a very old version.

This is a very old version.

this problem also exists in tdlib version 1.8.30

However, there was a problem like this: I did not receive any messages to the normal client. I saw that I received a message from a different account of mine. Then, when I refreshed it, it worked.

This problem does exist! And this problem has appeared in the past week, and it did not exist before!
The version number we use is 1.8.30, and the situation we encounter is the same as the problem encountered by the questioner above. When joining a new group/channel, there are only two situations to obtain the chatID:
01, log in again by receiving the verification code;
02, when there is a new message sent to the group/channel;
03

It is up to the server, when notify apps about new messages.

@benwoniu630353
This is still up to the server.

Also, check that you have a few devices in the active device list.

3 devices for me.

Anyone find the solution ? If i am change to tdlib new version is this okay ?

This problem has been around for a long time

vysheng/tg#1758

This problem about large group or channel. Please use openChat then solve it.