@typed-discord/rest
Preparing search index...
types
UpdateThreadRequestPartial
Interface UpdateThreadRequestPartial
interface
UpdateThreadRequestPartial
{
applied_tags
?:
`
${
bigint
}
`
[]
|
null
;
archived
?:
boolean
|
null
;
auto_archive_duration
?:
ThreadAutoArchiveDuration
|
null
;
bitrate
?:
number
|
null
;
flags
?:
number
|
null
;
invitable
?:
boolean
|
null
;
locked
?:
boolean
|
null
;
name
?:
string
|
null
;
rate_limit_per_user
?:
number
|
null
;
rtc_region
?:
string
|
null
;
user_limit
?:
number
|
null
;
video_quality_mode
?:
VideoQualityModes
|
null
;
}
Index
Properties
applied_
tags?
archived?
auto_
archive_
duration?
bitrate?
flags?
invitable?
locked?
name?
rate_
limit_
per_
user?
rtc_
region?
user_
limit?
video_
quality_
mode?
Properties
Optional
applied_
tags
applied_tags
?:
`
${
bigint
}
`
[]
|
null
Optional
archived
archived
?:
boolean
|
null
Optional
auto_
archive_
duration
auto_archive_duration
?:
ThreadAutoArchiveDuration
|
null
Optional
bitrate
bitrate
?:
number
|
null
Optional
flags
flags
?:
number
|
null
Optional
invitable
invitable
?:
boolean
|
null
Optional
locked
locked
?:
boolean
|
null
Optional
name
name
?:
string
|
null
Optional
rate_
limit_
per_
user
rate_limit_per_user
?:
number
|
null
Optional
rtc_
region
rtc_region
?:
string
|
null
Optional
user_
limit
user_limit
?:
number
|
null
Optional
video_
quality_
mode
video_quality_mode
?:
VideoQualityModes
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
applied_
tags
archived
auto_
archive_
duration
bitrate
flags
invitable
locked
name
rate_
limit_
per_
user
rtc_
region
user_
limit
video_
quality_
mode
@typed-discord/rest
Loading...