View Source Nostr.Event.ListMute (Nostr Lib v0.1.1) (event) (nip51)
List mute event
Defined in NIP 51 https://github.com/nostr-protocol/nips/blob/master/51.md
Summary
Functions
Create new Note Nostr event
Types
@type t() :: %Nostr.Event.ListMute{ event: Nostr.Event.t(), private_mute: :not_loaded | [<<_::32, _::_*8>>], public_mute: [<<_::32, _::_*8>>] }
Functions
Create new Note Nostr event
Arguments:
note
textual note used as contentopts
other optional event arguments (pubkey
,created_at
,tags
)
@spec parse(event :: Nostr.Event.t()) :: t()