Completed
Push — master ( b6fc98...917978 )
by Irfaq
02:29
created
src/Api.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,16 +6,16 @@
 block discarded – undo
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\Helpers\Emojify;
9 10
 use Telegram\Bot\HttpClients\GuzzleHttpClient;
10 11
 use Telegram\Bot\HttpClients\HttpClientInterface;
12
+use Telegram\Bot\Keyboard\Keyboard;
11 13
 use Telegram\Bot\Objects\File;
12 14
 use Telegram\Bot\Objects\Message;
13 15
 use Telegram\Bot\Objects\UnknownObject;
14 16
 use Telegram\Bot\Objects\Update;
15 17
 use Telegram\Bot\Objects\User;
16 18
 use Telegram\Bot\Objects\UserProfilePhotos;
17
-use Telegram\Bot\Keyboard\Keyboard;
18
-use Telegram\Bot\Helpers\Emojify;
19 19
 
20 20
 /**
21 21
  * Class Api.
Please login to merge, or discard this patch.