@theophilusdev/conduit
Preparing search index...
ThreadThemeChangedPayload
Interface ThreadThemeChangedPayload
interface
ThreadThemeChangedPayload
{
accessibilityLabel
:
string
;
author
:
string
;
gradient
:
string
;
participantIDs
:
string
[]
;
themeColor
:
string
;
themeEmoji
:
string
;
themeID
:
string
;
themeName
:
string
;
threadID
:
string
;
type
:
"thread:theme_changed"
;
send
(
body
:
ConduitSendableBody
)
:
Promise
<
SentMessage
>
;
shareContact
(
message
:
ConduitSendableBody
,
userID
:
string
,
)
:
Promise
<
SentMessage
>
;
}
Hierarchy (
View Summary
)
EventPayload
<
"thread:theme_changed"
>
ThreadEventBase
Sendable
ThreadThemeChangedPayload
Index
Properties
accessibility
Label
author
gradient
participant
I
Ds
theme
Color
theme
Emoji
theme
ID
theme
Name
thread
ID
type
Methods
send
share
Contact
Properties
accessibility
Label
accessibilityLabel
:
string
author
author
:
string
gradient
gradient
:
string
participant
I
Ds
participantIDs
:
string
[]
theme
Color
themeColor
:
string
theme
Emoji
themeEmoji
:
string
theme
ID
themeID
:
string
theme
Name
themeName
:
string
thread
ID
threadID
:
string
type
type
:
"thread:theme_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
accessibility
Label
author
gradient
participant
I
Ds
theme
Color
theme
Emoji
theme
ID
theme
Name
thread
ID
type
Methods
send
share
Contact
@theophilusdev/conduit
Loading...