Introduction

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

Installation

Note

telegram.py requires Python 3.6+

Install via pip:

# Mac/Linux
python3 -m pip install telegram.py

# Windows
py -3 -m pip install telegram.py

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