10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
module Nostr
|
|
module EventKind
|
|
SET_METADATA: Integer
|
|
TEXT_NOTE: Integer
|
|
RECOMMEND_SERVER: Integer
|
|
CONTACT_LIST: Integer
|
|
ENCRYPTED_DIRECT_MESSAGE: Integer
|
|
end
|
|
end
|