View Source Nostr.Event.ChannelCreation (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.ChannelCreation{ about: String.t(), channel: <<_::32, _::_*8>>, event: Nostr.Event.t(), name: String.t(), other: map(), picture: URI.t() }
Functions
@spec parse(event :: Nostr.Event.t()) :: t()