@theophilusdev/conduit
Preparing search index...
MessageReactPayload
Interface MessageReactPayload
interface
MessageReactPayload
{
messageID
:
string
;
reaction
:
string
;
reactorID
:
string
;
senderID
:
string
;
threadID
:
string
;
type
:
"message:react"
;
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
;
sendTypingIndicator
()
:
()
=>
void
;
shareContact
(
message
:
ConduitSendableBody
,
userID
:
string
,
)
:
Promise
<
SentMessage
>
;
}
Hierarchy (
View Summary
)
EventPayload
<
"message:react"
>
Sendable
MessageReactPayload
Index
Properties
message
ID
reaction
reactor
ID
sender
ID
thread
ID
type
Methods
send
send
Typing
Indicator
share
Contact
Properties
message
ID
messageID
:
string
reaction
reaction
:
string
reactor
ID
reactorID
:
string
sender
ID
senderID
:
string
thread
ID
threadID
:
string
type
type
:
"message:react"
Methods
send
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
Parameters
body
:
ConduitSendableBody
Returns
Promise
<
SentMessage
>
send
Typing
Indicator
sendTypingIndicator
()
:
()
=>
void
Returns
()
=>
void
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
message
ID
reaction
reactor
ID
sender
ID
thread
ID
type
Methods
send
send
Typing
Indicator
share
Contact
@theophilusdev/conduit
Loading...