Relative Content

Tag Archive for python-telegram-bot

Не работают хенделы в Telegram боте на Python

Помогите пожалуйста! Не работают остальные функции в боте, кроме check_pay_for_home. Раньше все функции работали. Функция должна работать постоянно и выполнять действия каждую минуту. Мне надо, чтобы эта функция выполняла свою работу асинхронно с другими функциями, а выходит, что бот на обычные команды не отвечает, а выходит, что работает 1 функция. Использую модуль Aiogram версии 2.25.1enter image description here

Can’t quote the original user’s post in the bot

I have a telegram bot, used as a bot for user support. I prescribed the ability to reply to users.
But only text is sent, and I want the reply to come in the form of “text + quote of the original message”. That is, as in the correspondence of two people, when we click “Reply”.