"https://google.com")]]
inline_keyboard = InlineKeyboardMarkup(b)
<...>
await message.reply_photo(r["file_url"], f'Random photo search tags:\n<pre>{r["t ag_string"].strip()}</pre>.', "HTML", reply_markup=inline_keyboard)
Тяжко без именованных параметров
await message.reply_photo(photo=r["file_url"], caption=f'Random photo search tags:\n<pre>{r["tag_string"].strip()}</pre>.', parse_mode="HTML", reply_markup=inline_keyboard)
А сообщение покажи? (скрин)
Почему-то не встроена
Обсуждают сегодня