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 535098e commit 34e2d65Copy full SHA for 34e2d65
examples/ESP8266/ChatAction/ChatAction.ino
@@ -37,7 +37,7 @@ void handleNewMessages(int numNewMessages) {
37
if (text == "/send_test_action") {
38
bot.sendChatAction(chat_id, "typing");
39
delay(4000);
40
- bot.sendMessage(chat_id, "Did you saw action message?");
+ bot.sendMessage(chat_id, "Did you see the action message?");
41
42
// You can't use own message, just choose from one of bellow
43
0 commit comments