-
Notifications
You must be signed in to change notification settings - Fork 5
Home

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.
Ideally, this Wiki should read a bit like a Choose Your Own Adventure book - You start with page one and choose you way through the docs, depending on your preferences. At the end of most articles, you will find a section called What to read next?, where related articles are linked.
Over the next weeks and months, I (Jannes) will invest some time writing new articles, extending or improving existing ones and organizing them. Among other things, I'm planning an Under the Hood series, where I go into the implementation details of (mostly) the telegram.ext submodule, to give you a better understanding on how they work and how you can get the best out of them.
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