mirror of
https://github.com/aljazceru/python-nostr.git
synced 2025-12-24 09:44:21 +01:00
add more event kinds
This commit is contained in:
@@ -8,6 +8,8 @@ class EventKind(IntEnum):
|
||||
SET_METADATA = 0
|
||||
TEXT_NOTE = 1
|
||||
RECOMMEND_RELAY = 2
|
||||
CONTACTS = 3
|
||||
ENCRYPTED_DIRECT_MESSAGE = 4
|
||||
DELETE = 5
|
||||
|
||||
class Event():
|
||||
|
||||
Reference in New Issue
Block a user