@@ -9,6 +9,7 @@ discard block |
||
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 |
||
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 | |
22 | 22 | /** |
23 | 23 | * Class Api. |
@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Telegram\Bot\Laravel; |
4 | 4 | |
5 | -use Telegram\Bot\Api; |
|
6 | -use Telegram\Bot\BotsManager; |
|
7 | -use Illuminate\Support\ServiceProvider; |
|
8 | 5 | use Illuminate\Contracts\Container\Container as Application; |
9 | -use Laravel\Lumen\Application as LumenApplication; |
|
10 | 6 | use Illuminate\Foundation\Application as LaravelApplication; |
7 | +use Illuminate\Support\ServiceProvider; |
|
8 | +use Laravel\Lumen\Application as LumenApplication; |
|
9 | +use Telegram\Bot\Api; |
|
10 | +use Telegram\Bot\BotsManager; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Class TelegramServiceProvider. |