From f04e6cf0bcdeb805799f434a908119af82c815fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannes=20H=C3=B6ke?= Date: Wed, 29 Jun 2016 05:21:58 +0200 Subject: [PATCH] add webhooks link --- Performance-Optimizations.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Performance-Optimizations.md b/Performance-Optimizations.md index 0a7af1a..3509ac0 100644 --- a/Performance-Optimizations.md +++ b/Performance-Optimizations.md @@ -260,4 +260,7 @@ The result should look similar to this: **Note:** When choosing a server for the sole purpose of hosting a Telegram bot, these (ping and cURL) are the only relevant timings. Even if you are the only user of the bot, there is no advantage in choosing a server close to *you.* -If you need some suggestions on where to host your bot, read [Where to host Telegram Bots](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Where-to-host-Telegram-Bots). \ No newline at end of file +If you need some suggestions on where to host your bot, read [Where to host Telegram Bots](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Where-to-host-Telegram-Bots). + +## What to read next? +Learn [how to use webhooks](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Webhooks) to get every last bit of performance from your bot. \ No newline at end of file