@theophilusdev/conduit
Preparing search index...
MessageReadPayload
Interface MessageReadPayload
interface
MessageReadPayload
{
readerID
:
string
;
threadID
:
string
;
time
:
string
;
type
:
"message:read"
;
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
;
shareContact
(
message
:
ConduitSendableBody
,
userID
:
string
,
)
:
Promise
<
SentMessage
>
;
}
Hierarchy (
View Summary
)
EventPayload
<
"message:read"
>
Sendable
MessageReadPayload
Index
Properties
reader
ID
thread
ID
time
type
Methods
send
share
Contact
Properties
reader
ID
readerID
:
string
thread
ID
threadID
:
string
time
time
:
string
type
type
:
"message:read"
Methods
send
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
Parameters
body
:
ConduitSendableBody
Returns
Promise
<
SentMessage
>
share
Contact
shareContact
(
message
:
ConduitSendableBody
,
userID
:
string
)
:
Promise
<
SentMessage
>
Parameters
message
:
ConduitSendableBody
userID
:
string
Returns
Promise
<
SentMessage
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reader
ID
thread
ID
time
type
Methods
send
share
Contact
@theophilusdev/conduit
Loading...