= message.chat.id
_balance = db.get_balance(_user_id)
if (int(_balance) >= db.get_settings()[3]):
db.set_balance(_user_id, int(_balance) - db.get_settings()[3])
random_photo = random.choice(db.get_all_files('photo'))
await bot.send_photo(chat_id = message.chat.id, photo = random_photo[1], reply_markup = reply_keyboard())
else:
await message.answer(f"""<b>Недостаточно средств!</b>
Пополните баланс или пригласите друзей по ссылке:
<b>t.me/{link}?start={_user_id}</b>
"""
, reply_markup = reply_keyboard(), parse_mode="HTML")
await States.menu.set()
aiogram.utils.exceptions.WrongFileIdentifier: Wrong file identifier/http url specified
что-то не так?
отправка не работает но вроде всё правильно
Обсуждают сегодня