How to send video note
How to send video note in telegram bot via Python-telegram-bot
How to send video not in telegram bot via Python-Telegram-Bot
How to send video note in telegram bot via Python-telegram-bot
How to get telegram id from telegram username
I want my user to input a telegram username in the form of @telegram_username, and get the telegram id of this user
Не работают хенделы в Telegram боте на Python
Помогите пожалуйста! Не работают остальные функции в боте, кроме check_pay_for_home. Раньше все функции работали. Функция должна работать постоянно и выполнять действия каждую минуту. Мне надо, чтобы эта функция выполняла свою работу асинхронно с другими функциями, а выходит, что бот на обычные команды не отвечает, а выходит, что работает 1 функция. Использую модуль Aiogram версии 2.25.1enter image description here
Markdown_V2 support for update.message.reply_text
I have this code below, everything works otherwise if I remove the parse_mode bit (besides bold etc):
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”.
I can’t find a precise answer for this error Chat imported from Telelgram bot
ImportError: cannot import name ‘Chat’ from ‘telegram’ (/usr/local/lib/python3.10/dist-packages/telegram/init.py)