seven 4 gün önce
ebeveyn
işleme
8769530256
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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,