Function decodeMessageNode

  • Decode the received node as a message.

    Parameters

    Returns {
        author: string;
        fullMessage: IWebMessageInfo;
        sender: string;
    }

    Note

    this will only parse the message, not decrypt it

Generated using TypeDoc