This commit is contained in:
eternnoir
2016-04-25 23:54:30 +08:00
parent e6105d851c
commit 0eb21aa673
2 changed files with 10 additions and 3 deletions

View File

@@ -312,7 +312,7 @@ itembtn3 = types.KeyboardButton('d')
markup.add(itembtn1, itembtn2, itembtn3)
tb.send_message(chat_id, "Choose one letter:", reply_markup=markup)
# or add strings one row at a time:
# or add KeyboardButton one row at a time:
markup = types.ReplyKeyboardMarkup()
itembtna = types.KeyboardButton('a')
itembtnv = types.KeyboardButton('v')