@@ -6,6 +6,7 @@ discard block |
||
| 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 |
||
| 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 | |