Search
Preparing search index...
The search index is not available
Avocord
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Avocord
GroupDMChannel
Class GroupDMChannel
Hierarchy
BaseChannel
<
APIGroupDMChannel
>
GroupDMChannel
Index
Constructors
constructor
Properties
client
data
Accessors
icon
id
name
owner
Id
recipients
type
Methods
iconURL
Constructors
constructor
new
GroupDMChannel
(
client
:
Client
, data
:
APIGroupDMChannel
)
:
GroupDMChannel
Parameters
client:
Client
data:
APIGroupDMChannel
Returns
GroupDMChannel
Properties
client
client
:
Client
data
data
:
APIGroupDMChannel
Accessors
icon
get
icon
(
)
:
undefined
|
null
|
string
Returns
undefined
|
null
|
string
id
get
id
(
)
:
string
Returns
string
name
get
name
(
)
:
string
Returns
string
owner
Id
get
ownerId
(
)
:
undefined
|
string
Returns
undefined
|
string
recipients
get
recipients
(
)
:
undefined
|
APIUser
[]
Returns
undefined
|
APIUser
[]
type
get
type
(
)
:
GuildText
|
DM
|
GuildVoice
|
GroupDM
|
GuildCategory
|
GuildNews
|
GuildNewsThread
|
GuildPublicThread
|
GuildPrivateThread
|
GuildStageVoice
|
GuildForum
Returns
GuildText
|
DM
|
GuildVoice
|
GroupDM
|
GuildCategory
|
GuildNews
|
GuildNewsThread
|
GuildPublicThread
|
GuildPrivateThread
|
GuildStageVoice
|
GuildForum
Methods
iconURL
iconURL
(
format
?:
string
)
:
null
|
string
Parameters
format:
string
= 'png'
Returns
null
|
string
Exports
<internal>
GroupDMChannel
constructor
client
data
icon
id
name
owner
Id
recipients
type
iconURL
Generated using
TypeDoc