seven 4 ngày trước cách đây
mục cha
commit
23b5ba6771
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/Http/Controllers/api/TelegramWebHook.php

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

@@ -190,7 +190,8 @@ class TelegramWebHook extends Controller
                         $keyboard[] = [['text' => '✅ 唯一客服', 'callback_data' => "", 'url' => "https://t.me/{$serviceAccount}"]];
                         $this->telegram->sendMessage([
                             'chat_id' => $chatId,
-                            'text' => $text
+                            'text' => $text,
+                            'reply_markup' => json_encode(['inline_keyboard' => $keyboard])
                         ]);
                         break;
                     case "开奖历史":