@theophilusdev/conduit
Preparing search index...
MessageRemovePayload
Interface MessageRemovePayload
interface
MessageRemovePayload
{
deletionTimestamp
:
number
;
messageID
:
string
;
senderID
:
string
;
threadID
:
string
;
type
:
"message:remove"
;
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
;
shareContact
(
message
:
ConduitSendableBody
,
userID
:
string
,
)
:
Promise
<
SentMessage
>
;
}
Hierarchy (
View Summary
)
EventPayload
<
"message:remove"
>
Sendable
MessageRemovePayload
Index
Properties
deletion
Timestamp
message
ID
sender
ID
thread
ID
type
Methods
send
share
Contact
Properties
deletion
Timestamp
deletionTimestamp
:
number
message
ID
messageID
:
string
sender
ID
senderID
:
string
thread
ID
threadID
:
string
type
type
:
"message:remove"
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
deletion
Timestamp
message
ID
sender
ID
thread
ID
type
Methods
send
share
Contact
@theophilusdev/conduit
Loading...