Constructor
new ChatSpeakerData(data, documentopt)
- See:
-
- ChatMessageData
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
scene |
string |
<optional> |
The _id of the Scene where this message was created |
actor |
string |
<optional> |
The _id of the Actor who generated this message |
token |
string |
<optional> |
The _id of the Token who generated this message |
alias |
string |
<optional> |
An overridden alias name used instead of the Actor or Token name |
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
data |
object | Initial data used to construct the data object |
|
document |
BaseChatMessage |
<optional> |
The document to which this data object belongs |
Extends
- DocumentData