I am writing a bot for Telegrams and I want to add a reminder to the user.
EXAMPLE: "The user will select an event through a bot, and when to remind him about it (sets the date and time for sending the message). The bot should send him a reminder at the specified time."
How in PHP to make the script exactly at this time?
Or tell me other ways to solve this problem?