kind property

int kind
getter/setter pair
  • 0: set_metadata: the content is set to a stringified JSON object {name:
  • 1: text_note: the content is set to the text content of a note (anything the user wants to say). Non-plaintext notes should instead use kind 1000-10000 as described in NIP-16.
  • 2: recommend_server: the content is set to the URL (e.g., wss://somerelay.com) of a relay the event creator wants to recommend to its followers.

Implementation

late int kind;