Skip to content

Commit 73ec22c

Browse files
irazasyedgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 8a36eef commit 73ec22c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/TelegramClient.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@
1111
final class TelegramClient
1212
{
1313
public const BASE_API_URL = 'https://api.telegram.org';
14+
1415
public const BASE_BOT_URL = self::BASE_API_URL.'/bot';
16+
1517
private string $fileUrl = '{BASE_FILE_URL}/file/bot{TOKEN}/{FILE_PATH}';
1618

1719
private HttpClientInterface $httpClientHandler;
1820

1921
private string $baseBotUrl;
22+
2023
private string $baseFileUrl;
2124

2225
public function __construct(?HttpClientInterface $httpClientHandler = null, ?string $baseBotUrl = null)

0 commit comments

Comments
 (0)