Update README.md

This commit is contained in:
FrankWang 2015-07-01 09:55:25 +08:00
parent 77580e6784
commit 924099ddfa
1 changed files with 3 additions and 0 deletions

View File

@ -114,6 +114,9 @@ tb.send_chat_action(chat_id, action_string)
# ReplyKeyboardMarkup.
# Use ReplyKeyboardMarkup class.
# Thanks pevdh.
from telebot import types
markup = types.ReplyKeyboardMarkup()
markup.add('a', 'v', 'd')
tb.send_message(chat_id, message, None, None, markup)