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

Properties

Properties

scene: string

The _id of the Scene where this message was created

actor: string

The _id of the Actor who generated this message

token: string

The _id of the Token who generated this message

alias: string

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