I remember you mentioned the idea, can you give me a link to how to use it? @Muaath_5
You mean delete messages updates? Or method? And in which language?
yes update, python
I think you're using python-telegram, Right?
Yes
So, Use it like this: client = Telegram(api_id=123, api_hash='aa4564324c4bcd') def messages_deleted(update): # Do whatever you want here.. # This is the important client.add_update_handler('updateDeleteMessages', messages_deleted)
The important is last line
THX 🙏
Обсуждают сегодня