Marmot-TS
    Preparing search index...

    Type Alias CreateChatRumorOptions

    Options for createChatRumor.

    type CreateChatRumorOptions = {
        content: string;
        created_at?: number;
        pubkey: string;
        tags?: string[][];
    }
    Index

    Client - Group

    content: string

    The text content of the chat message.

    created_at?: number

    Override the rumor created_at; defaults to the current unix time.

    pubkey: string

    The author's Nostr public key (hex).

    tags?: string[][]

    Optional Nostr tags to include on the rumor.