Introduction

Welcome to the documentation for telegram.py, an async API wrapper for the Telegram bot API in Python.

Installation

Note

telegram.py requires Python 3.10 or higher

Install via pip:

python3 -m pip install telegram.py
py -3 -m pip install telegram.py

You should now have telegram.py installed! You are ready to continue.