mysa-js-sdk
    Preparing search index...

    Function isMsgTypeOutPayload

    • Type guard function to determine if an OutPayload is a MsgType-based payload.

      Checks whether the payload uses the legacy MsgType field format for message type identification. This is used to differentiate between different payload structures and ensure proper type narrowing in TypeScript.

      Parameters

      Returns payload is MsgTypeOutPayload

      True if the payload is a MsgTypeOutPayload, false otherwise