View Source Nostr.Event.Reaction (Nostr Lib v0.1.1) (event) (nip25)
Post reaction
Defined in NIP 25 https://github.com/nostr-protocol/nips/blob/master/25.md
Summary
Types
@type t() :: %Nostr.Event.Reaction{ author: <<_::32, _::_*8>>, event: Nostr.Event.t(), post: <<_::32, _::_*8>>, reaction: String.t(), user: <<_::32, _::_*8>> }
Functions
@spec parse(event :: Nostr.Event.t()) :: t()