From e0b607b9029f7d3a221593c3a231bc5692020744 Mon Sep 17 00:00:00 2001 From: Savely Krasovsky Date: Tue, 13 Dec 2016 13:44:32 +0300 Subject: [PATCH 1/2] Little webhooks guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6408184..4d6c159 100755 --- a/README.md +++ b/README.md @@ -247,6 +247,7 @@ const tg = new Telegram.Telegram('YOUR_TOKEN', { } }) ``` +[Little guide](https://gist.github.com/Lord-Protector/c4710307ff77936ac1ce1d1bbfa61834) about how to deploy reverse proxy for webhooks on Debian server. You can also create any other custom update fetcher: just extend Telegram.BaseUpdateFetcher and pass it to library: ```js const tg = new Telegram.Telegram('YOUR_TOKEN', { From 59c66c355e1eff29545c0a994e1fb9dccb2e98be Mon Sep 17 00:00:00 2001 From: Savely Krasovsky Date: Tue, 13 Dec 2016 13:45:47 +0300 Subject: [PATCH 2/2] Quick fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d6c159..34d4283 100755 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ const tg = new Telegram.Telegram('YOUR_TOKEN', { }) ``` [Little guide](https://gist.github.com/Lord-Protector/c4710307ff77936ac1ce1d1bbfa61834) about how to deploy reverse proxy for webhooks on Debian server. + You can also create any other custom update fetcher: just extend Telegram.BaseUpdateFetcher and pass it to library: ```js const tg = new Telegram.Telegram('YOUR_TOKEN', {