-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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 how the components of telegram.ext
work and interact with each other.
Elaborate explanation to more advanced features of telegram.ext
.
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-2025 – Licensed by Creative Commons
- Architecture Overview
- Builder Pattern for
Application
- Types of Handlers
- Working with Files and Media
- Exceptions, Warnings and Logging
- Concurrency in PTB
- Advanced Filters
- Storing data
- Making your bot persistent
- Adding Defaults
- Job Queue
- Arbitrary
callback_data
- Avoiding flood limits
- Webhooks
- Bot API Forward Compatiblity
- Frequently requested design patterns
- Code snippets
- Performance Optimizations
- Telegram Passport
- Bots built with PTB
- Automated Bot Tests