We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582bb61 commit 77930e0Copy full SHA for 77930e0
examples/echobot.py
@@ -6,7 +6,7 @@
6
import time
7
8
# Telegram Bot Authorization Token
9
-bot = telegram.Bot('120405045:AAEAQ3EcfZ3NztkUbOkMOwCxXdDikEW1VZE')
+bot = telegram.Bot('token')
10
11
# This will be our global variable to keep the latest update_id when requesting
12
# for updates. It starts with the latest update_id available.
0 commit comments