Protected
Creates a new thread.
Subject of the thread.
Optional
Optional thread ID. If not provided, a random ID will be generated.
A promise that resolves to the newly created Thread object.
Retrieves a Thread object based on the provided thread ID.
The ID of the thread to retrieve.
The Thread object.
Generated using TypeDoc
Creates a new thread.