Enum ChannelPermission
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Defines the available permissions for a channel.
[Flags]
public enum ChannelPermission : ulong
Fields
AddReactions = 64Allows for the addition of reactions to messages.
AttachFiles = 32768Allows for uploading images and files.
Connect = 1048576Allows for joining of a voice channel.
CreateEvents = 17592186044416Allows members to edit and cancel events in this channel.
CreateInstantInvite = 1Allows creation of instant invites.
CreatePrivateThreads = 68719476736Allows for creating private threads.
CreatePublicThreads = 34359738368Allows for creating public threads.
DeafenMembers = 8388608Allows for deafening of members in a voice channel.
EmbedLinks = 16384Allows links sent by users with this permission will be auto-embedded.
ManageChannels = 16Allows management and editing of channels.
ManageEmojis = 1073741824Allows management and editing of emojis.
ManageMessages = 8192Allows for deletion of other users messages.
ManageRoles = 268435456Allows management and editing of roles.
ManageThreads = 17179869184Allows for deleting and archiving threads, and viewing all private threads
ManageWebhooks = 536870912Allows management and editing of webhooks.
MentionEveryone = 131072Allows for using the @everyone tag to notify all users in a channel, and the @here tag to notify all online users in a channel.
MoveMembers = 16777216Allows for moving of members between voice channels.
MuteMembers = 4194304Allows for muting members in a voice channel.
PrioritySpeaker = 256Allows for using priority speaker in a voice channel.
ReadMessageHistory = 65536Allows for reading of message history.
RequestToSpeak = 4294967296Allows for requesting to speak in stage channels. (This permission is under active development and may be changed or removed.)
SendMessages = 2048Allows for sending messages in a channel.
SendMessagesInThreads = 274877906944Allows for sending messages in threads.
SendPolls = 562949953421312Allows sending polls.
SendTTSMessages = 4096Allows for sending of text-to-speech messages.
SendVoiceMessages = 70368744177664Allows sending voice messages.
SetVoiceChannelStatus = 281474976710656Allows setting voice channel status.
Speak = 2097152Allows for speaking in a voice channel.
StartEmbeddedActivities = 549755813888Allows for launching activities (applications with the EMBEDDED flag) in a voice channel.
Stream = 512Allows video streaming in a voice channel.
UseApplicationCommands = 2147483648Allows members to use slash commands in text channels.
UseClydeAI = 140737488355328Allows members to interact with the Clyde AI bot.
UseExternalApps = 1125899906842624Allows user-installed apps to send public responses.
UseExternalEmojis = 262144Allows the usage of custom emojis from other servers.
UseExternalSounds = 35184372088832Allows the usage of custom soundboard sounds from other servers.
UseExternalStickers = 137438953472Allows the usage of custom stickers from other servers.
UseSoundboard = 4398046511104Allows for using the soundboard in a voice channel.
UseVAD = 33554432Allows for using voice-activity-detection in a voice channel.
ViewChannel = 1024Allows guild members to view a channel, which includes reading messages in text channels.