I've scheduled a Job which sends users a message and expects a response. How can I ensure the conversation state changes in the callback? The following does not seem to work.
def job_callback_function(context: CallbackContext):
send_message("What is your favorite color?", chat_id)
return new_state