Search code examples
telegramtelegram-bot

Is it possible to disable Telegram's standard text input while buttons are available?


I'm writing a Telegram bot that provides button choices to the user. I'd like to ensure the user chooses from one of the buttons, rather than sending a custom text message or sticker or whatever. Is there some way to do this? As far as I can tell from the docs I can't.


Solution

  • The answer is no! I am going to handle this by getting the bot to ignore any text input until the user selects one of the button options.