mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 16:46:35 +01:00
Few TOC links not working
parent
e045dabff9
commit
335e2e70e0
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ It is also a follow-up to the page [Introduction to the API](https://github.com/
|
|||
+ [Reply to a message](#reply-to-a-message)
|
||||
+ [Send a chat action](#send-a-chat-action)
|
||||
+ [Requesting location and contact from user](#requesting-location-and-contact-from-user)
|
||||
* [Message Formatting (bold, italic, code, ...)](#message-formatting--bold--italic--code---)
|
||||
* [Message Formatting (bold, italic, code, ...)](#message-formatting-bold-italic-code-)
|
||||
+ [Post a text message with Markdown formatting](#post-a-text-message-with-markdown-formatting)
|
||||
+ [Post a text message with HTML formatting](#post-a-text-message-with-html-formatting)
|
||||
+ [Message entities](#message-entities)
|
||||
|
@ -27,7 +27,7 @@ It is also a follow-up to the page [Introduction to the API](https://github.com/
|
|||
+ [Custom Keyboards](#custom-keyboards)
|
||||
+ [Remove a custom keyboard](#remove-a-custom-keyboard)
|
||||
- [Advanced snippets](#advanced-snippets)
|
||||
+ [Restrict access to a handler (decorator)](#restrict-access-to-a-handler--decorator-)
|
||||
+ [Restrict access to a handler (decorator)](#restrict-access-to-a-handler-decorator)
|
||||
- [Usage](#usage)
|
||||
+ [Build a menu with Buttons](#build-a-menu-with-buttons)
|
||||
- [Usage](#usage-1)
|
||||
|
@ -35,7 +35,7 @@ It is also a follow-up to the page [Introduction to the API](https://github.com/
|
|||
+ [Simple way of restarting the bot](#simple-way-of-restarting-the-bot)
|
||||
+ [Store ConversationHandler States](#store-conversationhandler-states)
|
||||
- [Usage](#usage-1)
|
||||
- [What to read next?](#what-to-read-next-)
|
||||
- [What to read next?](#what-to-read-next)
|
||||
|
||||
<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
|
||||
|
||||
|
|
Loading…
Reference in a new issue