seven hace 4 días
padre
commit
8769530256
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Http/Controllers/api/TelegramWebHook.php

+ 1 - 1
app/Http/Controllers/api/TelegramWebHook.php

@@ -203,7 +203,7 @@ class TelegramWebHook extends Controller
                         Util::delCache($chatId);
                         $text = "👇👇👇点击下方按钮进群投注👇👇👇\n";
                         $keyboard = [];
-                        $keyboard[] = [['text' => '✅ 投注群', 'callback_data' => "games@@cancel"]];
+                        $keyboard[] = [['text' => '✅ 投注群', 'callback_data' => "", 'url' => "https://t.me/+8jhXv9Eb-oRmZDY1"]];
                         $this->telegram->sendMessage([
                             'chat_id' => $chatId,
                             'text' => $text,