Marmot-TS
    Preparing search index...

    Type Alias StoredMedia

    Shape of the stored media in a BaseGroupMedia implementation

    type StoredMedia = {
        attachment: MediaAttachment;
        data: Uint8Array;
    }
    Index

    Client - Group

    Client - Group

    attachment: MediaAttachment

    The full MIP-04 attachment metadata associated with this blob.

    data: Uint8Array

    Plaintext (decrypted) file bytes.