Missed a deprecated hide keyboard method call.

[skip ci]
parent 112a61b4
...@@ -38,7 +38,7 @@ class HidekeyboardCommand extends UserCommand ...@@ -38,7 +38,7 @@ class HidekeyboardCommand extends UserCommand
$data = [ $data = [
'chat_id' => $chat_id, 'chat_id' => $chat_id,
'text' => 'Keyboard Hidden', 'text' => 'Keyboard Hidden',
'reply_markup' => Keyboard::hide(), 'reply_markup' => Keyboard::remove(),
]; ];
return Request::sendMessage($data); return Request::sendMessage($data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment