stich = types.InlineKeyboardMarkup(row_width=2)
item1 = types.InlineKeyboardButton("Добре ✌️", callback_data='yes')
item2 = types.InlineKeyboardButton("Недобре 😷", callback_data='parts_of_the_body')
stich.add(item1, item2)
bot.send_message(message.from_user.id,"Добре, а у вас як справи?",reply_markup=stich)