1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Merge pull request #294 from bace1996/patch-1

Fixed README.MD
This commit is contained in:
FrankWang 2017-03-05 20:18:07 +08:00 committed by GitHub
commit 7f31f8dde8

View File

@ -466,7 +466,7 @@ bot.set_update_listener(handle_messages)
bot.polling()
```
### Using webhooks
### Using web hooks
When using webhooks telegram sends one Update per call, for processing it you should call process_new_messages([update.message]) when you recieve it.
There are some examples using webhooks in the *examples/webhook_examples* directory.