コード例 #1
0
 def command_open_orders(_, update):
     if TelegramApp._is_valid_user(update):
         update.message.reply_text(InterfaceBot.get_command_open_orders())
コード例 #2
0
ファイル: bot.py プロジェクト: SandersAlex/OctoBot-Interfaces
 def command_open_orders(_, update):
     if TelegramApp._is_valid_user(update):
         TelegramApp._send_message(
             update, InterfaceBot.get_command_open_orders(markdown=True))