Documentation
    Preparing search index...

    Interface DmMessage

    Normalized cleartext message visible to the napplet by runtime policy.

    interface DmMessage {
        content: string;
        conversationId: string;
        createdAt: number;
        id: string;
        senderPubkey: string;
        status: DmMessageStatus;
    }
    Index

    Properties

    content: string
    conversationId: string
    createdAt: number
    id: string
    senderPubkey: string