Skip to content

Commit

Permalink
Fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
unreal4u committed Jun 25, 2017
1 parent 7e09d7d commit c1a72ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/webhookinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

include 'basics.php';

use unreal4u\TelegramAPI\Telegram\Methods\getWebhookInfo;
use unreal4u\TelegramAPI\Telegram\Methods\GetWebhookInfo;
use unreal4u\TelegramAPI\TgLog;

$tgLog = new TgLog(BOT_TOKEN);

$webHookInfo = new getWebhookInfo();
$webHookInfo = new GetWebhookInfo();

$hookInfo = $tgLog->performApiRequest($webHookInfo);
echo '<pre>';
Expand Down

0 comments on commit c1a72ef

Please sign in to comment.