@typed-discord/rest
Preparing search index...
types
ThreadMetadataResponse
Interface ThreadMetadataResponse
interface
ThreadMetadataResponse
{
archive_timestamp
:
string
|
null
;
archived
:
boolean
;
auto_archive_duration
:
ThreadAutoArchiveDuration
;
create_timestamp
?:
string
;
invitable
?:
boolean
;
locked
:
boolean
;
}
Index
Properties
archive_
timestamp
archived
auto_
archive_
duration
create_
timestamp?
invitable?
locked
Properties
archive_
timestamp
archive_timestamp
:
string
|
null
archived
archived
:
boolean
auto_
archive_
duration
auto_archive_duration
:
ThreadAutoArchiveDuration
Optional
create_
timestamp
create_timestamp
?:
string
Optional
invitable
invitable
?:
boolean
locked
locked
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archive_
timestamp
archived
auto_
archive_
duration
create_
timestamp
invitable
locked
@typed-discord/rest
Loading...