.. telegram.py documentation master file, created by sphinx-quickstart on Sun Aug 9 09:18:34 2020. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to telegram.py! ======================================= An async API wrapper for the Telegram bot API in Python. Getting Started --------------- - :doc:`quickstart` - `Examples `_ - `Registering a Bot `_ Contents -------- .. toctree:: :maxdepth: 2 intro quickstart changelog.rst api Extensions ---------- telegram.py offers extra features that may assist in the development of Telegram bots. Commands Extension ~~~~~~~~~~~~~~~~~~ The commands extension allows you to easily create and organize commands for your bot. .. toctree:: :maxdepth: 3 ext/commands/index Conversations Extension ~~~~~~~~~~~~~~~~~~~~~~~ The conversations extension helps with building conversations with another user. .. toctree:: :maxdepth: 3 ext/conversations/index