MessageReply
A reply to a message including the message which was replied and the first message of the reply thread received in the ChannelChatMessage event.
Constructors
new MessageReply()
Builds up a message reply.
Parameters
Parameter | Type | Description |
---|---|---|
data | ReplyData | The data of the reply. |
Returns
Source
twitchfy/packages/eventsub/src/structures/messages/MessageReply.ts:24
Properties
Property | Modifier | Type | Description |
---|---|---|---|
parent | readonly | Parent | The parent message which was replied. |
thread | readonly | Thread | The first message of the reply thread. |