An asyncio client library for Telegram's GetAltsBot API: https://telegra.ph/GetAlts-API-06-09
GetAltsClient is available on PyPI and can be installed with pip.
$ pip install getaltsclient
After installing GetAltsClient you can use it like any other Python module.
Here is a simple example:
import getaltsclient
# Fill this section in with the common use-case.
The API Reference provides API-level documentation.