• Parameters

    • msg: {
          data: {
              ack: number;
              author?: Wid;
              from: Wid;
              id: MsgKey;
              subtype?: string;
              to: Wid;
              type: string;
          };
          msg: {
              data: MsgModel;
              type: string;
          };
      }
      • data: {
            ack: number;
            author?: Wid;
            from: Wid;
            id: MsgKey;
            subtype?: string;
            to: Wid;
            type: string;
        }
        • ack: number
        • Optionalauthor?: Wid
        • from: Wid
        • id: MsgKey
        • Optionalsubtype?: string
        • to: Wid
        • type: string
      • msg: {
            data: MsgModel;
            type: string;
        }
    • proto: any
    • report: any

    Returns Promise<any>

    WAWebEncryptAndSendStatusMsg