Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
job_queue = updater.job_queue def test(update, context): print('sending a message once an hour') ....... job_queue.run_repeating(test, interval=3600, first=0) ...... updater.start_polling() updater.idle()