On this page

ThreadChannel object

ThreadChannel represents a single thread (channel) in a chat.

Properties

ThreadChannel extends Channel and adds:

1class ThreadChannel extends Channel {
2 parentChannelId: string
3}
ParameterDescription
parentChannelId
Type: string
Unique identifier of the main channel on which you create a subchannel (thread channel) and thread messages.

Methods

Available methods:

Use case

ThreadChannel methods enable:

Last updated on