how forward link from a inline button to another chat in pyrogram – Telegram API
I use a user bot in pyrogram to save links from a bot to a personal channel. I use this code: def forwardlik(mensaje) if "Link!" in mensaje.text: mensaje.forward(ids["channel"]) But now the bot it's sending the link with a button inline…