Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface ChatSpeakerData

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

    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