mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-18 05:42:20 +01:00
nip29 event kinds.
This commit is contained in:
parent
3b44ab9381
commit
21c6f34b51
5
event.go
5
event.go
@ -32,12 +32,14 @@ const (
|
||||
KindDeletion int = 5
|
||||
KindRepost int = 6
|
||||
KindReaction int = 7
|
||||
KindSimpleChatMessage int = 9
|
||||
KindChannelCreation int = 40
|
||||
KindChannelMetadata int = 41
|
||||
KindChannelMessage int = 42
|
||||
KindChannelHideMessage int = 43
|
||||
KindChannelMuteUser int = 44
|
||||
KindFileMetadata int = 1063
|
||||
KindSimpleChatAction int = 9000
|
||||
KindZapRequest int = 9734
|
||||
KindZap int = 9735
|
||||
KindMuteList int = 10000
|
||||
@ -56,6 +58,9 @@ const (
|
||||
KindProductDefinition int = 30018
|
||||
KindArticle int = 30023
|
||||
KindApplicationSpecificData int = 30078
|
||||
KindSimpleChatMetadata int = 39000
|
||||
KindSimpleChatPermissions int = 39001
|
||||
KindSimpleChatSubGroups int = 39002
|
||||
)
|
||||
|
||||
// Event Stringer interface, just returns the raw JSON as a string
|
||||
|
Loading…
x
Reference in New Issue
Block a user