We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 112a61b + 68b3b88 commit 417d280Copy full SHA for 417d280
examples/Commands/HidekeyboardCommand.php
@@ -38,7 +38,7 @@ public function execute()
38
$data = [
39
'chat_id' => $chat_id,
40
'text' => 'Keyboard Hidden',
41
- 'reply_markup' => Keyboard::hide(),
+ 'reply_markup' => Keyboard::remove(),
42
];
43
44
return Request::sendMessage($data);
0 commit comments