ему написать в чем проблема?
aiogram.utils.exceptions.CantInitiateConversation: Forbidden: bot can't initiate conversation with a user
какую заявку
в чат
И при каком условии не работает?
if update.chat.id == PUBLIC_CHAT_ID: await update.approve() add_user_to_db_if_not_exist(update.from_user.id) await bot.send_message(update.from_user.id, "Меню: ", reply_markup = kb_start_menu)
Обсуждают сегодня