@tacenta/sdk
    Preparing search index...

    Class Message

    A message received by a client.

    Index
    • Parameters

      • from: string

        The sender, user/device.

      • plaintext: Uint8Array

        The decrypted bytes.

      Returns Message

    from: string

    The sender, user/device.

    plaintext: Uint8Array

    The decrypted bytes.

    • The plaintext as UTF-8 text.

      Returns string