@theophilusdev/conduit
Preparing search index...
UserCreatePayload
Interface UserCreatePayload
interface
UserCreatePayload
{
addedParticipants
:
AddedParticipant
[]
;
author
:
string
;
participantIDs
:
string
[]
;
threadID
:
string
;
type
:
"user:create"
;
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
;
shareContact
(
message
:
ConduitSendableBody
,
userID
:
string
,
)
:
Promise
<
SentMessage
>
;
}
Hierarchy (
View Summary
)
EventPayload
<
"user:create"
>
ThreadEventBase
Sendable
UserCreatePayload
Index
Properties
added
Participants
author
participant
I
Ds
thread
ID
type
Methods
send
share
Contact
Properties
added
Participants
addedParticipants
:
AddedParticipant
[]
author
author
:
string
participant
I
Ds
participantIDs
:
string
[]
thread
ID
threadID
:
string
type
type
:
"user:create"
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
added
Participants
author
participant
I
Ds
thread
ID
type
Methods
send
share
Contact
@theophilusdev/conduit
Loading...