Skip to content

getDebugMode

Eric Damian edited this page Feb 16, 2021 · 1 revision

getDebugMode Method:

Use this method to get your actual debug mode.

Example

from python_telegram_api import telegram_bot_api

bot = telegram_bot_api.TelegramBotApi('xxxxxxxxxx:yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy')
print(bot.getDebugMode())

>>> False
Clone this wiki locally