Skip to content

UncompleteMessage

Represents a message that is not fully complete.

Constructors

new UncompleteMessage()

1
new UncompleteMessage(data: UncompleteMessageData): UncompleteMessage

Builds up a message that is not fully complete.

Parameters

ParameterTypeDescription
dataUncompleteMessageDataThe data of the message.

Returns

UncompleteMessage

Source

twitchfy/packages/eventsub/src/structures/messages/UncompleteMessage.ts:20

Properties

PropertyModifierTypeDescription
contentreadonlystringThe content of the message.
idreadonlystringThe ID of the message.