View Source Nostr.Event.ChannelMetadata (Nostr Lib v0.1.1) (event) (nip28)

Channel creation

Defined in NIP 28 https://github.com/nostr-protocol/nips/blob/master/28.md

Summary

Types

@type t() :: %Nostr.Event.ChannelMetadata{
  about: String.t(),
  channel: <<_::32, _::_*8>>,
  event: Nostr.Event.t(),
  name: String.t(),
  other: map(),
  picture: URI.t(),
  relay: URI.t()
}

Functions

@spec parse(event :: Nostr.Event.t()) :: t()