The bitrate of the voice channel.
The guild associated with this channel.
The id of the guild this channel is in.
The last message sent in this channel. This can be a partial object with only an id
property. This will only be present if a message has been sent within the current session.
The cached messages in this channel.
The name of this channel.
If this channel is age gated.
The parent of this channel, if applicable. This will be a text/announcement channel if we're in a thread, category otherwise.
The ID of the parent of this channel, if applicable.
The permission overwrites of this channel.
The position of this channel on the sidebar.
The id of the voice region of the channel, null
is automatic.
The topic of the channel.
The type of this channel.
The video quality mode of this channel.
A string that will mention this channel.
Create an invite for this channel.
Create a message in this channel.
Add a reaction to a message in this channel.
The id of the message to add a reaction to.
The reaction to add to the message. name:id
for custom emojis, and the unicode codepoint for default emojis.
Bulk delete messages in this channel.
The ids of the messages to delete. Between 2 and 100 messages, any dupliates or messages older than two weeks will cause an error.
Optional
reason: stringThe reason for deleting the messages.
Remove a reaction from a message in this channel.
The id of the message to remove a reaction from.
The reaction to remove from the message. name:id
for custom emojis, and the unicode codepoint for default emojis.
Optional
user: string = "@me"The user to remove the reaction from, @me
for the current user (default).
Remove all, or a specific emoji's reactions from a message in this channel.
The id of the message to remove reactions from.
Optional
emoji: stringThe reaction to remove from the message. name:id
for custom emojis, and the unicode codepoint for default emojis. Omit to remove all reactions.
Edit this channel.
Edit a message in this channel.
The id of the message to edit.
Edit a permission overwrite on this channel.
The id of the permission overwrite to edit.
Get the invites of this channel.
Get a message in this channel.
The id of the message to get.
Get messages in this channel.
Optional
options: GetChannelMessagesOptionsAll options are mutually exclusive.
Get the pinned messages in this channel.
Get the users who reacted with a specific emoji on a message in this channel.
The id of the message to get reactions from.
The reaction to remove from the message. name:id
for custom emojis, and the unicode codepoint for default emojis.
Optional
options: GetReactionsOptionsOptions for the request.
Join this voice channel.
Optional
options: UpdateVoiceStateOptionsStatic
fromStatic
getStatic
get
Represents a guild voice channel.