Skip to content

Commit 68b3b88

Browse files
committed
Missed a deprecated hide keyboard method call.
[skip ci]
1 parent 112a61b commit 68b3b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Commands/HidekeyboardCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function execute()
3838
$data = [
3939
'chat_id' => $chat_id,
4040
'text' => 'Keyboard Hidden',
41-
'reply_markup' => Keyboard::hide(),
41+
'reply_markup' => Keyboard::remove(),
4242
];
4343

4444
return Request::sendMessage($data);

0 commit comments

Comments
 (0)