Represents a channel that displays a directory of guilds.
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 PartialGroupDMChannel. 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 type of the channel
Inherited from BaseChannelThe URL to the channel
Inherited from BaseChannelDeletes this channel.
Inherited from BaseChannelFetches this channel.
Name | Type | Optional | Description |
---|---|---|---|
force | boolean | Yes | Whether to skip the cache check and request the API |
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 .
Inherited from BaseChannelIndicates whether this channel is .
Inherited from BaseChannelName | Type | Optional | Description |
---|---|---|---|
...props | Record<string, boolean | string>[] | No | None |
When concatenated with a string, this automatically returns the channel's mention instead of the Channel object.
Inherited from BaseChannel