mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Update README.md
This commit is contained in:
parent
77580e6784
commit
924099ddfa
@ -114,6 +114,9 @@ tb.send_chat_action(chat_id, action_string)
|
|||||||
# ReplyKeyboardMarkup.
|
# ReplyKeyboardMarkup.
|
||||||
# Use ReplyKeyboardMarkup class.
|
# Use ReplyKeyboardMarkup class.
|
||||||
# Thanks pevdh.
|
# Thanks pevdh.
|
||||||
|
|
||||||
|
from telebot import types
|
||||||
|
|
||||||
markup = types.ReplyKeyboardMarkup()
|
markup = types.ReplyKeyboardMarkup()
|
||||||
markup.add('a', 'v', 'd')
|
markup.add('a', 'v', 'd')
|
||||||
tb.send_message(chat_id, message, None, None, markup)
|
tb.send_message(chat_id, message, None, None, markup)
|
||||||
|
Loading…
Reference in New Issue
Block a user