Skip to content

Commit 0bc2668

Browse files
authored
feat: event user unread message reminder (#239)
1 parent aa99183 commit 0bc2668

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

event.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ const (
7070
EventUserWatchingStart EventType = "user.watching.start"
7171
EventUserWatchingStop EventType = "user.watching.stop"
7272
EventUserUpdated EventType = "user.updated"
73+
74+
EventUserUnreadMessageReminder EventType = "user.unread_message_reminder"
7375
)
7476

7577
// Event is received from a webhook, or sent with the SendEvent function.

0 commit comments

Comments
 (0)