Creates the structure for a voice channel.
The client instance.
The raw channel data from Discord.
Additional options for this structure.
The id of the guild that the voice channel belongs to.
Optional
nocache?: booleanWhether the voice channel should be cached.
The cache options for this channel.
The bitrate of the 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 region of the voice channel.
The topic of the channel.
The type of channel.
The user limit of the 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 voice channel.