Creates the base structure for a channel.
The client instance.
Raw channel data.
Additional options for this structure.
The ID of the guild that this channel belongs to.
The cache options for this channel.
The guild that this channel belongs to.
The ID of the guild that this channel belongs to.
The ID of the channel.
Returns the mention for this channel.
The messages in this channel.
The name of the channel.
Whether this channel is marked as NSFW or not.
The parent channel.
The ID of the parent channel.
The permission overwrites for this channel.
The position of the channel.
The message send cooldown for the channel.
The topic of the channel.
The type of channel.
Returns the permissions for a member in this channel.
The member to check the permissions for.
Sends a message to this channel.
Optional
data: {Embeds, components and files to include with the message.
Optional
components?: MessageComponentsThe components to include with the message.
Optional
content?: stringThe content of the message.
Optional
embeds?: Embed[]The embeds to include with the message.
Optional
files?: FileUpload[]The files to include with the message.
Optional
suppressMentions?: booleanWhether to suppress mentions in the message.
Returns the JSON representation of this structure.
Optional
format: JsonTypesThe format to return the data in.
Static
fetchStatic
followStatic
getStatic
should
Represents a channel within Discord.
See
https://discord.com/developers/docs/resources/channel