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