How I can send message at at a specific time in Telegram bots using PHP? – Telegram API
I want to program a telegram bot (using PHP) that sends messages at a specific time. So if I did this : $time = date('h:i a'); if($time == "12:00 pm"){ then send a message or audio or whatever is going…