nostr-websocket-utils

nostr-websocket-utils v0.3.0


nostr-websocket-utils / createChannelMessage

Function: createChannelMessage()

createChannelMessage(channelId, content, replyTo?): NostrWSMessage

Creates a channel message

Parameters

channelId

string

Channel ID

content

string

Message content

replyTo?

string

Optional ID of message being replied to

Returns

NostrWSMessage

Channel message event

Defined in

nips/nip-28.ts:59