Missed a deprecated hide keyboard method call.

[skip ci]
parent 112a61b4
......@@ -38,7 +38,7 @@ class HidekeyboardCommand extends UserCommand
$data = [
'chat_id' => $chat_id,
'text' => 'Keyboard Hidden',
'reply_markup' => Keyboard::hide(),
'reply_markup' => Keyboard::remove(),
];
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