seven 2 days ago
parent
commit
a31cb78fe1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/Http/Controllers/api/TelegramWebHook.php

+ 4 - 0
app/Http/Controllers/api/TelegramWebHook.php

@@ -474,6 +474,10 @@ class TelegramWebHook extends Controller
                                 $res = WithdrawService::inputAddress($chatId, $text, $messageId);
                                 return $res;
                                 break;
+                            case StepStatus::INPUT_ADDRESS_ALIAS:
+                                $res = WithdrawService::inputAlias($chatId, $text, $messageId);
+                                return $res;
+                                break;
                             
                         }
                         $returnMsg = BetService::bet($chatId,$text,$messageId);