I have below database:
enter image description here
I want a message to be sent to users (in telegram) 24 hours before the exercise deadline (Practice.end_date)
Currently, I’ve used MySQL, sqlalchemy, and Pyrogram in my project.
I tried to create an event, but unfortunately, it is not useful for this purpose