This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Both Telethon and Pyrogram should be Installed | |
# Made only for Educational Purpose | |
# New-dev0 (2021) | |
import struct, base64 | |
from telethon.sessions.string import StringSession | |
from telethon.sync import TelegramClient | |
from pyrogram.storage.storage import Storage | |
from pyrogram import utils |