From c1a72ef76b0c06d3c1fb04738f3266519f7e081a Mon Sep 17 00:00:00 2001 From: Camilo Sperberg Date: Sun, 25 Jun 2017 18:43:21 +0200 Subject: [PATCH] Fixes #35 --- examples/webhookinfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/webhookinfo.php b/examples/webhookinfo.php index 89cb881..fdeaedd 100644 --- a/examples/webhookinfo.php +++ b/examples/webhookinfo.php @@ -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 '
';