Introduction¶
Welcome to the documentation for telegram.py, an async API wrapper for Telegram bot API in Python.
Installation¶
Note
telegram.py requires Python 3.7+
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.