seven 3 днів тому
батько
коміт
940b883f9b
1 змінених файлів з 4 додано та 1 видалено
  1. 4 1
      app/Http/Controllers/api/TelegramWebHook.php

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

@@ -202,9 +202,12 @@ class TelegramWebHook extends Controller
                     case "投注大群":
                         Util::delCache($chatId);
                         $text = "👇👇👇点击下方按钮进群投注👇👇👇\n";
+                        $keyboard = [];
+                        $keyboard[] = [['text' => '✅ 投注群', 'callback_data' => "games@@cancel"]];
                         $this->telegram->sendMessage([
                             'chat_id' => $chatId,
-                            'text' => $text
+                            'text' => $text,
+                            'reply_markup' => json_encode(['inline_keyboard' => $keyboard])
                         ]);
                         break;
                     default: