Anchorage API reference
    Preparing search index...
    interface SendMessageBody {
        attributes?: Record<string, string | number | boolean | null>;
        contents: string;
        ifIdle?: SignalIdleBehavior;
    }
    Index

    Properties

    attributes?: Record<string, string | number | boolean | null>
    contents: string