On this page

ThreadMessage object

ThreadMessage represents a single message in a thread.

Properties

The ThreadMessage object extends the Message object, so it takes its properties. It also has:

ParameterDescription
ParentChannelId
Type: FString
Unique identifier of the main channel on which you create a subchannel (thread channel) and thread messages.

Methods

You can call the following methods on the ThreadMessage object.

Click on each method for more details.

Streaming

Inherits all Message streaming methods.

Use case

ThreadMessage methods enable:

  • Sending messages in threads
  • Pinning thread messages to the parent channel
Last updated on