@theophilusdev/conduit
Preparing search index...
ThreadAdminChangedPayload
Interface ThreadAdminChangedPayload
interface
ThreadAdminChangedPayload
{
adminEvent
:
"add_admin"
|
"remove_admin"
;
author
:
string
;
participantIDs
:
string
[]
;
targetID
:
string
;
threadID
:
string
;
type
:
"thread:admin_changed"
;
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
;
shareContact
(
message
:
ConduitSendableBody
,
userID
:
string
,
)
:
Promise
<
SentMessage
>
;
}
Hierarchy (
View Summary
)
EventPayload
<
"thread:admin_changed"
>
ThreadEventBase
Sendable
ThreadAdminChangedPayload
Index
Properties
admin
Event
author
participant
I
Ds
target
ID
thread
ID
type
Methods
send
share
Contact
Properties
admin
Event
adminEvent
:
"add_admin"
|
"remove_admin"
author
author
:
string
participant
I
Ds
participantIDs
:
string
[]
target
ID
targetID
:
string
thread
ID
threadID
:
string
type
type
:
"thread:admin_changed"
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
admin
Event
author
participant
I
Ds
target
ID
thread
ID
type
Methods
send
share
Contact
@theophilusdev/conduit
Loading...