From 73df9575b6c505059f1c150fb6d6b8ab6dad99bb Mon Sep 17 00:00:00 2001 From: thodnev Date: Thu, 20 Jul 2017 03:27:04 +0300 Subject: [PATCH] added messagequeue-related page to navbar --- _Sidebar.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_Sidebar.md b/_Sidebar.md index b20539d..16491ac 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -5,6 +5,7 @@ 1. [Tutorial: Your first bot](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Extensions-%E2%80%93-Your-first-Bot) 2. [Job Queue](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Extensions-%E2%80%93-JobQueue) 3. [Advanced Filters](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Extensions-%E2%80%93-Advanced-Filters) +4. [Avoiding spam limits](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Avoiding-spam-limits) ## Code resources 1. [Code snippets](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Code-snippets)