问题 I have a dilemma regarding my telegram bot. Let's say I have to create a function that will ask, every user connected to the bot, one time per week/month, a question: def check_the_week(bot, update): reply_keyboard = [['YES', 'NO']] bot.send_message( chat_id=update.message.chat_id, text=report, reply_markup=ReplyKeyboardMarkup(reply_keyboard, one_time_keyboard=True)) # sends the total nr of hours update.reply_text("Did you report all you working hour on freshdesk for this week?",