Preparing search index...
The search index is not available
@basaldev/blocks-messaging-service - v4.0.0
@basaldev/blocks-messaging-service
defaultNotification
Message
Interface Message
interface
Message
{
category
:
string
;
content
:
string
;
customFields
?:
Record
<
string
,
unknown
>
;
priority
:
string
;
publications
:
{
since
?:
number
;
until
?:
number
;
}
;
readBy
?:
{
readAt
:
Date
;
userId
:
string
;
}
[]
;
readStatus
?:
"read"
|
"unread"
;
senderId
:
string
;
senderType
:
string
;
shouldSendMail
?:
boolean
;
title
:
string
;
topicId
:
string
;
typeId
:
string
;
}
Hierarchy
WithCustomFields
Message
Implemented by
defaultNotification
.
MessageEntity
Index
Properties
category
content
custom
Fields?
priority
publications
read
By?
read
Status?
sender
Id
sender
Type
should
Send
Mail?
title
topic
Id
type
Id
Properties
category
category
:
string
content
content
:
string
Optional
custom
Fields
custom
Fields
?:
Record
<
string
,
unknown
>
priority
priority
:
string
publications
publications
:
{
since
?:
number
;
until
?:
number
;
}
Type declaration
Optional
since
?:
number
Optional
until
?:
number
Optional
read
By
read
By
?:
{
readAt
:
Date
;
userId
:
string
;
}
[]
Type declaration
read
At
:
Date
user
Id
:
string
Optional
read
Status
read
Status
?:
"read"
|
"unread"
sender
Id
sender
Id
:
string
sender
Type
sender
Type
:
string
Optional
should
Send
Mail
should
Send
Mail
?:
boolean
title
title
:
string
topic
Id
topic
Id
:
string
type
Id
type
Id
:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
category
content
custom
Fields
priority
publications
read
By
read
Status
sender
Id
sender
Type
should
Send
Mail
title
topic
Id
type
Id
@basaldev/blocks-messaging-service - v4.0.0
defaultChat
defaultNotification
socket
MessageAdapter
MessagingAppConfig
ServiceOpts
createNodeblocksMessagingApp
Generated using
TypeDoc