Saxonberg Server API
    Preparing search index...

    Interface MovementBodies

    Bodies returned by movement-message resolution. Either or both may be absent — Mobile fills in defaults for any audience the resolver skipped.

    interface MovementBodies {
        peers?: Mml;
        self?: Mml;
    }
    Index

    Properties

    Properties

    peers?: Mml
    self?: Mml