Skip to content

Commit 417d280

Browse files
authored
Merge pull request #361 from noplanman/fix_keyboard_example
Missed a deprecated hide keyboard method call.
2 parents 112a61b + 68b3b88 commit 417d280

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)