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