nickoala / telepot

Python framework for Telegram Bot API
MIT License
2.42k stars 474 forks source link

refresh variable on inlinekeyboard #391

Open suibaf opened 6 years ago

suibaf commented 6 years ago

Hi, I've 3 inline button, +, - and a value. I'd like when I push + or - to see immediatly the value that change! Is it possible? inline keyboard

QPotato commented 6 years ago

You can editMessageReplyMarkup

nickoala commented 6 years ago

I think @QPotato is right. Use editMessageReplyMarkup() to modify existing custom keyboards.