Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions discord/developers/docs/topics/permissions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Below is a table of all current permissions, their integer values in hexadecimal
| SEND_VOICE_MESSAGES | `0x0000400000000000` `(1 << 46)` | Allows sending voice messages | T, V, S |
| SEND_POLLS | `0x0002000000000000` `(1 << 49)` | Allows sending polls | T, V, S |
| USE_EXTERNAL_APPS | `0x0004000000000000` `(1 << 50)` | Allows user-installed apps to send public responses. When disabled, users will still be allowed to use their apps but the responses will be ephemeral. This only applies to apps not also installed to the server. | T, V, S |
| PIN_MESSAGES | `0x0008000000000000` `(1 << 51)` | Allows pinning and unpinning messages | T |

| Channel Type (Abbreviated) | Description | Channel Types |
|----------------------------|-------------|----------------------------------------------------------|
Expand Down