Skip to content

Parent

The parent message which was replied by the message received within the ChannelChatMessage event.

Constructors

new Parent()

1
new Parent(data: ReplyData): Parent

Builds up a parent message.

Parameters

ParameterTypeDescription
dataReplyDataThe data of the reply.

Returns

Parent

Source

twitchfy/packages/eventsub/src/structures/messages/Parent.ts:24

Properties

PropertyModifierTypeDescription
messagereadonlyUncompleteMessageThe parent message which was replied.
userpublicUncompleteUserThe user who sent the parent message.