guibacellar / TEx

Telegram Monitor
Apache License 2.0
325 stars 45 forks source link

Updated messages #69

Open reuteras opened 7 months ago

reuteras commented 7 months ago

I follow groups where the admins often update a message with a new link or new information. How can I best a new entry for every new update? As far as I can see the code now will only store new messages and not updated messages.

guibacellar commented 7 months ago

Hi.

If I understood correctly, you want to capture the messages updates (when someone edit a message and change the content), right?

reuteras commented 7 months ago

Hi!

Exactly! I would like to have the updated message stored in the SQLite database. Thanks for an excellent tool!