@@ -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 "开奖历史":