@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"
;
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:theme_changed"
>
ThreadEventBase
Manageable
Sendable
ThreadThemeChangedPayload
Index
Properties
accessibility
Label
author
gradient
participant
I
Ds
theme
Color
theme
Emoji
theme
ID
theme
Name
thread
ID
type
Methods
add
change
Admin
Status
change
Nickname
change
Title
kick
send
send
Typing
Indicator
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
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
accessibility
Label
author
gradient
participant
I
Ds
theme
Color
theme
Emoji
theme
ID
theme
Name
thread
ID
type
Methods
add
change
Admin
Status
change
Nickname
change
Title
kick
send
send
Typing
Indicator
share
Contact
@theophilusdev/conduit
Loading...