Parent
The parent message which was replied by the message received within the ChannelChatMessage event.
Constructors
new Parent()
1new Parent(data: ReplyData): ParentBuilds up a parent message.
Parameters
| Parameter | Type | Description | 
|---|---|---|
data | ReplyData | The data of the reply. | 
Returns
Source
twitchfy/packages/eventsub/src/structures/messages/Parent.ts:24
Properties
| Property | Modifier | Type | Description | 
|---|---|---|---|
message | readonly | UncompleteMessage | The parent message which was replied. | 
user | public | UncompleteUser | The user who sent the parent message. |