Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
BaseChannel
Class BaseChannel
Abstract
Hierarchy (
View Summary
)
Base
BaseChannel
DMChannel
PartialGroupDMChannel
GuildChannel
ThreadChannel
Index
Constructors
constructor
Properties
client
flags
id
type
Accessors
created
At
created
Timestamp
partial
url
Methods
delete
fetch
isDMBased
is
Sendable
is
Text
Based
is
Thread
is
Thread
Only
is
Voice
Based
toJSON
to
String
value
Of
Constructors
constructor
new
BaseChannel
(
client
:
Client
<
true
>
,
data
?:
RawChannelData
,
immediatePatch
?:
boolean
,
)
:
BaseChannel
Parameters
client
:
Client
<
true
>
Optional
data
:
RawChannelData
Optional
immediatePatch
:
boolean
Returns
BaseChannel
Properties
Readonly
client
client
:
Client
<
true
>
flags
flags
:
null
|
Readonly
<
ChannelFlagsBitField
>
id
id
:
string
type
type
:
ChannelType
Accessors
created
At
get
createdAt
()
:
null
|
Date
Returns
null
|
Date
created
Timestamp
get
createdTimestamp
()
:
null
|
number
Returns
null
|
number
partial
get
partial
()
:
false
Returns
false
url
get
url
()
:
string
Returns
string
Methods
delete
delete
()
:
Promise
<
BaseChannel
>
Returns
Promise
<
BaseChannel
>
fetch
fetch
(
force
?:
boolean
)
:
Promise
<
BaseChannel
>
Parameters
Optional
force
:
boolean
Returns
Promise
<
BaseChannel
>
isDMBased
isDMBased
()
:
this
is
DMChannel
|
PartialDMChannel
|
PartialGroupDMChannel
Returns
this
is
DMChannel
|
PartialDMChannel
|
PartialGroupDMChannel
is
Sendable
isSendable
()
:
this
is
SendableChannels
Returns
this
is
SendableChannels
is
Text
Based
isTextBased
()
:
this
is
TextBasedChannel
Returns
this
is
TextBasedChannel
is
Thread
isThread
()
:
this
is
AnyThreadChannel
Returns
this
is
AnyThreadChannel
is
Thread
Only
isThreadOnly
()
:
this
is
ThreadOnlyChannel
Returns
this
is
ThreadOnlyChannel
is
Voice
Based
isVoiceBased
()
:
this
is
VoiceBasedChannel
Returns
this
is
VoiceBasedChannel
toJSON
toJSON
(
...
props
:
Record
<
string
,
string
|
boolean
>
[]
)
:
unknown
Parameters
...
props
:
Record
<
string
,
string
|
boolean
>
[]
Returns
unknown
to
String
toString
()
:
`
<#
${
string
}
>
`
|
`
<@
${
string
}
>
`
Returns a string representation of an object.
Returns
`
<#
${
string
}
>
`
|
`
<@
${
string
}
>
`
value
Of
valueOf
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
client
flags
id
type
Accessors
created
At
created
Timestamp
partial
url
Methods
delete
fetch
isDMBased
is
Sendable
is
Text
Based
is
Thread
is
Thread
Only
is
Voice
Based
toJSON
to
String
value
Of
discord-js-button-pagination-ts
Loading...
Returns a string representation of an object.