Relative Content

Tag Archive for telegramtelegram-botpython-telegram-bot

How to telegram bot

How to create a bot on pythonfor telegram that will delete messages with certain emoji? ChatGPT’s dont help, i dont have a idea for creating.

How to get the message_id of a forwarded message in telegram

I want to get the original id of a message forwarded from a channel to my bot. I mean the ID of that message in that channel.
I use the Python Telegram Bot library. This library had update.message.forward_from_message_id in versions before 21, but now I can’t find an Alternative for it.