Commit b5b7c694 authored by Armando Lüscher's avatar Armando Lüscher

Add missing 'use' clause for Hidekeyboard command.

Fixes #137
parent 3b97af62
......@@ -11,8 +11,9 @@
namespace Longman\TelegramBot\Commands\UserCommands;
use Longman\TelegramBot\Commands\UserCommand;
use Longman\TelegramBot\Request;
use Longman\TelegramBot\Entities\ReplyKeyboardHide;
use Longman\TelegramBot\Entities\ReplyKeyboardMarkup;
use Longman\TelegramBot\Request;
/**
* User "/hidekeyboard" command
......
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