Represents a Partial Group DM Channel on Discord.
Extends
BaseChannelThe flags that are applied to the channel. This is only
null
in a PartialGroupDMChannel. In all other cases, it is not null
.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 |
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 DMChannel or a PartialGroupDMChannel).
Inherited from BaseChannelIndicates whether this channel is .
Inherited from BaseChannelIndicates whether this channel is a ThreadChannel.
Inherited from BaseChannelIndicates whether this channel is thread-only.
Inherited from BaseChannelIndicates whether this channel is voice-based.
Inherited from BaseChannelWhen concatenated with a string, this automatically returns the channel's mention instead of the Channel object.