Completed
Pull Request — master (#110)
by
unknown
14:31
created
src/Api.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,6 +6,7 @@  discard block
 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;
11 12
 use Telegram\Bot\Objects\File;
@@ -13,7 +14,6 @@  discard block
 block discarded – undo
13 14
 use Telegram\Bot\Objects\Update;
14 15
 use Telegram\Bot\Objects\User;
15 16
 use Telegram\Bot\Objects\UserProfilePhotos;
16
-use Telegram\Bot\Helpers\Emojify;
17 17
 
18 18
 use Telegram\Bot\Api;
19 19
 
Please login to merge, or discard this patch.