Python Telegram Bot - run_daily does not work
问题 I have the same problem as in this thread run_daily doesn't do its job. run_once and run_repeating work well. I do not understand why. I tested your code but task is not carried out import telegram.ext from telegram.ext import Updater import datetime updater = Updater('My Token', use_context=True) job = updater.job_queue def callback_minute(context: telegram.ext.CallbackContext): context.bot.send_message(chat_id='My Chat ID', text='One message every minute') t = datetime.time(20, 2, 00,