message_text="hello world"
await bot.send_photo(message.chat.id, caption = message_text, photo=photo, reply_markup=main_keyboard())
如何在剧透中发送“world”一词以及在引言中发送“hello”一词?
message_text="hello world"
await bot.send_photo(message.chat.id, caption = message_text, photo=photo, reply_markup=main_keyboard())
如何在剧透中发送“world”一词以及在引言中发送“hello”一词?
大概是这样的:
输出如下所示: