Exemple #1
0
 def command_trades_history(_, update):
     if TelegramApp._is_valid_user(update):
         update.message.reply_text(
             InterfaceBot.get_command_trades_history())
 def command_trades_history(_, update):
     if TelegramApp._is_valid_user(update):
         TelegramApp._send_message(
             update, InterfaceBot.get_command_trades_history(markdown=True))