File size: 380 Bytes
07fd3f6 0fcda80 07fd3f6 6428dbb 07fd3f6 2e0dcd8 72638cd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
import uuid, contextvars
from telethon import TelegramClient
bot = TelegramClient(
"tranny_bot",
api_id=870972,
api_hash="ce2efaca02dfcd110941be6025e9ac0d",
)
# upload_bot = Client(
# str("the book"),
# api_id=870972,
# api_hash="ce2efaca02dfcd110941be6025e9ac0d",
# bot_token="6183919505:AAEhHFt4mI18bQeAf2Lj7AePXFRPVLrOFM8",
# workers=9,
# )
|