create

open fun create(): Thread

Creates a new empty thread.

Return

The created thread


abstract fun create(request: CreateThreadRequest): Thread

Creates a new thread with the given options.

Return

The created thread

Parameters

request

The values of the thread to create