mirror of
https://github.com/aljazceru/python-nostr.git
synced 2026-01-09 01:14:23 +01:00
add delete event kind
This commit is contained in:
@@ -8,6 +8,7 @@ class EventKind(IntEnum):
|
||||
SET_METADATA = 0
|
||||
TEXT_NOTE = 1
|
||||
RECOMMEND_RELAY = 2
|
||||
DELETE = 5
|
||||
|
||||
class Event():
|
||||
def __init__(
|
||||
|
||||
Reference in New Issue
Block a user