Skip to content

Thread

The first message of the reply thread received in the ChannelChatMessage event.

Constructors

new Thread()

1
new Thread(data: ReplyData): Thread

Builds up a thread message.

Parameters

ParameterTypeDescription
dataReplyDataThe data of the reply.

Returns

Thread

Source

twitchfy/packages/eventsub/src/structures/messages/Thread.ts:23

Properties

PropertyModifierTypeDescription
messageIdreadonlystringThe ID of the message.
userreadonlyUncompleteUserThe user who sent the message.