File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/ESP8266/CustomKeyboard Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ void handleNewMessages(int numNewMessages) {
38
38
}
39
39
40
40
if (text == " /start" ) {
41
- String welcome = " Welcome to Universal Telegram Bot library, " + from_name + " .\n " ;
41
+ String welcome = " Welcome to Universal Arduino Telegram Bot library, " + from_name + " .\n " ;
42
42
welcome += " This is Inline Keyboard Markup example.\n\n " ;
43
43
welcome += " /options : returns the inline keyboard\n " ;
44
44
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ void handleNewMessages(int numNewMessages) {
61
61
}
62
62
63
63
if (text == " /start" ) {
64
- String welcome = " Welcome to Universal Telegram Bot library, " + from_name + " .\n " ;
64
+ String welcome = " Welcome to Universal Arduino Telegram Bot library, " + from_name + " .\n " ;
65
65
welcome += " This is Reply Keyboard Markup example.\n\n " ;
66
66
welcome += " /ledon : to switch the Led ON\n " ;
67
67
welcome += " /ledon : to switch the Led ON\n " ;
You can’t perform that action at this time.
0 commit comments