We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa99183 commit 0bc2668Copy full SHA for 0bc2668
event.go
@@ -70,6 +70,8 @@ const (
70
EventUserWatchingStart EventType = "user.watching.start"
71
EventUserWatchingStop EventType = "user.watching.stop"
72
EventUserUpdated EventType = "user.updated"
73
+
74
+ EventUserUnreadMessageReminder EventType = "user.unread_message_reminder"
75
)
76
77
// Event is received from a webhook, or sent with the SendEvent function.
0 commit comments