thread

abstract fun thread(thread: ChatThread): ChatThreadHandler

Creates a new thread handler with given thread. thread is used as a template and this particular instance will not be updated in response to changes in the handler.

Parameters

thread

recovered from threads callback

See also