if message.from_user.id != "Мой ID":
await bot.send_message(message.chat.id, "У вас нет доступа к этому боту"
else:
startphoto = open("/storage/emulated/0/Download/1-1.jpg", "rb")
await bot.send_photo(message.chat.id, startphoto, caption = " Привет, хозяин. Желаешь сделать новый пост?")