Skip to content

Commit 2d0c0e5

Browse files
irazasyedgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 87789c2 commit 2d0c0e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/TelegramClient.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44

55
use GuzzleHttp\Promise\PromiseInterface;
66
use Psr\Http\Message\ResponseInterface;
7+
use Telegram\Bot\Exceptions\TelegramSDKException;
78
use Telegram\Bot\HttpClients\GuzzleHttpClient;
89
use Telegram\Bot\HttpClients\HttpClientInterface;
9-
use Telegram\Bot\Exceptions\TelegramSDKException;
1010

1111
final class TelegramClient
1212
{
1313
/**
1414
* @var string
1515
*/
1616
public const BASE_BOT_URL = 'https://api.telegram.org';
17+
1718
private string $fileUrl = '{BASE_API_URL}/file/bot{TOKEN}/{FILE_PATH}';
1819

1920
private HttpClientInterface $httpClientHandler;

0 commit comments

Comments
 (0)