Naltox / telegram-node-bot

Node module for creating Telegram bots.
MIT License
720 stars 144 forks source link

Close keyboard to selective users #205

Open matiasperz opened 5 years ago

matiasperz commented 5 years ago

Im trying to make a poll bot with the markup menu but I want to close the that menu when someone replyes, making the menu unaccesible so the oneTimeKeyboard is not an option. I read the reply_markup with the remove_keyboard and selective options would make it but it isn't working, here is my code:

imagen

rotimi-best commented 5 years ago

I havn't tested it but I have 2 guesses, try swapping data.sendMessage with $.sendMessage. And in case it doesn't work instead of sending a picture, paste the code here inorder for me to test it locally.