View Source Nostr.Event.ChannelMuteUser (Nostr Lib v0.1.1) (event) (nip28)
Channel mute user
Defined in NIP 28 https://github.com/nostr-protocol/nips/blob/master/28.md
Summary
Types
@type t() :: %Nostr.Event.ChannelMuteUser{ event: Nostr.Event.t(), other: map(), reason: String.t(), user: <<_::32, _::_*8>> }
Functions
@spec parse(event :: Nostr.Event.t()) :: t()