Documentation
    Preparing search index...

    Interface DmSendResult

    Result of a runtime-mediated send.

    interface DmSendResult {
        message: DmMessage;
        ok: boolean;
    }
    Index

    Properties

    Properties

    message: DmMessage
    ok: boolean