@theophilusdev/conduit
Preparing search index...
Sendable
Interface Sendable
interface
Sendable
{
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
;
shareContact
(
message
:
ConduitSendableBody
,
userID
:
string
,
)
:
Promise
<
SentMessage
>
;
}
Hierarchy (
View Summary
)
Sendable
Replyable
MessageRemovePayload
MessageReactPayload
MessageWritingPayload
MessageReadPayload
ThreadUpdatePayload
ThreadTitleChangePayload
ThreadPhotoReplacedPayload
ThreadThemeChangedPayload
ThreadNicknameChangedPayload
ThreadAdminChangedPayload
UserCreatePayload
UserRemovePayload
Index
Methods
send
share
Contact
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
Methods
send
share
Contact
@theophilusdev/conduit
Loading...