What version of pyTelegramBotAPI are you using?
2.3.0 from pip
What OS are you using?
heroku hosting
What version of python are you using?
3.6.0
My /help command handler code
@bot.message_handler(commands=['start', 'help'], func=in_whitelist)
def start(msg):
bot.send_message(msg.chat.id, r"""Привет!
Это кошерный самописный бот.
Не ругайтесь на него.""")
What version of pyTelegramBotAPI are you using? 2.3.0 from pip
What OS are you using? heroku hosting
What version of python are you using? 3.6.0
My
/help
command handler codePrivacy mode (https://core.telegram.org/bots#privacy-mode) is disabled