We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Use this method to get your actual debug mode.
from python_telegram_api import telegram_bot_api bot = telegram_bot_api.TelegramBotApi('xxxxxxxxxx:yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy') print(bot.getDebugMode()) >>> False
Home