Represents a Partial Group DM Channel on Discord.
Extends
BaseChannelThe time the channel was created at
Inherited from BaseChannelThe timestamp the channel was created at
Inherited from BaseChannelThe flags that are applied to the channel. This is only
null
in a . In all other cases, it is not null
.The channel's id
Inherited from BaseChannelWhether this Channel is a partial This is always false outside of DM channels.
Inherited from BaseChannelThe URL to the channel
Inherited from BaseChannelCollects a single component interaction that passes the filter. The Promise will reject if the time expires.
Example
Name | Type | Optional | Description |
---|---|---|---|
options | AwaitMessageComponentOptions | Yes | Options to pass to the internal collector |
Creates a component interaction collector.
Example
Name | Type | Optional | Description |
---|---|---|---|
options | MessageComponentCollectorOptions | Yes | Options to send to the collector |
Deletes this channel.
Inherited from BaseChannelExample
Fetches this channel.
Name | Type | Optional | Description |
---|---|---|---|
force | boolean | Yes | Whether to skip the cache check and request the API |
Fetches the owner of this Group DM Channel.
Name | Type | Optional | Description |
---|---|---|---|
options | BaseFetchOptions | Yes | The options for fetching the user |
The URL to this channel's icon.
Returns
Name | Type | Optional | Description |
---|---|---|---|
options | ImageURLOptions | Yes | Options for the image URL |
Indicates whether this channel is DM-based (either a or a ).
Inherited from BaseChannelIndicates whether this channel is sendable.
Inherited from BaseChannelIndicates whether this channel is text-based.
Inherited from BaseChannelIndicates whether this channel is a .
Inherited from BaseChannelIndicates whether this channel is .
Inherited from BaseChannelIndicates whether this channel is .
Inherited from BaseChannelWhen concatenated with a string, this automatically returns the channel's mention instead of the Channel object.