user_markup = telebot.types.InlineKeyboardMarkup(True)
                  
                  
                          but_1 = types.InlineKeyboardButton(text="Mat1", callback_data="Mat1")
                  
                  
                          but_2 = types.InlineKeyboardButton(text="Mat2", callback_data="Mat2")
                  
                  
                          user_markup.add(but_1, but_2)
                  
                  
                          bot.send_message(message.chat.id, 'Здесь вы можете просмотреть мат.\n', reply_markup=user_markup)
                  
                  
                  
                  
                  
                  Так?
                  
                  
                
угу
Обсуждают сегодня