Skip to content
Advertisement

Tag: py-telegram-bot-api

How to send scheduled message using telebot python

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.

Advertisement