I have developed a Teams bot that runs an infinite loop at startup in order to send proactive messages to users.
async def job(): i = 60 await asyncio.sleep(i) aw