Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ 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', {
Expand Down