-
Notifications
You must be signed in to change notification settings - Fork 5
Home
⚠️ This is the v13.x version of the wiki. For the v20.x version, please head here.
For a long time, our documentation consisted of our API documentation and README. As a result, the README became simply too big to be useful. In an effort to change that, we moved large parts of our README into different Wiki articles. In the process, we improved the texts with additional information, clearer wording and some cross-references.
If you stumble upon a part of the wiki that is unclear or missing important points, please go ahead and drop us a message in our Telegram Group, or just edit the part yourself (anyone can contribute). We'd like our wiki to be as complete as possible 🙂
In the sidebar to the right, you can find all important pages of this wiki. They are roughly organized by the following logic:
Introductory articles and frequently referenced pages.
Introductions & explanations of the different components the powerful telegram.ext
offers.
Some other resources that are not exclusively PTB-specific.
An effort to make the examples even more accessible. You are very welcome to extend this section!
Articles about advanced networking questions.
More interesting & helpful stuff that can't be found in any of the above sections.
Major versions usually come with breaking changes, i.e. changes that lead to code failing after upgrading. Those guides help to ease the transition.
Interesting mostly for the maintainers. They, too, need a place to take notes 🙂
Wiki of python-telegram-bot
© Copyright 2015-2022 – Licensed by Creative Commons
- Types of Handlers
- Advanced Filters
- Storing data
- Making your bot persistent
- Adding Defaults
- Exception Handling
- Job Queue
- Arbitrary
callback_data
- Avoiding flood limits
- Frequently requested design patterns
- Code snippets
- Performance Optimizations
- Webhooks
- Telegram Passport
- Bots built with PTB
- Automated Bot Tests