Thread
The first message of the reply thread received in the ChannelChatMessage event.
Constructors
new Thread()
1new Thread(data: ReplyData): ThreadBuilds up a thread message.
Parameters
| Parameter | Type | Description |
|---|---|---|
data | ReplyData | The data of the reply. |
Returns
Source
twitchfy/packages/eventsub/src/structures/messages/Thread.ts:23
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
messageId | readonly | string | The ID of the message. |
user | readonly | UncompleteUser | The user who sent the message. |