Friday, March 29, 2024
HomeiOS DevelopmentTelegram Bot "START" Button situation on historical past clear up on iOS...

Telegram Bot “START” Button situation on historical past clear up on iOS gadgets


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)`



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments