File size: 180 Bytes
07fd3f6
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import uuid, contextvars
from telethon import TelegramClient


bot = TelegramClient(
    "transcription_bot",
    api_id=870972,
    api_hash="ce2efaca02dfcd110941be6025e9ac0d",
)