Telegram bot api how to schedule a notification? – Telegram API
I've made a bot that gets today football matches and if the user wants he can get a reminder 10 min before a selected match. while current_time != new_hour: now = datetime.now() current_time = now.strftime("%H:%M") #return notification text_caps = "Your…