Marmot-TS
    Preparing search index...

    Interface UnreadInvite

    A successfully decrypted Welcome rumor (kind 444). All metadata can be derived from the rumor itself.

    interface UnreadInvite {
        content: string;
        created_at: number;
        id: string;
        kind: number;
        pubkey: string;
        tags: string[][];
    }

    Hierarchy

    Index

    Properties

    content: string
    created_at: number
    id: string
    kind: number
    pubkey: string
    tags: string[][]