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

Channel hide message

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

Summary

Types

@type t() :: %Nostr.Event.ChannelHideMessage{
  event: Nostr.Event.t(),
  message_id: <<_::32, _::_*8>>,
  other: map(),
  reason: String.t()
}

Functions

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