Skip to content

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()

1
new MessageReply(data: ReplyData): MessageReply

Builds up a message reply.

Parameters

ParameterTypeDescription
dataReplyDataThe data of the reply.

Returns

MessageReply

Source

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

Properties

PropertyModifierTypeDescription
parentreadonlyParentThe parent message which was replied.
threadreadonlyThreadThe first message of the reply thread.