R
R
rekard772018-06-24 14:31:03
Bots
rekard77, 2018-06-24 14:31:03

Bot keyboard size on pytelegrambotapi?

Hello. How to set keyboard height in pytelegrambotapi? At the moment, it stretches to half the screen (as in the screenshot)5b2f80bd64212762848767.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
manvalit, 2019-01-30
@manvalit

When you create a keyboard, you need to enter True:
markup = types.ReplyKeyboardMarkup(True)
markup.row('Settings', 'About the service')

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question