Skip to content

Commit

Permalink
Merge pull request #28 from AntonAcc/27-fix-default-telegram-api-url
Browse files Browse the repository at this point in the history
Fix default apiUrl of TelegramChannel #27
  • Loading branch information
tuyakhov committed Jun 22, 2020
2 parents 66a2e73 + 1ba224a commit 0ce1357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels/TelegramChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TelegramChannel extends Component implements ChannelInterface
/**
* @var string
*/
public $apiUrl = "https://api.telegram.org/";
public $apiUrl = "https://api.telegram.org";

/**
* Each bot is given a unique authentication token when it is created.
Expand Down

0 comments on commit 0ce1357

Please sign in to comment.