DisBot
Preparing search index...
systems/backup/types/TextChannelData
TextChannelData
Interface TextChannelData
interface
TextChannelData
{
isNews
:
boolean
;
messages
:
MessageData
[]
;
name
:
string
;
nsfw
:
boolean
;
parent
?:
string
;
permissions
:
ChannelPermissionsData
[]
;
rateLimitPerUser
?:
number
;
threads
:
ThreadChannelData
[]
;
topic
?:
string
;
type
:
|
GuildText
|
DM
|
GuildVoice
|
GroupDM
|
GuildAnnouncement
|
GuildStageVoice
|
ThreadChannelType
;
}
Hierarchy (
View Summary
)
BaseChannelData
TextChannelData
Index
Properties
is
News
messages
name
nsfw
parent?
permissions
rate
Limit
Per
User?
threads
topic?
type
Properties
is
News
isNews
:
boolean
messages
messages
:
MessageData
[]
name
name
:
string
nsfw
nsfw
:
boolean
Optional
parent
parent
?:
string
permissions
permissions
:
ChannelPermissionsData
[]
Optional
rate
Limit
Per
User
rateLimitPerUser
?:
number
threads
threads
:
ThreadChannelData
[]
Optional
topic
topic
?:
string
type
type
:
|
GuildText
|
DM
|
GuildVoice
|
GroupDM
|
GuildAnnouncement
|
GuildStageVoice
|
ThreadChannelType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
News
messages
name
nsfw
parent
permissions
rate
Limit
Per
User
threads
topic
type
DisBot
Loading...