This commit is contained in:
Bas Nijholt 2018-01-11 20:40:44 +00:00 committed by GitHub
commit 37bb67f10b

View File

@ -39,7 +39,7 @@ Creating a client
phone = '+34600000000' phone = '+34600000000'
client = TelegramClient('session_name', api_id, api_hash) client = TelegramClient('session_name', api_id, api_hash)
client.start() client.connect()
Doing stuff Doing stuff