Блокировки


from telegram.ext import Updater

PROXY_URL = 'mtproxy://<secret>@<ip>:<port>'

# Для python-telegram-bot
updater = Updater(TOKEN, request_kwargs={'proxy_url': PROXY_URL})