Marmot-TS
    Preparing search index...

    Type Alias DeliverWelcomeOptions

    type DeliverWelcomeOptions = {
        author: string;
        groupRelays: string[];
        recipient: WelcomeRecipient;
        welcome: Welcome;
    }
    Index

    Client - Nostr

    author: string
    groupRelays: string[]
    recipient: WelcomeRecipient
    welcome: Welcome