Completed
Pull Request — master (#526)
by
unknown
13:26
created
src/Api.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,6 +9,7 @@  discard block
 block discarded – undo
9 9
 use Telegram\Bot\Exceptions\TelegramSDKException;
10 10
 use Telegram\Bot\FileUpload\InputFile;
11 11
 use Telegram\Bot\HttpClients\HttpClientInterface;
12
+use Telegram\Bot\Keyboard\Keyboard;
12 13
 use Telegram\Bot\Objects\Chat;
13 14
 use Telegram\Bot\Objects\ChatMember;
14 15
 use Telegram\Bot\Objects\File;
@@ -17,7 +18,6 @@  discard block
 block discarded – undo
17 18
 use Telegram\Bot\Objects\Update;
18 19
 use Telegram\Bot\Objects\User;
19 20
 use Telegram\Bot\Objects\UserProfilePhotos;
20
-use Telegram\Bot\Keyboard\Keyboard;
21 21
 use Telegram\Bot\Objects\Webhook;
22 22
 
23 23
 /**
Please login to merge, or discard this patch.