• Parameters

    • 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
    • report: any

    Returns Promise<any>

    95547

    695547 >= 2.2222.8

    925080 >= 2.2228.4