iyear / tdl

📥 A Telegram toolkit written in Golang
https://docs.iyear.me/tdl
GNU Affero General Public License v3.0
4.46k stars 442 forks source link

[Bug] The updateNewMessage event is not triggered unless you enter the message in the Telegram application and see it. #654

Closed AktilaCengiz closed 5 months ago

AktilaCengiz commented 5 months ago

Describe the bug

Hello everyone, The update New Message event will not be triggered unless you enter the message into the Telegram application.

To Reproduce

  1. Run on a telegram self bot on a VDS.
  2. Listening to channel A with upateNewMessageEvent
  3. If triggered send a B channel Message
  4. enter the channel via the application
  5. send a channel message send

Expected behavior

It is expected to trigger a message coming directly without entering the channel.

Version

tdLİB version: 1.8.9 tdl version: 8.0.0 os: windows server

Which OS are you running tdl on?

Windows

Additional context

No response

iyear commented 5 months ago

https://docs.iyear.me/tdl/more/troubleshooting/#q-desktop-client-stop-working-after-using-tdl Can this solve the problem?

AktilaCengiz commented 5 months ago

Yes, solved.