@@ -3,7 +3,7 @@ discard block |
||
3 | 3 | namespace TelegramBotAPI\Tests; |
4 | 4 | |
5 | 5 | |
6 | -use TelegramBotAPI\Constants; |
|
6 | +use TelegramBotAPI\Constants as TBAConst; |
|
7 | 7 | use TelegramBotAPI\Types\User; |
8 | 8 | use TelegramBotAPI\Types\Chat; |
9 | 9 | use TelegramBotAPI\Types\File; |
@@ -14,7 +14,6 @@ discard block |
||
14 | 14 | use TelegramBotAPI\Types\LabeledPrice; |
15 | 15 | use TelegramBotAPI\Types\GameHighScore; |
16 | 16 | use TelegramBotAPI\TelegramBotAPI as TBA; |
17 | -use TelegramBotAPI\Constants as TBAConst; |
|
18 | 17 | use TelegramBotAPI\Types\UserProfilePhotos; |
19 | 18 | use phpDocumentor\Reflection\Types\String_; |
20 | 19 | use TelegramBotAPI\Types\InlineKeyboardButton; |