with
with client.thread() as thread: # do something
thread
previous_thread_id = "UUID" with client.thread(thread_id=previous_thread_id) as thread: # do something
Was this page helpful?