Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
Using the current bot API, it is not possible.
The bot API is still in its infancy right now. There are many potential features to consider and implement. We'll be studying what people do with their bots for a while to see which directions will be most important for the platform.
from os import environ
def main():
...
application.listen(environ["PORT"])
Инструкция: Как создавать ботов в Telegram