Hi! I’m creating a Telegram bot and I’m completely new to this. I’ve looked everywhere but couldn’t find a solution…
I want the button menu to always stay on the screen, like a Reply Keyboard. Even after a user clicks a button, the menu should remain visible.
Right now, my buttons disappear after clicking. I tried sending text after the button click and then returning to the menu, but a text like “Welcome!” appears above the menu. I don’t want any text — just the menu itself, with no header or extra message.
Does anyone know how to make the menu persistent so the buttons are always visible without showing any extra text? This is very urgent.