def help(bot, update):
send2telegram = "weather notie telegram bot\n" \
"send location, reply weather\n" \
"source code : https://github.com/Bill-Park/pycon2017_tutorial"
update.message.reply_text(send2telegram)
评论列表
文章目录