@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"
;
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
;
shareContact
(
message
:
ConduitSendableBody
,
userID
:
string
,
)
:
Promise
<
SentMessage
>
;
}
Hierarchy (
View Summary
)
EventPayload
<
"thread:photo_replaced"
>
ThreadEventBase
Sendable
ThreadPhotoReplacedPayload
Index
Properties
author
image
participant
I
Ds
thread
ID
timestamp
type
Methods
send
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
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
image
participant
I
Ds
thread
ID
timestamp
type
Methods
send
share
Contact
@theophilusdev/conduit
Loading...