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 5f08076 commit c54cb6eCopy full SHA for c54cb6e
README.md
@@ -72,7 +72,7 @@ Keyboard replyKeyboardMarkup = new ReplyKeyboardMarkup(
72
.resizeKeyboard(true) // optional
73
.selective(true); // optional
74
75
-// keyboard button a
+// keyboard button
76
Keyboard keyboard = new ReplyKeyboardMarkup(
77
new KeyboardButton[]{
78
new KeyboardButton("text"),
0 commit comments