alik0211 / mtproto-core

Telegram API JS (MTProto) client library for Node.js and browser
https://mtproto-core.js.org
GNU General Public License v3.0
625 stars 111 forks source link

Receiving two events to same message #264

Open alexsanderluisdev opened 2 years ago

alexsanderluisdev commented 2 years ago

For the same message, I'm receiving the updateNewChannelMessage event twice, which makes my system interpret the message twice and get duplicated. The only difference between the two events is the pts parameter.

Does anyone know how to handle this?

Hasnen-mr commented 7 months ago

Share piece of code, let me review the code.