all repos — telegram-bot-api @ 9efd3005165e4c26a376179083da0328369ace50

Golang bindings for the Telegram Bot API

fix typo in debug log for setWebhook
Syfaro syfaro@foxpaw.in
Mon, 07 Sep 2015 12:32:16 -0500
commit

9efd3005165e4c26a376179083da0328369ace50

parent

ca40caaa47e6bcb38d5dbf5c85fc87d2f689683e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M methods.gomethods.go

@@ -995,7 +995,7 @@ var apiResp APIResponse

json.Unmarshal(resp.Result, &apiResp) if bot.Debug { - log.Printf("sendVideo resp: %+v\n", apiResp) + log.Printf("setWebhook resp: %+v\n", apiResp) } return apiResp, nil