@theophilusdev/conduit
Preparing search index...
ThreadPhotoReplacedPayload
Interface ThreadPhotoReplacedPayload
interface
ThreadPhotoReplacedPayload
{
author
:
string
;
image
:
{
attachmentID
:
string
;
height
:
number
;
url
:
string
;
width
:
number
}
;
participantIDs
:
string
[]
;
threadID
:
string
;
timestamp
:
string
;
type
:
"thread:photo_replaced"
;
add
(
userID
:
string
)
:
Promise
<
void
>
;
changeAdminStatus
(
userID
:
string
,
isAdmin
:
boolean
)
:
Promise
<
void
>
;
changeNickname
(
nickname
:
string
,
userID
:
string
)
:
Promise
<
void
>
;
changeTitle
(
title
:
string
)
:
Promise
<
void
>
;
kick
(
userID
:
string
)
:
Promise
<
void
>
;
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
;
sendTypingIndicator
()
:
()
=>
void
;
shareContact
(
message
:
ConduitSendableBody
,
userID
:
string
,
)
:
Promise
<
SentMessage
>
;
}
Hierarchy (
View Summary
)
EventPayload
<
"thread:photo_replaced"
>
ThreadEventBase
Manageable
Sendable
ThreadPhotoReplacedPayload
Index
Properties
author
image
participant
I
Ds
thread
ID
timestamp
type
Methods
add
change
Admin
Status
change
Nickname
change
Title
kick
send
send
Typing
Indicator
share
Contact
Properties
author
author
:
string
image
image
:
{
attachmentID
:
string
;
height
:
number
;
url
:
string
;
width
:
number
}
participant
I
Ds
participantIDs
:
string
[]
thread
ID
threadID
:
string
timestamp
timestamp
:
string
type
type
:
"thread:photo_replaced"
Methods
add
add
(
userID
:
string
)
:
Promise
<
void
>
Parameters
userID
:
string
Returns
Promise
<
void
>
change
Admin
Status
changeAdminStatus
(
userID
:
string
,
isAdmin
:
boolean
)
:
Promise
<
void
>
Parameters
userID
:
string
isAdmin
:
boolean
Returns
Promise
<
void
>
change
Nickname
changeNickname
(
nickname
:
string
,
userID
:
string
)
:
Promise
<
void
>
Parameters
nickname
:
string
userID
:
string
Returns
Promise
<
void
>
change
Title
changeTitle
(
title
:
string
)
:
Promise
<
void
>
Parameters
title
:
string
Returns
Promise
<
void
>
kick
kick
(
userID
:
string
)
:
Promise
<
void
>
Parameters
userID
:
string
Returns
Promise
<
void
>
send
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
Parameters
body
:
ConduitSendableBody
Returns
Promise
<
SentMessage
>
send
Typing
Indicator
sendTypingIndicator
()
:
()
=>
void
Returns
()
=>
void
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
image
participant
I
Ds
thread
ID
timestamp
type
Methods
add
change
Admin
Status
change
Nickname
change
Title
kick
send
send
Typing
Indicator
share
Contact
@theophilusdev/conduit
Loading...