GyverLibs / FastBot

Многофункциональная быстрая библиотека для Телеграм бота на esp8266/esp32
MIT License
185 stars 31 forks source link

Question: How do I change the phrase 'Open Menu'? #22

Closed qlalfdu closed 1 year ago

qlalfdu commented 1 year ago

Open Menu every time showMenu is sent How do I change the phrase 'Open Menu'? thank you!

GyverLibs commented 1 year ago

Use showMenuText(String msg, String menu);

qlalfdu commented 1 year ago

Use showMenuText(String msg, String menu);

Ripple is the speed of light. Thank you very much.