def trade_vol_type(bot, update, chat_data):
chat_data["vol_type"] = update.message.text
reply_msg = "Enter volume"
reply_mrk = ReplyKeyboardRemove()
update.message.reply_text(reply_msg, reply_markup=reply_mrk)
return WorkflowEnum.TRADE_VOLUME
# Volume type 'ALL' chosen - meaning that
# all available EURO funds will be used
telegram_kraken_bot.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录