@bot.message_handler(commands=['start']) def start_message(insert_go): bot.send_message(insert_go.chat.id, 'Ohh u want to start.....okey then', reply_markup=keyboard1) name = insert_go.from_user.first_name print(name)