interface ChatSpeakerData {
    actor?: string;
    alias?: string;
    scene?: string;
    token?: string;
}

Properties

actor?: string

The _id of the Actor who generated this message

alias?: string

An overridden alias name used instead of the Actor or Token name

scene?: string

The _id of the Scene where this message was created

token?: string

The _id of the Token who generated this message