예제 #1
0
 def command_open_orders(_, update):
     if TelegramApp._is_valid_user(update):
         update.message.reply_text(InterfaceBot.get_command_open_orders())
예제 #2
0
 def command_open_orders(_, update):
     if TelegramApp._is_valid_user(update):
         TelegramApp._send_message(
             update, InterfaceBot.get_command_open_orders(markdown=True))