Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
irazasyed authored and github-actions[bot] committed May 28, 2023
1 parent 8a36eef commit 73ec22c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TelegramClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
final class TelegramClient
{
public const BASE_API_URL = 'https://api.telegram.org';

public const BASE_BOT_URL = self::BASE_API_URL.'/bot';

private string $fileUrl = '{BASE_FILE_URL}/file/bot{TOKEN}/{FILE_PATH}';

private HttpClientInterface $httpClientHandler;

private string $baseBotUrl;

private string $baseFileUrl;

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

0 comments on commit 73ec22c

Please sign in to comment.