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 264e594 commit 7d5b49dCopy full SHA for 7d5b49d
README.md
@@ -114,7 +114,7 @@ Build keyboards
114
------------
115
Telegram's bots can have two different kind of keyboards: Inline and Reply.
116
The InlineKeyboard is linked to a particular message, while the ReplyKeyboard is linked to the whole chat.
117
-Both are an array of array of buttons, which rapresent the row and columns.
+They are both an array of array of buttons, which rapresent the rows and columns.
118
For instance you can arrange a ReplyKeyboard like this:
119

120
using this code:
0 commit comments