Skip to content
Hinrich Mahler edited this page Apr 22, 2022 · 40 revisions

Pages to update

  • JobQueue
  • Tutorial your first bot
  • inline keyboard example
  • performance optimizationstandalone page
  • Type checking
  • types of handlers
  • webhooks
  • proxy

Other todo:

  • new page on general architecture overview
  • Link to the architecture diagram once that's contained in the v14/master branch
  • new write up for the Concurrency page - for now I just copied the multithreading stuff from the v13 Performance Optimizations page

Logo

Contributing to this Wiki

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 🙂

Structure of this Wiki

In the sidebar to the right, you can find all important pages of this wiki. They are roughly organized by the following logic:

Must read

Introductory articles and frequently referenced pages.

Concepts & Important Elements

Introductions & explanations of how the components of telegram.ext work and interact with each other.

Notable Features

Elaborate explanation to more advanced features of telegram.ext.

Code Resources

Some other resources that are not exclusively PTB-specific.

Examples Explained

An effort to make the examples even more accessible. You are very welcome to extend this section!

Networking

Articles about advanced networking questions.

Other resources

More interesting & helpful stuff that can't be found in any of the above sections.

Transition Guides

Major versions usually come with breaking changes, i.e. changes that lead to code failing after upgrading. Those guides help to ease the transition.

Administration

Interesting mostly for the maintainers. They, too, need a place to take notes 🙂

Clone this wiki locally