我如何向机器人用户发送媒体(照片)?
bot.send_photo(chat, open(<filepath>, 'rb'))
或者,如果您正在回复:
update.message.reply_photo(open(<filepath>, 'rb'))