In telegram client you can send a scheduled message and select a time at which it will be sent. Is there a way to do that using python Telebot library and not keep the script running and checking time manually? Answer You could use modules like apscheduler example usage: The above example sends a message to user at 6 am.
Tag: py-telegram-bot-api
The same phrase is repeating while using different command
I’m developing a telegram bot. I do this on my code and the question is, why my bot repeat the same first phrase when I put the second command? PS: The code is working now. I deleted bot.pulling() under the if, and i put the /hello and /start commands in 2 differents lines. Answer The first thing your bot says