Skip to content

Instantly share code, notes, and snippets.

View MohammadJouza's full-sized avatar
👨‍💻
Coding

Mohammad Jouza MohammadJouza

👨‍💻
Coding
View GitHub Profile
@avivace
avivace / telegramRestore.md
Last active July 19, 2024 09:53
Restore deleted Telegram messages from groups

Restore deleted Telegram messages, medias and files from groups

There's not telegram API method for this, we need to call MTProto methods to retrieve messages from the "Recent Actions" (Admin Log) since deleted messages (and medias) gets moved there for 48 hours before the permanent deletion.

from telethon import TelegramClient, events, sync
from telethon.tl.types import InputChannel, PeerChannel