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 538b940 commit ba70fbcCopy full SHA for ba70fbc
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 reply keyboard markup\n";
+ welcome += "/options : returns the reply keyboard\n";
69
bot.sendMessage(chat_id, welcome, "Markdown");
70
}
71
0 commit comments