We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71062ec commit 538b940Copy full SHA for 538b940
examples/ESP8266/CustomKeyboard/ReplyKeyboardMarkup.ino
@@ -65,7 +65,7 @@ void handleNewMessages(int numNewMessages) {
65
welcome += "/ledon : to switch the Led ON\n";
66
welcome += "/ledoff : to switch the Led OFF\n";
67
welcome += "/status : Returns current status of LED\n";
68
- welcome += "/options : returns the custom keyboard\n";
+ welcome += "/options : returns the reply keyboard markup\n";
69
bot.sendMessage(chat_id, welcome, "Markdown");
70
}
71
0 commit comments