'Can I delete every message I've sent in a gc on telegram using a python bot?

Is it possible to make a python script that logs into a users account and deletes all messages they've sent in a specific private group chat they're in upwards of 6000 messages?



Solution 1:[1]

No, you can't do that with Telegram bot API. But that can be done with a telegram client libraries such as Pyrogram

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Javad Zahiri