Minor updates to the documentation and errors

This commit is contained in:
Lonami Exo
2019-06-07 15:48:34 +02:00
parent 770c2c504d
commit 9752f66eab
4 changed files with 6 additions and 8 deletions

View File

@@ -91,7 +91,7 @@ You will still need an API ID and hash, but the process is very similar:
api_hash = '0123456789abcdef0123456789abcdef'
bot_token = '12345:0123456789abcdef0123456789abcdef
# We have to manually call "start" if we want a explicit bot token
# We have to manually call "start" if we want an explicit bot token
bot = TelegramClient('bot', api_id, api_hash).start(bot_token=bot_token)
# But then we can use the client instance as usual