Dealing with situation with my telegram bot utilizing aiogram 3.4.x. Works effective on android gadgets, however cannot discover answer for iOS(examined on completely different iphone gadgets)
After historical past cleanup on android gadgets “START” button obtainable after 5 seconds delay.
On iOS gadgets historical past remaining empty and button not seem.
Examined utilizing similar gadgets on different however comparable bots, button is seem. As i perceive this needs to be default telegram habits and haven’t any controls from the bot aspect.
Use default begin handler:
@dp.message(CommandStart()) async def command_start_handler(message: sorts.Message) -> None:
and default bot begin:
`async def most important() -> None:
bot = Bot(TOKEN, parse_mode=ParseMode.HTML)
await dp.start_polling(bot)`