messages with python-telegram-bot?
I have tried the example in the wiki but it doesn't reply anything.
This is the code i written:
def start(bot, update):
bot.send_message(chat_id=update.message.chat_id,
text="hello *world*", parse_mode=telegram.ParseMode.MARKDOWN)
Have you tried html? If yes, was it worked?
Обсуждают сегодня