Answer the question
In order to leave comments, you need to log in
I'm trying to log in using the telethon library. Is it throwing an error with simple code?
from telethon import TelegramClient
api_id = ******
api_hash = *********
username = "Try else"
client = TelegramClient(username, api_id, api_hash).start()
print("Client Created")
Answer the question
In order to leave comments, you need to log in
api_id/api_hash combination is not valid. Check it out more closely.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question