Answer the question
In order to leave comments, you need to log in
How to add buttons to telegram bot?
import telebot
from telebot import types
bot = telebot.TeleBot('токен')
keyboard1 = telebot.types.ReplyKeyboardMarkup()
item1 = types.KeyboardButton('Сделать заказ')
keyboard1.add(item1)
Answer the question
In order to leave comments, you need to log in
bot.send_message(message.chat.id,"Сообщение", reply_markup=keyboard1)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question