@@ -6,15 +6,14 @@ |
||
6 | 6 | use Telegram\Bot\Commands\CommandBus; |
7 | 7 | use Telegram\Bot\Exceptions\TelegramSDKException; |
8 | 8 | use Telegram\Bot\FileUpload\InputFile; |
9 | -use Telegram\Bot\HttpClients\GuzzleHttpClient; |
|
10 | 9 | use Telegram\Bot\HttpClients\HttpClientInterface; |
10 | +use Telegram\Bot\Keyboard\Keyboard; |
|
11 | 11 | use Telegram\Bot\Objects\File; |
12 | 12 | use Telegram\Bot\Objects\Message; |
13 | 13 | use Telegram\Bot\Objects\UnknownObject; |
14 | 14 | use Telegram\Bot\Objects\Update; |
15 | 15 | use Telegram\Bot\Objects\User; |
16 | 16 | use Telegram\Bot\Objects\UserProfilePhotos; |
17 | -use Telegram\Bot\Keyboard\Keyboard; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * Class Api. |