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 20, 2023
1 parent 87789c2 commit 2d0c0e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TelegramClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@

use GuzzleHttp\Promise\PromiseInterface;
use Psr\Http\Message\ResponseInterface;
use Telegram\Bot\Exceptions\TelegramSDKException;
use Telegram\Bot\HttpClients\GuzzleHttpClient;
use Telegram\Bot\HttpClients\HttpClientInterface;
use Telegram\Bot\Exceptions\TelegramSDKException;

final class TelegramClient
{
/**
* @var string
*/
public const BASE_BOT_URL = 'https://api.telegram.org';

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

private HttpClientInterface $httpClientHandler;
Expand Down

0 comments on commit 2d0c0e5

Please sign in to comment.