UncompleteMessage
Represents a message that is not fully complete.
Constructors
new UncompleteMessage()
Builds up a message that is not fully complete.
Parameters
Parameter | Type | Description |
---|---|---|
data | UncompleteMessageData | The data of the message. |
Returns
Source
twitchfy/packages/eventsub/src/structures/messages/UncompleteMessage.ts:20
Properties
Property | Modifier | Type | Description |
---|---|---|---|
content | readonly | string | The content of the message. |
id | readonly | string | The ID of the message. |