yagop / node-telegram-bot-api

Telegram Bot API for NodeJS
MIT License
8.13k stars 1.49k forks source link

how to change inline button text when click it #1114

Open Ssunhx opened 10 months ago

Ssunhx commented 10 months ago

Question

i was writing a telegram bot, when user click the inline button, i want to chenge the button text. for example: the original buttion text is 'address_1', when user click it, it can change to 'address_1(selected)', how do I achieve this